Module flat_projection

Module flat_projection 

Source
Expand description

Utilities for projection on flat format.

Structsยง

CompactionProjectionMapper ๐Ÿ”’
Helper to project compaction batches into flat format columns (fields + time index + __primary_key + __sequence + __op_type).
DfBatchAssembler ๐Ÿ”’
Builds [DfRecordBatch] with internal columns appended.
FlatProjectionMapper
Handles projection and converts batches in flat format with correct schema.

Functionsยง

compute_input_arrow_schema ๐Ÿ”’
Computes the Arrow schema for input batches.
flat_projected_columns ๐Ÿ”’
Returns ids and datatypes of columns of the output batch after applying the projection.