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.