Module recordbatch

Module recordbatch 

Source

Structs§

RecordBatch
A two-dimensional batch of column-oriented data with a defined schema.

Functions§

align_json_array
Align a json array json_array to the json type schema_type. The schema_type is often the “largest” json type after some insertions in the table schema, while the json array previously written in the SST could be lagged behind it. So it’s important to “amend” the json array’s missing fields with null arrays, to align the array’s data type with the provided one.
maybe_align_json_array_with_schema 🔒
merge_record_batches
merge multiple recordbatch into a single