featurebyte.enum.DBVarType¶
class DBVarType( )
Description¶
The DBVarType enum class provides a way to represetn various Dababase variable types supported by FeatureByte.
Possible Values¶
- BOOL
Boolean column - CHAR
Fixed-length string column - DATE
Date column - FLOAT
Float / Real column - INT
Integer column - TIME
Time column - TIMESTAMP
Timestamp column - TIMESTAMP_TZ
Timestamp column with timezone offset - VARCHAR
Variable-length string column - ARRAY
Array column - DICT
Dictionary column - TIMEDELTA
Time delta column - EMBEDDING
Embedding column - FLAT_DICT
Flat dictionary column - UNKNOWN
Unknown column type - BINARY
Binary column - VOID
Void column - MAP
Map column - OBJECT
Mixed-type column - STRUCT
Struct column