Module builtin

Module builtin 

Source

Macrosยง

singleton ๐Ÿ”’
Create a singleton and accompanying static variable for a LogicalTypeRef of a NativeType.
singleton_variant ๐Ÿ”’
Similar to singleton, but for native types that have variants, such as NativeType::Interval(MonthDayNano).

Staticsยง

LOGICAL_BINARY ๐Ÿ”’
LOGICAL_BOOLEAN ๐Ÿ”’
LOGICAL_DATE ๐Ÿ”’
LOGICAL_FLOAT16 ๐Ÿ”’
LOGICAL_FLOAT32 ๐Ÿ”’
LOGICAL_FLOAT64 ๐Ÿ”’
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::Interval of 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.