Uses of Class
org.apache.parquet.format.RowGroup
-
Packages that use RowGroup Package Description org.apache.parquet.format -
-
Uses of RowGroup in org.apache.parquet.format
Fields in org.apache.parquet.format with type parameters of type RowGroup Modifier and Type Field Description List<RowGroup>FileMetaData. row_groupsRow groups in this file *Methods in org.apache.parquet.format that return RowGroup Modifier and Type Method Description RowGroupRowGroup. deepCopy()RowGroupRowGroup. setColumns(List<ColumnChunk> columns)Metadata for each column chunk in this row group.RowGroupRowGroup. setFile_offset(long file_offset)Byte offset from beginning of file to first page (data or dictionary) in this row group *RowGroupRowGroup. setNum_rows(long num_rows)Number of rows in this row group *RowGroupRowGroup. setOrdinal(short ordinal)Row group ordinal in the file *RowGroupRowGroup. setSorting_columns(List<SortingColumn> sorting_columns)If set, specifies a sort ordering of the rows in this RowGroup.RowGroupRowGroup. setTotal_byte_size(long total_byte_size)Total byte size of all the uncompressed column data in this row group *RowGroupRowGroup. setTotal_compressed_size(long total_compressed_size)Total byte size of all compressed (and potentially encrypted) column data in this row group *Methods in org.apache.parquet.format that return types with arguments of type RowGroup Modifier and Type Method Description List<RowGroup>FileMetaData. getRow_groups()Row groups in this file *Iterator<RowGroup>FileMetaData. getRow_groupsIterator()Methods in org.apache.parquet.format with parameters of type RowGroup Modifier and Type Method Description voidUtil.DefaultFileMetaDataConsumer. addRowGroup(RowGroup rowGroup)abstract voidUtil.FileMetaDataConsumer. addRowGroup(RowGroup rowGroup)voidFileMetaData. addToRow_groups(RowGroup elem)intRowGroup. compareTo(RowGroup other)booleanRowGroup. equals(RowGroup that)Method parameters in org.apache.parquet.format with type arguments of type RowGroup Modifier and Type Method Description FileMetaDataFileMetaData. setRow_groups(List<RowGroup> row_groups)Row groups in this file *Constructors in org.apache.parquet.format with parameters of type RowGroup Constructor Description RowGroup(RowGroup other)Performs a deep copy on other.
-