Skip to main content

Module coalesce

Module coalesce 

Source
Expand description

BatchCoalescer concatenates multiple [RecordBatch]es after operations such as filter and take.

Modulesยง

byte_view ๐Ÿ”’
generic ๐Ÿ”’
primitive ๐Ÿ”’

Structsยง

BatchCoalescer
Concatenate multiple [RecordBatch]es

Constantsยง

SPARSE_FILTER_COPY_MAX_SELECTIVITY_DENOMINATOR ๐Ÿ”’
Maximum selected row fraction for the fused sparse-filter copy path.

Traitsยง

InProgressArray ๐Ÿ”’
Incrementally builds up arrays

Functionsยง

create_in_progress_array ๐Ÿ”’
Return a new InProgressArray for the given data type
has_sparse_filter_copy ๐Ÿ”’
should_use_sparse_filter_copy ๐Ÿ”’