Structs§
- Logical
Field - A record of a logical type, its name and its nullability.
- Logical
Fields - A cheaply cloneable, owned collection of
LogicalFieldRef
. - Logical
Union Fields - A cheaply cloneable, owned collection of
LogicalFieldRef
and their corresponding type ids.
Enums§
- Native
Type - Representation of a type that DataFusion can handle natively. It is a subset
of the physical variants in Arrow’s native
DataType
. - Type
Parameter - Type
Signature - Signature that uniquely identifies a type among other types.
Traits§
- Logical
Type - Representation of a logical type with its signature and its native backing type.
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_
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
.
Type Aliases§
- Logical
Field Ref - A reference counted
LogicalField
. - Logical
Type Ref - A reference counted
LogicalType
.