Module schema

Module schema 

Source
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§

ColumnError
Error type for column access operations.
ColumnValue
Represents a single column value in a row.

Traits§

RowSchema
Trait for types that can describe their columnar schema and provide column values.