Expand description
Row schema abstraction for columnar data serialization.
This module provides a generic abstraction for serializing table rows to columnar
formats like CSV and Parquet. The RowSchema trait and ColumnValue enum work
together to enable format-agnostic row serialization.
Enums§
- Column
Error - Error type for column access operations.
- Column
Value - Represents a single column value in a row.
Traits§
- RowSchema
- Trait for types that can describe their columnar schema and provide column values.