Structs§
- A record of a logical type, its name and its nullability.
- A cheaply cloneable, owned collection of
LogicalFieldRef
. - A cheaply cloneable, owned collection of
LogicalFieldRef
and their corresponding type ids.
Enums§
- Representation of a type that DataFusion can handle natively. It is a subset of the physical variants in Arrow’s native
DataType
. - Signature that uniquely identifies a type among other types.
Traits§
- Representation of a logical type with its signature and its native backing type.
Functions§
- Getter for singleton instance of a logical type representing
NativeType::Binary
. - Getter for singleton instance of a logical type representing
NativeType::Boolean
. - Getter for singleton instance of a logical type representing
NativeType::Date
. - Getter for singleton instance of a logical type representing
NativeType::Float16
. - Getter for singleton instance of a logical type representing
NativeType::Float32
. - Getter for singleton instance of a logical type representing
NativeType::Float64
. - Getter for singleton instance of a logical type representing
NativeType::Int8
. - Getter for singleton instance of a logical type representing
NativeType::Int16
. - Getter for singleton instance of a logical type representing
NativeType::Int32
. - Getter for singleton instance of a logical type representing
NativeType::Int64
. - Getter for singleton instance of a logical type representing
NativeType::Null
. - Getter for singleton instance of a logical type representing
NativeType::String
. - Getter for singleton instance of a logical type representing
NativeType::UInt8
. - Getter for singleton instance of a logical type representing
NativeType::UInt16
. - Getter for singleton instance of a logical type representing
NativeType::UInt32
. - Getter for singleton instance of a logical type representing
NativeType::UInt64
.
Type Aliases§
- A reference counted
LogicalField
. - A reference counted
LogicalType
.