Interface PageWriteStore

  • All Superinterfaces:
    AutoCloseable

    public interface PageWriteStore
    extends AutoCloseable
    contains all the writers for the columns in the corresponding row group
    • Method Detail

      • getPageWriter

        PageWriter getPageWriter​(ColumnDescriptor path)
        Parameters:
        path - the descriptor for the column
        Returns:
        the corresponding page writer