Skip to main content

Crate sea_orm_arrow

Crate sea_orm_arrow 

Source

Re-exports§

pub use arrow;

Enums§

ArrowError
Errors that can occur when converting between SeaORM Values and Arrow arrays.

Functions§

arrow_array_to_value
Extract a Value from an Arrow array at the given row index, based on the expected ColumnType from the entity definition.
is_datetime_column
Returns true for ColumnTypes that may need a chrono->time fallback.
option_values_to_arrow_array
Convert a slice of optional Values to an Arrow array matching the target DataType.
values_to_arrow_array
Convert a slice of Values to an Arrow array matching the target DataType.