Expand description
Contains column writer API.
Structs§
- Metadata returned by
GenericColumnWriter::close
Enums§
- Column writer for a Parquet type.
Functions§
- Gets a specific column writer corresponding to column descriptor
descr
. - Gets a typed column writer for the specific type
T
, by “up-casting”col_writer
of non-generic type to a generic column writer typeColumnWriterImpl
. - Similar to
get_typed_column_writer
but returns a reference. - Similar to
get_typed_column_writer
but returns a reference.
Type Aliases§
- Typed column writer for a primitive column.