pub fn bin_get(
ca: &ChunkedArray<BinaryType>,
index: &ChunkedArray<Int64Type>,
null_on_oob: bool,
) -> Result<Column, PolarsError>Available on crate feature
polars-ops only.pub fn bin_get(
ca: &ChunkedArray<BinaryType>,
index: &ChunkedArray<Int64Type>,
null_on_oob: bool,
) -> Result<Column, PolarsError>polars-ops only.