Trait polars::prelude::AsBinary

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

Required Methods§

Implementors§