Skip to main content

rewrite_json2_batch

Function rewrite_json2_batch 

Source
pub(crate) fn rewrite_json2_batch(
    batch: RecordBatch,
    plans: &HashMap<String, Json2RewritePlan>,
) -> Result<RecordBatch>
Expand description

Rewrites JSON2 columns in batch according to the computed plans.