Data Types
The logical type of a value to declare input and output types of operations in a table ecosystem is described by data types. Flink support a set of pre-defined data types that can be also used in Cloudera SQL Stream Builder.
The following list summarizes the pre-defined data types in Flink and SQL Stream Builder:
 CHARVARCHARSTRINGBOOLEANBINARYVARBINARYBYTESDECIMAL- Supports fixed precision and scale.TINYINTSMALLINTINTEGERBIGINTFLOATDOUBLEDATETIME- Only supports a precision of0.TIMESTAMPTIMPESTAMP_LTZINTERVAL- Only supports interval ofMONTHandSECOND(3).ARRAYMULTISETMAPROWRAW- Structured types - Only exposed in user-defined functions.
 
