Expand description
kernels that combine take and aggregations.
Functions§
- online_
variance - Numerical stable online variance aggregation.
- take_
agg_ ⚠bin_ iter_ unchecked - Take kernel for single chunk and an iterator as index.
- take_
agg_ ⚠bin_ iter_ unchecked_ no_ null - Take kernel for single chunk and an iterator as index.
- take_
agg_ ⚠no_ null_ primitive_ iter_ unchecked - Take kernel for single chunk without nulls and an iterator as index.
- take_
agg_ ⚠primitive_ iter_ unchecked - Take kernel for single chunk and an iterator as index.
- take_
agg_ ⚠primitive_ iter_ unchecked_ count_ nulls - Take kernel for single chunk and an iterator as index.
- take_
max_ ⚠bool_ iter_ unchecked_ no_ nulls - Take kernel for single chunk and an iterator as index.
- take_
max_ ⚠bool_ iter_ unchecked_ nulls - Take kernel for single chunk and an iterator as index.
- take_
min_ ⚠bool_ iter_ unchecked_ no_ nulls - Take kernel for single chunk and an iterator as index.
- take_
min_ ⚠bool_ iter_ unchecked_ nulls - Take kernel for single chunk and an iterator as index.
- take_
var_ ⚠no_ null_ primitive_ iter_ unchecked - Take kernel for single chunk and an iterator as index.
- take_
var_ ⚠nulls_ primitive_ iter_ unchecked - Take kernel for single chunk and an iterator as index.