Package org.apache.parquet.column.page
Interface PageWriteStore
-
- All Superinterfaces:
AutoCloseable
public interface PageWriteStore extends AutoCloseable
contains all the writers for the columns in the corresponding row group
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidclose()PageWritergetPageWriter(ColumnDescriptor path)
-
-
-
Method Detail
-
getPageWriter
PageWriter getPageWriter(ColumnDescriptor path)
- Parameters:
path- the descriptor for the column- Returns:
- the corresponding page writer
-
close
default void close()
- Specified by:
closein interfaceAutoCloseable
-
-