metric_engine::metadata_region

Function decode_record_batch_to_key_and_value

Source
fn decode_record_batch_to_key_and_value(
    batch: RecordBatch,
) -> Vec<(String, String)>
Expand description

Decode a record batch to a list of key and value.