Event Stream Processor datatypes map to TIBCO Rendezous datatypes.
| Event Stream Processor Datatype | TIBCO Datatype |
|---|---|
| boolean | TibcorvMsg.Bool |
| integer | TibcorvMsg.i32 |
| long | TibcorvMsg.i64 |
| float/money/money1-money15 | TibcorvMsg.f64 |
| string | TibcorvMsg.string |
| date/timestamp | TibcorvMsg.datetime |
| bigdatetime | TibcorvMsg.i64 |
| interval | TibcorvMsg.i64 |
| binary | TibcorvMsg.string |