Trait polars_core::chunked_array::float::ChunkIntegerDecode[][src]

pub trait ChunkIntegerDecode {
    fn integer_decode(&self) -> (UInt64Chunked, Int16Chunked, Int8Chunked);
}

Required methods

Implementors