Macrosยง
- singleton ๐
- Create a singleton and accompanying static variable for a
LogicalTypeRefof aNativeType. - singleton_
variant ๐ - Similar to
singleton, but for native types that have variants, such asNativeType::Interval(MonthDayNano).
Staticsยง
- LOGICAL_
BINARY ๐ - LOGICAL_
BOOLEAN ๐ - LOGICAL_
DATE ๐ - LOGICAL_
FLOA ๐T16 - LOGICAL_
FLOA ๐T32 - LOGICAL_
FLOA ๐T64 - LOGICAL_
INT8 ๐ - LOGICAL_
INT16 ๐ - LOGICAL_
INT32 ๐ - LOGICAL_
INT64 ๐ - LOGICAL_
INTERVAL_ ๐MDN - LOGICAL_
NULL ๐ - LOGICAL_
STRING ๐ - LOGICAL_
UINT8 ๐ - LOGICAL_
UINT16 ๐ - LOGICAL_
UINT32 ๐ - LOGICAL_
UINT64 ๐
Functionsยง
- logical_
binary - Getter for singleton instance of a logical type representing
NativeType::Binary. - logical_
boolean - Getter for singleton instance of a logical type representing
NativeType::Boolean. - logical_
date - Getter for singleton instance of a logical type representing
NativeType::Date. - logical_
float16 - Getter for singleton instance of a logical type representing
NativeType::Float16. - logical_
float32 - Getter for singleton instance of a logical type representing
NativeType::Float32. - logical_
float64 - Getter for singleton instance of a logical type representing
NativeType::Float64. - logical_
int8 - Getter for singleton instance of a logical type representing
NativeType::Int8. - logical_
int16 - Getter for singleton instance of a logical type representing
NativeType::Int16. - logical_
int32 - Getter for singleton instance of a logical type representing
NativeType::Int32. - logical_
int64 - Getter for singleton instance of a logical type representing
NativeType::Int64. - logical_
interval_ mdn - Getter for singleton instance of a logical type representing
NativeType::Intervalof unit [MonthDayNano].` - logical_
null - Getter for singleton instance of a logical type representing
NativeType::Null. - logical_
string - Getter for singleton instance of a logical type representing
NativeType::String. - logical_
uint8 - Getter for singleton instance of a logical type representing
NativeType::UInt8. - logical_
uint16 - Getter for singleton instance of a logical type representing
NativeType::UInt16. - logical_
uint32 - Getter for singleton instance of a logical type representing
NativeType::UInt32. - logical_
uint64 - Getter for singleton instance of a logical type representing
NativeType::UInt64.