Module deserialize

Module deserialize 

Source
Expand description

Helpers for the ar_row_derive crate.

Structs§

MultiMap
A map that can be iterated multiple times

Enums§

DeserializationError
Error returned when failing to read a particular batch of data

Traits§

ArRowDeserialize
Types which can be read in batch from Arrow’s Array.
ArRowDeserializeOption
Internal trait to allow implementing ArRowDeserialize on Option<T> where T is a structure defined in other crates
ArRowStruct
Types which provide a static columns method, which returns the names of all Arrow columns the struct expects to read from.
CheckableDataType
Types which provide a static check_datatype method to ensure Arrow arrays can be deserialized into them.
DeserializationTarget
The trait of things that can have Arrow data written to them.