polars::prelude

Trait AsBinary

Source
pub trait AsBinary {
    // Required method
    fn as_binary(&self) -> &ChunkedArray<BinaryType>;
}
Available on crate feature polars-ops only.

Required Methods§

Implementors§