pipeline::etl::transform::transformer::greptime

Function identity_pipeline_inner

source
fn identity_pipeline_inner<'a>(
    array: Vec<Value>,
    tag_column_names: Option<impl Iterator<Item = &'a String>>,
) -> Result<Rows>