Module primitive_type

Source

Macrosยง

define_logical_primitive_type ๐Ÿ”’
define_non_timestamp_primitive ๐Ÿ”’
impl_wrapper ๐Ÿ”’

Structsยง

Float32Type
Float64Type
Int8Type
Int16Type
Int32Type
Int64Type
OrdPrimitive
A new type for WrapperType, complement the Ord feature for it.
UInt8Type
UInt16Type
UInt32Type
UInt64Type

Traitsยง

LogicalPrimitiveType
Trait bridging the logical primitive type with [ArrowPrimitiveType].
WrapperType
Represents the wrapper type that wraps a native type using the newtype pattern, such as Date is a wrapper type for the underlying native type i32.