Enum SqlTypeEnum
An enum representing all of the types known in ksqlDB. If we parse a type that is unknown, a UNKNOWN type is used. If new types use different syntax, it's possible we won't know how to parse it and will throw an error.
Namespace: Confluent.KsqlDB.types
Assembly: cs.temp.dll.dll
Syntax
public enum SqlTypeEnum
Fields
Name | Description |
---|---|
ARRAY | |
BIGINT | |
BOOLEAN | |
BYTES | |
DATE | |
DECIMAL | |
DOUBLE | |
INTEGER | |
MAP | |
STRING | |
STRUCT | |
TIME | |
TIMESTAMP | |
UNKNOWN |