Module mz_persist_types::codec_impls
source · Expand description
Implementations of Codec for stdlib types.
Structs§
- A type that implements
ColumnDecoder
forSimpleColumnarData
. - A type that implements
ColumnEncoder
forSimpleColumnarData
. - A
ColumnDecoder
that has no implementation. - A
ColumnEncoder
that has no implementation. - An encoder and decoder for
UnitSchema
. - An implementation of Schema2 for [()].
Traits§
- Simple type of data that can be columnar encoded.