Expand description
Implementation and traits for mapping rust types to Arrow types
Structs§
- Fixed
Size Binary - Represents the
FixedSizeBinaryArrow type. - Fixed
Size Vec - Represents the
FixedSizeListArrow type. - I128
- Maps a rust i128 to an Arrow Decimal where precision and scale are required.
- Large
Binary - Represents the
LargeStringArrow type. - Large
String - Represents the
LargeUtf8Arrow type - Large
Vec - Represents the
LargeListArrow type.
Constants§
- DEFAULT_
FIELD_ NAME - The default field name used when a specific name is not provided.
Traits§
- Arrow
Field - Trait implemented by all types that can be used as an Arrow field.