Skip to main content

Module projection

Module projection 

Source
Expand description

Projection helpers shared by flat projection code.

Constantsยง

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

Functionsยง

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