Expand description
Helpers for the ar_row_derive crate.
Structs§
- Multi
Map - A map that can be iterated multiple times
Enums§
- Deserialization
Error - Error returned when failing to read a particular batch of data
Traits§
- ArRow
Deserialize - Types which can be read in batch from Arrow’s
Array. - ArRow
Deserialize Option - Internal trait to allow implementing ArRowDeserialize on
Option<T>whereTis a structure defined in other crates - ArRow
Struct - Types which provide a static
columnsmethod, which returns the names of all Arrow columns the struct expects to read from. - Checkable
Data Type - Types which provide a static
check_datatypemethod to ensure Arrow arrays can be deserialized into them. - Deserialization
Target - The trait of things that can have Arrow data written to them.