Skip to main content

RowGroupReaderContext

Trait RowGroupReaderContext 

Source
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.

Required Methods§

Source

fn read_format(&self) -> &ReadFormat

Source

fn file_path(&self) -> &str

Implementations on Foreign Types§

Source§

impl RowGroupReaderContext for Arc<FileRangeContext>

Implementors§