Uses of Class
org.apache.parquet.format.ColumnChunk
-
Packages that use ColumnChunk Package Description org.apache.parquet.format -
-
Uses of ColumnChunk in org.apache.parquet.format
Fields in org.apache.parquet.format with type parameters of type ColumnChunk Modifier and Type Field Description List<ColumnChunk>RowGroup. columnsMetadata for each column chunk in this row group.Methods in org.apache.parquet.format that return ColumnChunk Modifier and Type Method Description ColumnChunkColumnChunk. deepCopy()ColumnChunkColumnChunk. setColumn_index_length(int column_index_length)Size of ColumnChunk's ColumnIndex, in bytes *ColumnChunkColumnChunk. setColumn_index_offset(long column_index_offset)File offset of ColumnChunk's ColumnIndex *ColumnChunkColumnChunk. setCrypto_metadata(ColumnCryptoMetaData crypto_metadata)Crypto metadata of encrypted columns *ColumnChunkColumnChunk. setEncrypted_column_metadata(byte[] encrypted_column_metadata)Encrypted column metadata for this chunk *ColumnChunkColumnChunk. setEncrypted_column_metadata(ByteBuffer encrypted_column_metadata)ColumnChunkColumnChunk. setFile_offset(long file_offset)Byte offset in file_path to the ColumnMetaData *ColumnChunkColumnChunk. setFile_path(String file_path)File where column data is stored.ColumnChunkColumnChunk. setMeta_data(ColumnMetaData meta_data)Column metadata for this chunk.ColumnChunkColumnChunk. setOffset_index_length(int offset_index_length)Size of ColumnChunk's OffsetIndex, in bytes *ColumnChunkColumnChunk. setOffset_index_offset(long offset_index_offset)File offset of ColumnChunk's OffsetIndex *Methods in org.apache.parquet.format that return types with arguments of type ColumnChunk Modifier and Type Method Description List<ColumnChunk>RowGroup. getColumns()Metadata for each column chunk in this row group.Iterator<ColumnChunk>RowGroup. getColumnsIterator()Methods in org.apache.parquet.format with parameters of type ColumnChunk Modifier and Type Method Description voidRowGroup. addToColumns(ColumnChunk elem)intColumnChunk. compareTo(ColumnChunk other)booleanColumnChunk. equals(ColumnChunk that)Method parameters in org.apache.parquet.format with type arguments of type ColumnChunk Modifier and Type Method Description RowGroupRowGroup. setColumns(List<ColumnChunk> columns)Metadata for each column chunk in this row group.Constructors in org.apache.parquet.format with parameters of type ColumnChunk Constructor Description ColumnChunk(ColumnChunk other)Performs a deep copy on other.Constructor parameters in org.apache.parquet.format with type arguments of type ColumnChunk Constructor Description RowGroup(List<ColumnChunk> columns, long total_byte_size, long num_rows)
-