row_encoding_decode

Function row_encoding_decode 

Source
pub fn row_encoding_decode(
    ca: &ChunkedArray<BinaryOffsetType>,
    fields: &[Field],
    opts: &[RowEncodingOptions],
) -> Result<ChunkedArray<StructType>, PolarsError>