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 [()].
Constants§
- All codecs that are compatible with a blob of bytes use that same name. This allows us to switch between the codecs without any incompatibility errors. The name is chosen for historical reasons.
Traits§
- Simple type of data that can be columnar encoded.