Skip to main content

has_same_columns_and_pk_encoding

Function has_same_columns_and_pk_encoding 

Source
pub(crate) fn has_same_columns_and_pk_encoding(
    projection_mapper: &FlatProjectionMapper,
    read_format: &FlatReadFormat,
    compaction: bool,
) -> bool
Expand description

Returns true if the columns in the projection_mapper and read_format have same data types and primary key encodings.