Event Stream Processing
Event Field Type
|
Event Stream Processing
Type Description
|
DS2 Method Parameter
Type
|
DS2 Type Description
|
Python Function Argument
Type
|
Python Type Description
|
---|---|---|---|---|---|
int32
|
32-bit signed integer
|
int
|
32-bit signed integer
|
int
|
Signed integer
|
int64
|
64-bit signed integer
|
bigint
|
64-bit signed integer
|
long
|
Long integer
|
double
|
IEEE double
|
double
|
IEEE double
|
float
|
Floating-point real
|
string
|
UTF-8 string
|
char, nchar, varchar,
nvarchar
|
UTF-8 string
|
string
|
Unicode string
|
money
|
192-bit fixed decimal
|
double
|
IEEE double
|
float
|
Floating-point real
|
date
|
Date and time, as seconds
since January 1, 1970
|
bigint
|
Seconds since January
1, 1970
|
long
|
Seconds since January
1, 1970
|
stamp
|
Date and time, as microseconds
since January 1, 1970
|
bigint
|
Microseconds since January
1, 1970
|
long
|
Microseconds since January
1, 1970
|