pub(crate) fn has_same_columns_and_pk_encoding(
projection_mapper: &FlatProjectionMapper,
read_format: &FlatReadFormat,
compaction: bool,
) -> boolExpand description
Returns true if the columns in the projection_mapper and read_format have same data types
and primary key encodings.