Structs§
- Field
Def - A named, typed field definition for building Arrow schemas.
Enums§
- WpData
Type - WPL data types that can be mapped to Apache Arrow types.
Functions§
- parse_
wp_ type - Parses a WPL type string into a
WpDataType. - to_
arrow_ field - Converts a
FieldDefinto an ArrowArrowField. - to_
arrow_ schema - Converts a slice of
FieldDefinto an ArrowSchema. - to_
arrow_ type - Maps a
WpDataTypeto the correspondingArrowDataType.