Expand description

A collection of partitioning operators.

Modules

Radix partition operators for CPU and GPU.

Structs

Partition offsets for an array of chunked partitions.

An iterator that generates PartitionOffsetsMutSlice.

A mutable slice that references the PartitionOffsets of one partition.

A radix-partitioned relation, optionally with padding in front of each partition.

An iterator that generates PartitionedRelationMutSlice.

A mutable slice that references part of a PartitionedRelation.

The number of radix bits per pass.

A reference to a chunk of input data.

A key-value tuple.

Enums

Histogram algorithm type

A radix pass

Traits