Expand description
§Field Module - Arrow-compliant Column Metadata Tagging
Defines column-level schema metadata for Minarrow.
A Field captures a column’s name, logical Arrow data type,
nullability, and optional lightweight metadata.
Primarily used in table schemas and during Arrow FFI export to ensure correct logical typing (especially for temporal data).
This module contains only the schema description — it does not hold
any row data. Pair with FieldArray to bind a schema to actual values.
Structs§
- Field
- Field