Get desktop application:
View/edit binary Protocol Buffers messages
Used in: physical_expr.PhysicalAggregateExpression, physical_expr.PhysicalCastExpr, Field, ListTypeMeta, TypeSchema
INVALID_DATATYPE_ID = 0
ANY = 1
NULL = 2
BOOLEAN = 3
INT8 = 4
INT16 = 5
INT32 = 6
INT64 = 7
INT128 = 8
UINT8 = 9
UINT16 = 10
UINT32 = 11
UINT64 = 12
UINT128 = 13
FLOAT16 = 14
FLOAT32 = 15
FLOAT64 = 16
DECIMAL64 = 17
DECIMAL128 = 18
TIMESTAMP = 19
DATE32 = 20
DATE64 = 21
INTERVAL = 22
UTF8 = 23
BINARY = 24
STRUCT = 25
LIST = 26
Used in: DataType
int32 precision = 1
int32 scale = 2
Used in: DataType
(message has no fields)
Used in: catalog.TableEntry, execution.CreateTableInfo, Schema, StructTypeMeta
string name = 1
optional DataType datatype = 2
bool nullable = 3
Used in: DataType
Used in: execution.PhysicalCopyTo, hybrid.PlanResponse
repeated Field fields = 1
Used in: DataType
repeated Field fields = 1
Used in: expr.TimestampScalar, TimestampTypeMeta
INVALID_TIME_UNIT = 0
SECOND = 1
MILLISECOND = 2
MICROSECOND = 3
NANOSECOND = 4
Used in: DataType