Macrosยง
- impl_
wrapper ๐
Structsยง
- A new type for WrapperType, complement the
Ord
feature for it.
Traitsยง
- Trait bridging the logical primitive type with [ArrowPrimitiveType].
- 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
.