Expand description
Dynamic runtime facade for typed-arrow.
This crate provides minimal runtime schema and builders abstractions that
complement the compile-time APIs in typed-arrow
.
Structs§
- DynBuilders
- Dynamic builders collection for a runtime schema.
- DynRow
- A thin row wrapper used to append into a set of dynamic column builders.
- DynSchema
- A runtime Arrow schema wrapper used by the unified facade.
Enums§
- DynCell
- A dynamic cell to be appended into a dynamic column builder.
- DynError
- Errors that can occur when appending dynamic rows/cells.
Traits§
- DynColumn
Builder - Trait object for a column builder that accepts dynamic cells.
Functions§
- new_
dyn_ builder - Factory function that returns a dynamic builder for a given
DataType
.