Module part

Source
Expand description

Bulk part encoder/decoder.

Structsยง

ArraysSorter ๐Ÿ”’
BulkPart
BulkPartConverter
Converter that converts structs into BulkPart.
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 ๐Ÿ”’
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.

Type Aliasesยง

PrimaryKeyArrayBuilder ๐Ÿ”’
Builder type for primary key dictionary array.