pub fn row_encoding_decode(
ca: &ChunkedArray<BinaryOffsetType>,
fields: &[Field],
opts: &[RowEncodingOptions],
) -> Result<ChunkedArray<StructType>, PolarsError>Available on crate feature
dtype-struct only.pub fn row_encoding_decode(
ca: &ChunkedArray<BinaryOffsetType>,
fields: &[Field],
opts: &[RowEncodingOptions],
) -> Result<ChunkedArray<StructType>, PolarsError>dtype-struct only.