Function mz_persist_types::columnar::schema2_to_codec
source ยท pub fn schema2_to_codec<A: Codec + Default>(
schema: &A::Schema,
data: &dyn Array,
) -> Result<BinaryArray>
Expand description
Helper to convert from structured data to codec-encoded data.