IBMStreams streamsx.eventstore Toolkit > com.ibm.streamsx.eventstore 2.5.0.beta > com.ibm.streamsx.eventstore > EventStoreSink > Data Types
SPL type |
Support status |
Event Store type |
---|---|---|
boolean |
Supported |
Boolean |
enum |
Not supported |
N/A |
int8 |
Supported |
Byte |
int16 |
Supported |
Short |
int32 |
Supported |
Int |
int64 |
Supported |
Long |
uint8 |
Supported |
Byte |
uint16 |
Supported |
Short |
uint32 |
Supported |
Int |
uint64 |
Supported |
Long |
float32 |
Supported |
Float |
float64 |
Supported |
Double |
decimal32 |
Not supported |
N/A |
decimal64 |
Not supported |
N/A |
decimal128 |
Not supported |
N/A |
complex32 |
Not supported |
N/A |
complex64 |
Not supported |
N/A |
timestamp |
Supported |
java.sql.Timestamp |
rstring |
Supported |
String |
ustring |
Supported |
String |
blob |
Not supported |
N/A |
xml |
Not supported |
N/A |
list<T> |
Only one level supported |
Array<T> |
bounded list type |
Not supported |
N/A |
set<T> |
Only one level supported |
Array<T> |
bounded set type |
Not supported |
N/A |
map<K,V> |
Only one level supported |
Map<K,V> |
bounded map type |
Not supported |
N/A |
tuple<T name, ...> |
Not supported |
N/A |
In the preceding table "only one level supported" means the array or map has elements and keys that are primitive data types.