Module field

Module field 

Source
Expand description

Implementation and traits for mapping rust types to Arrow types

Structs§

FixedSizeBinary
Represents the FixedSizeBinary Arrow type.
FixedSizeVec
Represents the FixedSizeList Arrow type.
I128
Maps a rust i128 to an Arrow Decimal where precision and scale are required.
LargeBinary
Represents the LargeString Arrow type.
LargeString
Represents the LargeUtf8 Arrow type
LargeVec
Represents the LargeList Arrow type.

Constants§

DEFAULT_FIELD_NAME
The default field name used when a specific name is not provided.

Traits§

ArrowField
Trait implemented by all types that can be used as an Arrow field.