Trait polars_core::chunked_array::float::ChunkIntegerDecode [−][src]
pub trait ChunkIntegerDecode {
fn integer_decode(&self) -> (UInt64Chunked, Int16Chunked, Int8Chunked);
}Required methods
fn integer_decode(&self) -> (UInt64Chunked, Int16Chunked, Int8Chunked)[src]
Implementors
impl<T> ChunkIntegerDecode for ChunkedArray<T> where
T: PolarsNumericType,
T::Native: IntegerDecode, [src]
impl<T> ChunkIntegerDecode for ChunkedArray<T> where
T: PolarsNumericType,
T::Native: IntegerDecode, [src]