Skip to main content

identify_missing_columns_from_proto

Function identify_missing_columns_from_proto 

Source
pub(crate) fn identify_missing_columns_from_proto(
    rows_schema: &[ColumnSchema],
    target_schema: &Schema,
) -> Result<Vec<String>>
Expand description

Identify tag columns in the proto rows_schema that are absent from the target region schema, without building an intermediate RecordBatch.