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.
fn decode_record_batch_to_key_and_value(
batch: RecordBatch,
) -> Vec<(String, String)>
Decode a record batch to a list of key and value.