Expand description
Avro to Arrow array readers
Structsยง
Traitsยง
- Resolver ๐
Functionsยง
- flatten_
string_ ๐values - Flattens a list into string values, dropping Value::Null in the process.
This is useful for interpreting any Avro array as string, dropping nulls.
See
value_as_string. - flatten_
values ๐ - Flattens a list of Avro values, by flattening lists, and treating all other values as single-value lists. This is used to read into nested lists (list of list, list of struct) and non-dictionary lists.
- maybe_
resolve_ ๐union - resolve_
boolean ๐ - resolve_
bytes ๐ - resolve_
fixed ๐ - resolve_
item ๐ - resolve_
string ๐ - Reads an Avro value as a string, regardless of its type. This is useful if the expected datatype is a string, in which case we preserve all the values regardless of they type.
- resolve_
u8 ๐
Type Aliasesยง
- Record
Slice ๐