pub(crate) trait RowGroupReaderContext: Send {
// Required methods
fn read_format(&self) -> &ReadFormat;
fn file_path(&self) -> &str;
}Expand description
RowGroupReaderContext represents the fields that cannot be shared
between different RowGroupReaders.