Module part

Module part 

Source
Expand description

Bulk part encoder/decoder.

Structsยง

ArraysSorter ๐Ÿ”’
BulkPart
A raw bulk part in the memtable.
BulkPartConverter
Converter that converts structs into BulkPart.
BulkPartEncodeMetrics
Metrics for encoding a part.
BulkPartEncoder
BulkPartMeta
EncodedBulkPart

Enumsยง

PrimaryKeyColumnBuilder ๐Ÿ”’
Primary key column builder for handling strings specially.

Constantsยง

INIT_DICT_VALUE_CAPACITY ๐Ÿ”’

Functionsยง

binary_array_to_dictionary ๐Ÿ”’
Converts a sorted BinaryArray to [DictionaryArray].
mutations_to_record_batch ๐Ÿ”’
Converts mutations to record batches.
new_primary_key_column_builders ๐Ÿ”’
record_batch_estimated_size ๐Ÿ”’
More accurate estimation of the size of a record batch.
sort_primary_key_record_batch ๐Ÿ”’
Sorts the record batch with primary key format.
timestamp_array_to_iter ๐Ÿ”’
Converts timestamp array to an iter of i64 values.