Module projection

Source
Expand description

Utilities for projection.

Structsยง

ProjectionMapper
Handles projection and converts a projected Batch to a projected RecordBatch.

Enumsยง

BatchIndex ๐Ÿ”’
Index of a vector in a Batch.

Constantsยง

MAX_VECTOR_LENGTH_TO_CACHE ๐Ÿ”’
Only cache vector when its length <= this value.

Functionsยง

new_repeated_vector ๐Ÿ”’
Returns a vector with repeated values.
repeated_vector_with_cache ๐Ÿ”’
Gets a vector with repeated values from specific cache or creates a new one.