Expand description
Contains column writer API.
Structs§
- Column
Close Result - Metadata returned by
GenericColumnWriter::close
- Generic
Column Writer - Generic column writer for a primitive column.
Enums§
- Column
Writer - Column writer for a Parquet type.
- Level
Deprecated
Functions§
- get_
column_ writer - Gets a specific column writer corresponding to column descriptor
descr
. - get_
typed_ column_ writer - 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
. - get_
typed_ column_ writer_ mut - Similar to
get_typed_column_writer
but returns a reference. - get_
typed_ column_ writer_ ref - Similar to
get_typed_column_writer
but returns a reference.
Type Aliases§
- Column
Writer Impl - Typed column writer for a primitive column.