[][src]Module polars::chunked_array

The typed heart of every Series column.

Modules

aggregate

Implementations of the ChunkAgg trait.

apply

Implementations of the ChunkApply Trait.

arithmetic

Implementations of arithmetic operations on ChunkedArray's.

builder
cast

Implementations of the ChunkCast Trait.

chunkops
comparison
iterator
ops

Traits for miscellaneous operations on ChunkedArray

set
take

Traits to provide fast Random access to ChunkedArrays data. This prevents downcasting every iteration. IntoTakeRandom provides structs that implement the TakeRandom trait. There are several structs that implement the fastest path for random access.

temporaltemporal

Traits and utilities for temporal data.

unique
upstream_traits

Implementations of upstream traits for ChunkedArray

Structs

ChunkedArray

ChunkedArray

NoNull

Traits

Downcast