[][src]Module flatk::chunked

Structs

Chunked

A partitioning of the collection S into distinct chunks.

Offsets

A collection of offsets into another collection. This newtype is intended to verify basic invariants about offsets into another collection, namely that the collection is monotonically increasing and non-empty.

SortedChunks

An annotated offset collection to be used as indices for Chunked collections that indicates if the indexed chunks are indeed sorted. Note that offsets themeselves are always sorted. This type annotates whether the data is sorted when this type is used for the offsets in Chunked types.

VarIntoIter

IntoIter for Chunked.

VarIter

A special iterator capable of iterating over a Chunked.

Traits

IndexRange
SplitOffsetsAt

Type Definitions

ChunkedView