Macrosยง
Structsยง
- Float32
Type - Float64
Type - Int8
Type - Int16
Type - Int32
Type - Int64
Type - OrdPrimitive
- A new type for WrapperType, complement the
Ord
feature for it. - UInt8
Type - UInt16
Type - UInt32
Type - UInt64
Type
Traitsยง
- Logical
Primitive Type - Trait bridging the logical primitive type with [ArrowPrimitiveType].
- Wrapper
Type - Represents the wrapper type that wraps a native type using the
newtype pattern
, such as Date is a wrapper type for the underlying native typei32
.