Package org.apache.parquet.column.page
Interface PageWriteStore
-
public interface PageWriteStorecontains all the writers for the columns in the corresponding row group
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PageWritergetPageWriter(ColumnDescriptor path)
-
-
-
Method Detail
-
getPageWriter
PageWriter getPageWriter(ColumnDescriptor path)
- Parameters:
path- the descriptor for the column- Returns:
- the corresponding page writer
-
-