Interface ColumnReadStore

  • All Known Implementing Classes:
    ColumnReadStoreImpl

    public interface ColumnReadStore
    Container which can produce a ColumnReader for any given column in a schema.
    • Method Detail

      • getColumnReader

        ColumnReader getColumnReader​(ColumnDescriptor path)
        Parameters:
        path - the column to read
        Returns:
        the column reader for that descriptor