Interface | Description |
---|---|
PageReader |
Reader for a sequence a page from a given column chunk
|
PageReadStore |
contains all the readers for all the columns of the corresponding row group
TODO: rename to RowGroup?
|
PageWriter |
a writer for all the pages of a given column chunk
|
PageWriteStore |
contains all the writers for the columns in the corresponding row group
|
Class | Description |
---|---|
DictionaryPage |
Data for a dictionary page
|
Page |
one page in a chunk
|
Copyright © 2015. All rights reserved.