Re-exports§
pub use arrow;
Enums§
- Arrow
Error - Errors that can occur when converting between SeaORM
Values and Arrow arrays.
Functions§
- arrow_
array_ to_ value - Extract a
Valuefrom an Arrow array at the given row index, based on the expectedColumnTypefrom 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 targetDataType. - values_
to_ arrow_ array - Convert a slice of
Values to an Arrow array matching the targetDataType.