A B C D E F G H I K L M N O P R S T U V W 

A

addKeyValueMetaData(KeyValue) - Method in class org.apache.parquet.format.Util.DefaultFileMetaDataConsumer
 
addKeyValueMetaData(KeyValue) - Method in class org.apache.parquet.format.Util.FileMetaDataConsumer
 
addRowGroup(RowGroup) - Method in class org.apache.parquet.format.Util.DefaultFileMetaDataConsumer
 
addRowGroup(RowGroup) - Method in class org.apache.parquet.format.Util.FileMetaDataConsumer
 
addToColumns(ColumnChunk) - Method in class org.apache.parquet.format.RowGroup
 
addToEncoding_stats(PageEncodingStats) - Method in class org.apache.parquet.format.ColumnMetaData
 
addToEncodings(Encoding) - Method in class org.apache.parquet.format.ColumnMetaData
 
addToKey_value_metadata(KeyValue) - Method in class org.apache.parquet.format.ColumnMetaData
 
addToKey_value_metadata(KeyValue) - Method in class org.apache.parquet.format.FileMetaData
 
addToPath_in_schema(String) - Method in class org.apache.parquet.format.ColumnMetaData
 
addToRow_groups(RowGroup) - Method in class org.apache.parquet.format.FileMetaData
 
addToSchema(SchemaElement) - Method in class org.apache.parquet.format.FileMetaData
 
addToSorting_columns(SortingColumn) - Method in class org.apache.parquet.format.RowGroup
 

B

bufferForMax() - Method in class org.apache.parquet.format.Statistics
 
bufferForMin() - Method in class org.apache.parquet.format.Statistics
 

C

clear() - Method in class org.apache.parquet.format.ColumnChunk
 
clear() - Method in class org.apache.parquet.format.ColumnMetaData
 
clear() - Method in class org.apache.parquet.format.DataPageHeader
 
clear() - Method in class org.apache.parquet.format.DataPageHeaderV2
 
clear() - Method in class org.apache.parquet.format.DictionaryPageHeader
 
clear() - Method in class org.apache.parquet.format.FileMetaData
 
clear() - Method in class org.apache.parquet.format.IndexPageHeader
 
clear() - Method in class org.apache.parquet.format.KeyValue
 
clear() - Method in class org.apache.parquet.format.PageEncodingStats
 
clear() - Method in class org.apache.parquet.format.PageHeader
 
clear() - Method in class org.apache.parquet.format.RowGroup
 
clear() - Method in class org.apache.parquet.format.SchemaElement
 
clear() - Method in class org.apache.parquet.format.SortingColumn
 
clear() - Method in class org.apache.parquet.format.Statistics
 
codec - Variable in class org.apache.parquet.format.ColumnMetaData
Compression codec *
column_idx - Variable in class org.apache.parquet.format.SortingColumn
The column index (in this row group) *
ColumnChunk - Class in org.apache.parquet.format
 
ColumnChunk() - Constructor for class org.apache.parquet.format.ColumnChunk
 
ColumnChunk(long) - Constructor for class org.apache.parquet.format.ColumnChunk
 
ColumnChunk(ColumnChunk) - Constructor for class org.apache.parquet.format.ColumnChunk
Performs a deep copy on other.
ColumnChunk._Fields - Enum in org.apache.parquet.format
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ColumnMetaData - Class in org.apache.parquet.format
Description for column metadata
ColumnMetaData() - Constructor for class org.apache.parquet.format.ColumnMetaData
 
ColumnMetaData(Type, List<Encoding>, List<String>, CompressionCodec, long, long, long, long) - Constructor for class org.apache.parquet.format.ColumnMetaData
 
ColumnMetaData(ColumnMetaData) - Constructor for class org.apache.parquet.format.ColumnMetaData
Performs a deep copy on other.
ColumnMetaData._Fields - Enum in org.apache.parquet.format
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
columns - Variable in class org.apache.parquet.format.RowGroup
Metadata for each column chunk in this row group.
compareTo(ColumnChunk) - Method in class org.apache.parquet.format.ColumnChunk
 
compareTo(ColumnMetaData) - Method in class org.apache.parquet.format.ColumnMetaData
 
compareTo(DataPageHeader) - Method in class org.apache.parquet.format.DataPageHeader
 
compareTo(DataPageHeaderV2) - Method in class org.apache.parquet.format.DataPageHeaderV2
 
compareTo(DictionaryPageHeader) - Method in class org.apache.parquet.format.DictionaryPageHeader
 
compareTo(FileMetaData) - Method in class org.apache.parquet.format.FileMetaData
 
compareTo(IndexPageHeader) - Method in class org.apache.parquet.format.IndexPageHeader
 
compareTo(KeyValue) - Method in class org.apache.parquet.format.KeyValue
 
compareTo(PageEncodingStats) - Method in class org.apache.parquet.format.PageEncodingStats
 
compareTo(PageHeader) - Method in class org.apache.parquet.format.PageHeader
 
compareTo(RowGroup) - Method in class org.apache.parquet.format.RowGroup
 
compareTo(SchemaElement) - Method in class org.apache.parquet.format.SchemaElement
 
compareTo(SortingColumn) - Method in class org.apache.parquet.format.SortingColumn
 
compareTo(Statistics) - Method in class org.apache.parquet.format.Statistics
 
compressed_page_size - Variable in class org.apache.parquet.format.PageHeader
Compressed page size in bytes (not including this header) *
CompressionCodec - Enum in org.apache.parquet.format
Supported compression algorithms.
consume(T) - Method in interface org.apache.parquet.format.event.Consumers.Consumer
 
consume(boolean) - Method in class org.apache.parquet.format.event.TypedConsumer.BoolConsumer
 
consume(byte) - Method in class org.apache.parquet.format.event.TypedConsumer.ByteConsumer
 
consume(double) - Method in class org.apache.parquet.format.event.TypedConsumer.DoubleConsumer
 
consume(short) - Method in class org.apache.parquet.format.event.TypedConsumer.I16Consumer
 
consume(int) - Method in class org.apache.parquet.format.event.TypedConsumer.I32Consumer
 
consume(long) - Method in class org.apache.parquet.format.event.TypedConsumer.I64Consumer
 
consume(String) - Method in class org.apache.parquet.format.event.TypedConsumer.StringConsumer
 
consumeElement(TProtocol, EventBasedThriftReader, byte) - Method in class org.apache.parquet.format.event.TypedConsumer.ListConsumer
can either delegate to the reader or read the element from the protocol
consumeElement(TProtocol, EventBasedThriftReader, byte) - Method in class org.apache.parquet.format.event.TypedConsumer.SetConsumer
can either delegate to the reader or read the set from the protocol
consumeEntry(TProtocol, EventBasedThriftReader, byte, byte) - Method in class org.apache.parquet.format.event.TypedConsumer.MapConsumer
can either delegate to the reader or read the map entry from the protocol
consumeField(TProtocol, EventBasedThriftReader, short, byte) - Method in class org.apache.parquet.format.event.Consumers.DelegatingFieldConsumer
 
consumeField(TProtocol, EventBasedThriftReader, short, byte) - Method in interface org.apache.parquet.format.event.FieldConsumer
called by the EventBasedThriftReader when reading a field from a Struct
consumeList(TProtocol, EventBasedThriftReader, TList) - Method in class org.apache.parquet.format.event.TypedConsumer.ListConsumer
 
consumeMap(TProtocol, EventBasedThriftReader, TMap) - Method in class org.apache.parquet.format.event.TypedConsumer.MapConsumer
 
Consumers - Class in org.apache.parquet.format.event
Entry point for reading thrift in a streaming fashion
Consumers() - Constructor for class org.apache.parquet.format.event.Consumers
 
Consumers.Consumer<T> - Interface in org.apache.parquet.format.event
To consume objects coming from a DelegatingFieldConsumer
Consumers.DelegatingFieldConsumer - Class in org.apache.parquet.format.event
Delegates reading the field to TypedConsumers.
consumeSet(TProtocol, EventBasedThriftReader, TSet) - Method in class org.apache.parquet.format.event.TypedConsumer.SetConsumer
 
consumeStruct(TProtocol, EventBasedThriftReader) - Method in class org.apache.parquet.format.event.TypedConsumer.StructConsumer
can either delegate to the reader or read the struct from the protocol reader.readStruct(fieldConsumer);
converted_type - Variable in class org.apache.parquet.format.SchemaElement
When the schema is the result of a conversion from another model Used to record the original type to help with cross conversion.
ConvertedType - Enum in org.apache.parquet.format
Common types used by frameworks(e.g.
count - Variable in class org.apache.parquet.format.PageEncodingStats
number of pages of this type with this encoding *
crc - Variable in class org.apache.parquet.format.PageHeader
32bit crc for the data below.
created_by - Variable in class org.apache.parquet.format.FileMetaData
String for application that wrote this file.

D

data_page_header - Variable in class org.apache.parquet.format.PageHeader
 
data_page_header_v2 - Variable in class org.apache.parquet.format.PageHeader
 
data_page_offset - Variable in class org.apache.parquet.format.ColumnMetaData
Byte offset from beginning of file to first data page *
DataPageHeader - Class in org.apache.parquet.format
Data page header
DataPageHeader() - Constructor for class org.apache.parquet.format.DataPageHeader
 
DataPageHeader(int, Encoding, Encoding, Encoding) - Constructor for class org.apache.parquet.format.DataPageHeader
 
DataPageHeader(DataPageHeader) - Constructor for class org.apache.parquet.format.DataPageHeader
Performs a deep copy on other.
DataPageHeader._Fields - Enum in org.apache.parquet.format
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
DataPageHeaderV2 - Class in org.apache.parquet.format
New page format alowing reading levels without decompressing the data Repetition and definition levels are uncompressed The remaining section containing the data is compressed if is_compressed is true
DataPageHeaderV2() - Constructor for class org.apache.parquet.format.DataPageHeaderV2
 
DataPageHeaderV2(int, int, int, Encoding, int, int) - Constructor for class org.apache.parquet.format.DataPageHeaderV2
 
DataPageHeaderV2(DataPageHeaderV2) - Constructor for class org.apache.parquet.format.DataPageHeaderV2
Performs a deep copy on other.
DataPageHeaderV2._Fields - Enum in org.apache.parquet.format
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
deepCopy() - Method in class org.apache.parquet.format.ColumnChunk
 
deepCopy() - Method in class org.apache.parquet.format.ColumnMetaData
 
deepCopy() - Method in class org.apache.parquet.format.DataPageHeader
 
deepCopy() - Method in class org.apache.parquet.format.DataPageHeaderV2
 
deepCopy() - Method in class org.apache.parquet.format.DictionaryPageHeader
 
deepCopy() - Method in class org.apache.parquet.format.FileMetaData
 
deepCopy() - Method in class org.apache.parquet.format.IndexPageHeader
 
deepCopy() - Method in class org.apache.parquet.format.KeyValue
 
deepCopy() - Method in class org.apache.parquet.format.PageEncodingStats
 
deepCopy() - Method in class org.apache.parquet.format.PageHeader
 
deepCopy() - Method in class org.apache.parquet.format.RowGroup
 
deepCopy() - Method in class org.apache.parquet.format.SchemaElement
 
deepCopy() - Method in class org.apache.parquet.format.SortingColumn
 
deepCopy() - Method in class org.apache.parquet.format.Statistics
 
definition_level_encoding - Variable in class org.apache.parquet.format.DataPageHeader
Encoding used for definition levels *
definition_levels_byte_length - Variable in class org.apache.parquet.format.DataPageHeaderV2
length of the repetition levels
descending - Variable in class org.apache.parquet.format.SortingColumn
If true, indicates this column is sorted in descending order.
dictionary_page_header - Variable in class org.apache.parquet.format.PageHeader
 
dictionary_page_offset - Variable in class org.apache.parquet.format.ColumnMetaData
Byte offset from the beginning of file to first (only) dictionary page *
DictionaryPageHeader - Class in org.apache.parquet.format
TODO: *
DictionaryPageHeader() - Constructor for class org.apache.parquet.format.DictionaryPageHeader
 
DictionaryPageHeader(int, Encoding) - Constructor for class org.apache.parquet.format.DictionaryPageHeader
 
DictionaryPageHeader(DictionaryPageHeader) - Constructor for class org.apache.parquet.format.DictionaryPageHeader
Performs a deep copy on other.
DictionaryPageHeader._Fields - Enum in org.apache.parquet.format
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
distinct_count - Variable in class org.apache.parquet.format.Statistics
count of distinct values occurring

E

encoding - Variable in class org.apache.parquet.format.DataPageHeader
Encoding used for this data page *
encoding - Variable in class org.apache.parquet.format.DataPageHeaderV2
Encoding used for data in this page *
encoding - Variable in class org.apache.parquet.format.DictionaryPageHeader
Encoding using this dictionary page *
Encoding - Enum in org.apache.parquet.format
Encodings supported by Parquet.
encoding - Variable in class org.apache.parquet.format.PageEncodingStats
encoding of the page *
encoding_stats - Variable in class org.apache.parquet.format.ColumnMetaData
Set of all encodings used for pages in this column chunk.
encodings - Variable in class org.apache.parquet.format.ColumnMetaData
Set of all encodings used for this column.
equals(Object) - Method in class org.apache.parquet.format.ColumnChunk
 
equals(ColumnChunk) - Method in class org.apache.parquet.format.ColumnChunk
 
equals(Object) - Method in class org.apache.parquet.format.ColumnMetaData
 
equals(ColumnMetaData) - Method in class org.apache.parquet.format.ColumnMetaData
 
equals(Object) - Method in class org.apache.parquet.format.DataPageHeader
 
equals(DataPageHeader) - Method in class org.apache.parquet.format.DataPageHeader
 
equals(Object) - Method in class org.apache.parquet.format.DataPageHeaderV2
 
equals(DataPageHeaderV2) - Method in class org.apache.parquet.format.DataPageHeaderV2
 
equals(Object) - Method in class org.apache.parquet.format.DictionaryPageHeader
 
equals(DictionaryPageHeader) - Method in class org.apache.parquet.format.DictionaryPageHeader
 
equals(Object) - Method in class org.apache.parquet.format.FileMetaData
 
equals(FileMetaData) - Method in class org.apache.parquet.format.FileMetaData
 
equals(Object) - Method in class org.apache.parquet.format.IndexPageHeader
 
equals(IndexPageHeader) - Method in class org.apache.parquet.format.IndexPageHeader
 
equals(Object) - Method in class org.apache.parquet.format.InterningProtocol
 
equals(Object) - Method in class org.apache.parquet.format.KeyValue
 
equals(KeyValue) - Method in class org.apache.parquet.format.KeyValue
 
equals(Object) - Method in class org.apache.parquet.format.PageEncodingStats
 
equals(PageEncodingStats) - Method in class org.apache.parquet.format.PageEncodingStats
 
equals(Object) - Method in class org.apache.parquet.format.PageHeader
 
equals(PageHeader) - Method in class org.apache.parquet.format.PageHeader
 
equals(Object) - Method in class org.apache.parquet.format.RowGroup
 
equals(RowGroup) - Method in class org.apache.parquet.format.RowGroup
 
equals(Object) - Method in class org.apache.parquet.format.SchemaElement
 
equals(SchemaElement) - Method in class org.apache.parquet.format.SchemaElement
 
equals(Object) - Method in class org.apache.parquet.format.SortingColumn
 
equals(SortingColumn) - Method in class org.apache.parquet.format.SortingColumn
 
equals(Object) - Method in class org.apache.parquet.format.Statistics
 
equals(Statistics) - Method in class org.apache.parquet.format.Statistics
 
EventBasedThriftReader - Class in org.apache.parquet.format.event
Event based reader for Thrift
EventBasedThriftReader(TProtocol) - Constructor for class org.apache.parquet.format.event.EventBasedThriftReader
 

F

field_id - Variable in class org.apache.parquet.format.SchemaElement
When the original schema supports field ids, this will save the original field id in the parquet schema
fieldConsumer() - Static method in class org.apache.parquet.format.event.Consumers
call onField on the resulting DelegatingFieldConsumer to handle individual fields
FieldConsumer - Interface in org.apache.parquet.format.event
To receive Thrift field events
fieldForId(int) - Method in class org.apache.parquet.format.ColumnChunk
 
fieldForId(int) - Method in class org.apache.parquet.format.ColumnMetaData
 
fieldForId(int) - Method in class org.apache.parquet.format.DataPageHeader
 
fieldForId(int) - Method in class org.apache.parquet.format.DataPageHeaderV2
 
fieldForId(int) - Method in class org.apache.parquet.format.DictionaryPageHeader
 
fieldForId(int) - Method in class org.apache.parquet.format.FileMetaData
 
fieldForId(int) - Method in class org.apache.parquet.format.IndexPageHeader
 
fieldForId(int) - Method in class org.apache.parquet.format.KeyValue
 
fieldForId(int) - Method in class org.apache.parquet.format.PageEncodingStats
 
fieldForId(int) - Method in class org.apache.parquet.format.PageHeader
 
fieldForId(int) - Method in class org.apache.parquet.format.RowGroup
 
fieldForId(int) - Method in class org.apache.parquet.format.SchemaElement
 
fieldForId(int) - Method in class org.apache.parquet.format.SortingColumn
 
fieldForId(int) - Method in class org.apache.parquet.format.Statistics
 
FieldRepetitionType - Enum in org.apache.parquet.format
Representation of Schemas
file_offset - Variable in class org.apache.parquet.format.ColumnChunk
Byte offset in file_path to the ColumnMetaData *
file_path - Variable in class org.apache.parquet.format.ColumnChunk
File where column data is stored.
FileMetaData - Class in org.apache.parquet.format
Description for file metadata
FileMetaData() - Constructor for class org.apache.parquet.format.FileMetaData
 
FileMetaData(int, List<SchemaElement>, long, List<RowGroup>) - Constructor for class org.apache.parquet.format.FileMetaData
 
FileMetaData(FileMetaData) - Constructor for class org.apache.parquet.format.FileMetaData
Performs a deep copy on other.
FileMetaData._Fields - Enum in org.apache.parquet.format
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
findByName(String) - Static method in enum org.apache.parquet.format.ColumnChunk._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.parquet.format.ColumnMetaData._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.parquet.format.DataPageHeader._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.parquet.format.DataPageHeaderV2._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.parquet.format.DictionaryPageHeader._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.parquet.format.FileMetaData._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.parquet.format.IndexPageHeader._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.parquet.format.KeyValue._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.parquet.format.PageEncodingStats._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.parquet.format.PageHeader._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.parquet.format.RowGroup._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.parquet.format.SchemaElement._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.parquet.format.SortingColumn._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.parquet.format.Statistics._Fields
Find the _Fields constant that matches name, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.parquet.format.ColumnChunk._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.parquet.format.ColumnMetaData._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.parquet.format.DataPageHeader._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.parquet.format.DataPageHeaderV2._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.parquet.format.DictionaryPageHeader._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.parquet.format.FileMetaData._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.parquet.format.IndexPageHeader._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.parquet.format.KeyValue._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.parquet.format.PageEncodingStats._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.parquet.format.PageHeader._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.parquet.format.RowGroup._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.parquet.format.SchemaElement._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.parquet.format.SortingColumn._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.parquet.format.Statistics._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.parquet.format.ColumnChunk._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.parquet.format.ColumnMetaData._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.parquet.format.DataPageHeader._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.parquet.format.DataPageHeaderV2._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.parquet.format.DictionaryPageHeader._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.parquet.format.FileMetaData._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.parquet.format.IndexPageHeader._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.parquet.format.KeyValue._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.parquet.format.PageEncodingStats._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.parquet.format.PageHeader._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.parquet.format.RowGroup._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.parquet.format.SchemaElement._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.parquet.format.SortingColumn._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.parquet.format.Statistics._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByValue(int) - Static method in enum org.apache.parquet.format.CompressionCodec
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.parquet.format.ConvertedType
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.parquet.format.Encoding
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.parquet.format.FieldRepetitionType
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.parquet.format.PageType
Find a the enum type by its integer value, as defined in the Thrift IDL.
findByValue(int) - Static method in enum org.apache.parquet.format.Type
Find a the enum type by its integer value, as defined in the Thrift IDL.

G

getCodec() - Method in class org.apache.parquet.format.ColumnMetaData
Compression codec *
getColumn_idx() - Method in class org.apache.parquet.format.SortingColumn
The column index (in this row group) *
getColumns() - Method in class org.apache.parquet.format.RowGroup
Metadata for each column chunk in this row group.
getColumnsIterator() - Method in class org.apache.parquet.format.RowGroup
 
getColumnsSize() - Method in class org.apache.parquet.format.RowGroup
 
getCompressed_page_size() - Method in class org.apache.parquet.format.PageHeader
Compressed page size in bytes (not including this header) *
getConverted_type() - Method in class org.apache.parquet.format.SchemaElement
When the schema is the result of a conversion from another model Used to record the original type to help with cross conversion.
getCount() - Method in class org.apache.parquet.format.PageEncodingStats
number of pages of this type with this encoding *
getCrc() - Method in class org.apache.parquet.format.PageHeader
32bit crc for the data below.
getCreated_by() - Method in class org.apache.parquet.format.FileMetaData
String for application that wrote this file.
getData_page_header() - Method in class org.apache.parquet.format.PageHeader
 
getData_page_header_v2() - Method in class org.apache.parquet.format.PageHeader
 
getData_page_offset() - Method in class org.apache.parquet.format.ColumnMetaData
Byte offset from beginning of file to first data page *
getDefinition_level_encoding() - Method in class org.apache.parquet.format.DataPageHeader
Encoding used for definition levels *
getDefinition_levels_byte_length() - Method in class org.apache.parquet.format.DataPageHeaderV2
length of the repetition levels
getDictionary_page_header() - Method in class org.apache.parquet.format.PageHeader
 
getDictionary_page_offset() - Method in class org.apache.parquet.format.ColumnMetaData
Byte offset from the beginning of file to first (only) dictionary page *
getDistinct_count() - Method in class org.apache.parquet.format.Statistics
count of distinct values occurring
getEncoding() - Method in class org.apache.parquet.format.DataPageHeader
Encoding used for this data page *
getEncoding() - Method in class org.apache.parquet.format.DataPageHeaderV2
Encoding used for data in this page *
getEncoding() - Method in class org.apache.parquet.format.DictionaryPageHeader
Encoding using this dictionary page *
getEncoding() - Method in class org.apache.parquet.format.PageEncodingStats
encoding of the page *
getEncoding_stats() - Method in class org.apache.parquet.format.ColumnMetaData
Set of all encodings used for pages in this column chunk.
getEncoding_statsIterator() - Method in class org.apache.parquet.format.ColumnMetaData
 
getEncoding_statsSize() - Method in class org.apache.parquet.format.ColumnMetaData
 
getEncodings() - Method in class org.apache.parquet.format.ColumnMetaData
Set of all encodings used for this column.
getEncodingsIterator() - Method in class org.apache.parquet.format.ColumnMetaData
 
getEncodingsSize() - Method in class org.apache.parquet.format.ColumnMetaData
 
getField_id() - Method in class org.apache.parquet.format.SchemaElement
When the original schema supports field ids, this will save the original field id in the parquet schema
getFieldName() - Method in enum org.apache.parquet.format.ColumnChunk._Fields
 
getFieldName() - Method in enum org.apache.parquet.format.ColumnMetaData._Fields
 
getFieldName() - Method in enum org.apache.parquet.format.DataPageHeader._Fields
 
getFieldName() - Method in enum org.apache.parquet.format.DataPageHeaderV2._Fields
 
getFieldName() - Method in enum org.apache.parquet.format.DictionaryPageHeader._Fields
 
getFieldName() - Method in enum org.apache.parquet.format.FileMetaData._Fields
 
getFieldName() - Method in enum org.apache.parquet.format.IndexPageHeader._Fields
 
getFieldName() - Method in enum org.apache.parquet.format.KeyValue._Fields
 
getFieldName() - Method in enum org.apache.parquet.format.PageEncodingStats._Fields
 
getFieldName() - Method in enum org.apache.parquet.format.PageHeader._Fields
 
getFieldName() - Method in enum org.apache.parquet.format.RowGroup._Fields
 
getFieldName() - Method in enum org.apache.parquet.format.SchemaElement._Fields
 
getFieldName() - Method in enum org.apache.parquet.format.SortingColumn._Fields
 
getFieldName() - Method in enum org.apache.parquet.format.Statistics._Fields
 
getFieldValue(ColumnChunk._Fields) - Method in class org.apache.parquet.format.ColumnChunk
 
getFieldValue(ColumnMetaData._Fields) - Method in class org.apache.parquet.format.ColumnMetaData
 
getFieldValue(DataPageHeader._Fields) - Method in class org.apache.parquet.format.DataPageHeader
 
getFieldValue(DataPageHeaderV2._Fields) - Method in class org.apache.parquet.format.DataPageHeaderV2
 
getFieldValue(DictionaryPageHeader._Fields) - Method in class org.apache.parquet.format.DictionaryPageHeader
 
getFieldValue(FileMetaData._Fields) - Method in class org.apache.parquet.format.FileMetaData
 
getFieldValue(IndexPageHeader._Fields) - Method in class org.apache.parquet.format.IndexPageHeader
 
getFieldValue(KeyValue._Fields) - Method in class org.apache.parquet.format.KeyValue
 
getFieldValue(PageEncodingStats._Fields) - Method in class org.apache.parquet.format.PageEncodingStats
 
getFieldValue(PageHeader._Fields) - Method in class org.apache.parquet.format.PageHeader
 
getFieldValue(RowGroup._Fields) - Method in class org.apache.parquet.format.RowGroup
 
getFieldValue(SchemaElement._Fields) - Method in class org.apache.parquet.format.SchemaElement
 
getFieldValue(SortingColumn._Fields) - Method in class org.apache.parquet.format.SortingColumn
 
getFieldValue(Statistics._Fields) - Method in class org.apache.parquet.format.Statistics
 
getFile_offset() - Method in class org.apache.parquet.format.ColumnChunk
Byte offset in file_path to the ColumnMetaData *
getFile_path() - Method in class org.apache.parquet.format.ColumnChunk
File where column data is stored.
getIndex_page_header() - Method in class org.apache.parquet.format.PageHeader
 
getIndex_page_offset() - Method in class org.apache.parquet.format.ColumnMetaData
Byte offset from beginning of file to root index page *
getKey() - Method in class org.apache.parquet.format.KeyValue
 
getKey_value_metadata() - Method in class org.apache.parquet.format.ColumnMetaData
Optional key/value metadata *
getKey_value_metadata() - Method in class org.apache.parquet.format.FileMetaData
Optional key/value metadata *
getKey_value_metadataIterator() - Method in class org.apache.parquet.format.ColumnMetaData
 
getKey_value_metadataIterator() - Method in class org.apache.parquet.format.FileMetaData
 
getKey_value_metadataSize() - Method in class org.apache.parquet.format.ColumnMetaData
 
getKey_value_metadataSize() - Method in class org.apache.parquet.format.FileMetaData
 
getMax() - Method in class org.apache.parquet.format.Statistics
min and max value of the column, encoded in PLAIN encoding
getMeta_data() - Method in class org.apache.parquet.format.ColumnChunk
Column metadata for this chunk.
getMin() - Method in class org.apache.parquet.format.Statistics
 
getName() - Method in class org.apache.parquet.format.SchemaElement
Name of the field in the schema
getNull_count() - Method in class org.apache.parquet.format.Statistics
count of null value in the column
getNum_children() - Method in class org.apache.parquet.format.SchemaElement
Nested fields.
getNum_nulls() - Method in class org.apache.parquet.format.DataPageHeaderV2
Number of NULL values, in this data page.
getNum_rows() - Method in class org.apache.parquet.format.DataPageHeaderV2
Number of rows in this data page.
getNum_rows() - Method in class org.apache.parquet.format.FileMetaData
Number of rows in this file *
getNum_rows() - Method in class org.apache.parquet.format.RowGroup
Number of rows in this row group *
getNum_values() - Method in class org.apache.parquet.format.ColumnMetaData
Number of values in this column *
getNum_values() - Method in class org.apache.parquet.format.DataPageHeader
Number of values, including NULLs, in this data page.
getNum_values() - Method in class org.apache.parquet.format.DataPageHeaderV2
Number of values, including NULLs, in this data page.
getNum_values() - Method in class org.apache.parquet.format.DictionaryPageHeader
Number of values in the dictionary *
getPage_type() - Method in class org.apache.parquet.format.PageEncodingStats
the page type (data/dic/...) *
getPath_in_schema() - Method in class org.apache.parquet.format.ColumnMetaData
Path in schema *
getPath_in_schemaIterator() - Method in class org.apache.parquet.format.ColumnMetaData
 
getPath_in_schemaSize() - Method in class org.apache.parquet.format.ColumnMetaData
 
getPrecision() - Method in class org.apache.parquet.format.SchemaElement
 
getRepetition_level_encoding() - Method in class org.apache.parquet.format.DataPageHeader
Encoding used for repetition levels *
getRepetition_levels_byte_length() - Method in class org.apache.parquet.format.DataPageHeaderV2
length of the definition levels
getRepetition_type() - Method in class org.apache.parquet.format.SchemaElement
repetition of the field.
getRow_groups() - Method in class org.apache.parquet.format.FileMetaData
Row groups in this file *
getRow_groupsIterator() - Method in class org.apache.parquet.format.FileMetaData
 
getRow_groupsSize() - Method in class org.apache.parquet.format.FileMetaData
 
getScale() - Method in class org.apache.parquet.format.SchemaElement
Used when this column contains decimal data.
getSchema() - Method in class org.apache.parquet.format.FileMetaData
Parquet schema for this file.
getSchemaIterator() - Method in class org.apache.parquet.format.FileMetaData
 
getSchemaSize() - Method in class org.apache.parquet.format.FileMetaData
 
getSorting_columns() - Method in class org.apache.parquet.format.RowGroup
If set, specifies a sort ordering of the rows in this RowGroup.
getSorting_columnsIterator() - Method in class org.apache.parquet.format.RowGroup
 
getSorting_columnsSize() - Method in class org.apache.parquet.format.RowGroup
 
getStatistics() - Method in class org.apache.parquet.format.ColumnMetaData
optional statistics for this column chunk
getStatistics() - Method in class org.apache.parquet.format.DataPageHeader
Optional statistics for the data in this page*
getStatistics() - Method in class org.apache.parquet.format.DataPageHeaderV2
optional statistics for this column chunk
getThriftFieldId() - Method in enum org.apache.parquet.format.ColumnChunk._Fields
 
getThriftFieldId() - Method in enum org.apache.parquet.format.ColumnMetaData._Fields
 
getThriftFieldId() - Method in enum org.apache.parquet.format.DataPageHeader._Fields
 
getThriftFieldId() - Method in enum org.apache.parquet.format.DataPageHeaderV2._Fields
 
getThriftFieldId() - Method in enum org.apache.parquet.format.DictionaryPageHeader._Fields
 
getThriftFieldId() - Method in enum org.apache.parquet.format.FileMetaData._Fields
 
getThriftFieldId() - Method in enum org.apache.parquet.format.IndexPageHeader._Fields
 
getThriftFieldId() - Method in enum org.apache.parquet.format.KeyValue._Fields
 
getThriftFieldId() - Method in enum org.apache.parquet.format.PageEncodingStats._Fields
 
getThriftFieldId() - Method in enum org.apache.parquet.format.PageHeader._Fields
 
getThriftFieldId() - Method in enum org.apache.parquet.format.RowGroup._Fields
 
getThriftFieldId() - Method in enum org.apache.parquet.format.SchemaElement._Fields
 
getThriftFieldId() - Method in enum org.apache.parquet.format.SortingColumn._Fields
 
getThriftFieldId() - Method in enum org.apache.parquet.format.Statistics._Fields
 
getTotal_byte_size() - Method in class org.apache.parquet.format.RowGroup
Total byte size of all the uncompressed column data in this row group *
getTotal_compressed_size() - Method in class org.apache.parquet.format.ColumnMetaData
total byte size of all compressed pages in this column chunk (including the headers) *
getTotal_uncompressed_size() - Method in class org.apache.parquet.format.ColumnMetaData
total byte size of all uncompressed pages in this column chunk (including the headers) *
getTransport() - Method in class org.apache.parquet.format.InterningProtocol
 
getType() - Method in class org.apache.parquet.format.ColumnMetaData
Type of this column *
getType() - Method in class org.apache.parquet.format.PageHeader
the type of the page: indicates which of the *_header fields is set *
getType() - Method in class org.apache.parquet.format.SchemaElement
Data type for this field.
getType_length() - Method in class org.apache.parquet.format.SchemaElement
If type is FIXED_LEN_BYTE_ARRAY, this is the byte length of the vales.
getUncompressed_page_size() - Method in class org.apache.parquet.format.PageHeader
Uncompressed page size in bytes (not including this header) *
getValue() - Method in enum org.apache.parquet.format.CompressionCodec
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.parquet.format.ConvertedType
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.parquet.format.Encoding
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.parquet.format.FieldRepetitionType
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in class org.apache.parquet.format.KeyValue
 
getValue() - Method in enum org.apache.parquet.format.PageType
Get the integer value of this enum value, as defined in the Thrift IDL.
getValue() - Method in enum org.apache.parquet.format.Type
Get the integer value of this enum value, as defined in the Thrift IDL.
getVersion() - Method in class org.apache.parquet.format.FileMetaData
Version of this file *

H

hashCode() - Method in class org.apache.parquet.format.ColumnChunk
 
hashCode() - Method in class org.apache.parquet.format.ColumnMetaData
 
hashCode() - Method in class org.apache.parquet.format.DataPageHeader
 
hashCode() - Method in class org.apache.parquet.format.DataPageHeaderV2
 
hashCode() - Method in class org.apache.parquet.format.DictionaryPageHeader
 
hashCode() - Method in class org.apache.parquet.format.FileMetaData
 
hashCode() - Method in class org.apache.parquet.format.IndexPageHeader
 
hashCode() - Method in class org.apache.parquet.format.InterningProtocol
 
hashCode() - Method in class org.apache.parquet.format.KeyValue
 
hashCode() - Method in class org.apache.parquet.format.PageEncodingStats
 
hashCode() - Method in class org.apache.parquet.format.PageHeader
 
hashCode() - Method in class org.apache.parquet.format.RowGroup
 
hashCode() - Method in class org.apache.parquet.format.SchemaElement
 
hashCode() - Method in class org.apache.parquet.format.SortingColumn
 
hashCode() - Method in class org.apache.parquet.format.Statistics
 

I

index_page_header - Variable in class org.apache.parquet.format.PageHeader
 
index_page_offset - Variable in class org.apache.parquet.format.ColumnMetaData
Byte offset from beginning of file to root index page *
IndexPageHeader - Class in org.apache.parquet.format
 
IndexPageHeader() - Constructor for class org.apache.parquet.format.IndexPageHeader
 
IndexPageHeader(IndexPageHeader) - Constructor for class org.apache.parquet.format.IndexPageHeader
Performs a deep copy on other.
IndexPageHeader._Fields - Enum in org.apache.parquet.format
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
InterningProtocol - Class in org.apache.parquet.format
TProtocol that interns the strings.
InterningProtocol(TProtocol) - Constructor for class org.apache.parquet.format.InterningProtocol
 
is_compressed - Variable in class org.apache.parquet.format.DataPageHeaderV2
whether the values are compressed.
is_sorted - Variable in class org.apache.parquet.format.DictionaryPageHeader
If true, the entries in the dictionary are sorted in ascending order *
isDescending() - Method in class org.apache.parquet.format.SortingColumn
If true, indicates this column is sorted in descending order.
isIs_compressed() - Method in class org.apache.parquet.format.DataPageHeaderV2
whether the values are compressed.
isIs_sorted() - Method in class org.apache.parquet.format.DictionaryPageHeader
If true, the entries in the dictionary are sorted in ascending order *
isNulls_first() - Method in class org.apache.parquet.format.SortingColumn
If true, nulls will come before non-null values, otherwise, nulls go at the end.
isSet(ColumnChunk._Fields) - Method in class org.apache.parquet.format.ColumnChunk
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ColumnMetaData._Fields) - Method in class org.apache.parquet.format.ColumnMetaData
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(DataPageHeader._Fields) - Method in class org.apache.parquet.format.DataPageHeader
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(DataPageHeaderV2._Fields) - Method in class org.apache.parquet.format.DataPageHeaderV2
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(DictionaryPageHeader._Fields) - Method in class org.apache.parquet.format.DictionaryPageHeader
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(FileMetaData._Fields) - Method in class org.apache.parquet.format.FileMetaData
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(IndexPageHeader._Fields) - Method in class org.apache.parquet.format.IndexPageHeader
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(KeyValue._Fields) - Method in class org.apache.parquet.format.KeyValue
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(PageEncodingStats._Fields) - Method in class org.apache.parquet.format.PageEncodingStats
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(PageHeader._Fields) - Method in class org.apache.parquet.format.PageHeader
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(RowGroup._Fields) - Method in class org.apache.parquet.format.RowGroup
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(SchemaElement._Fields) - Method in class org.apache.parquet.format.SchemaElement
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(SortingColumn._Fields) - Method in class org.apache.parquet.format.SortingColumn
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(Statistics._Fields) - Method in class org.apache.parquet.format.Statistics
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSetCodec() - Method in class org.apache.parquet.format.ColumnMetaData
Returns true if field codec is set (has been assigned a value) and false otherwise
isSetColumn_idx() - Method in class org.apache.parquet.format.SortingColumn
Returns true if field column_idx is set (has been assigned a value) and false otherwise
isSetColumns() - Method in class org.apache.parquet.format.RowGroup
Returns true if field columns is set (has been assigned a value) and false otherwise
isSetCompressed_page_size() - Method in class org.apache.parquet.format.PageHeader
Returns true if field compressed_page_size is set (has been assigned a value) and false otherwise
isSetConverted_type() - Method in class org.apache.parquet.format.SchemaElement
Returns true if field converted_type is set (has been assigned a value) and false otherwise
isSetCount() - Method in class org.apache.parquet.format.PageEncodingStats
Returns true if field count is set (has been assigned a value) and false otherwise
isSetCrc() - Method in class org.apache.parquet.format.PageHeader
Returns true if field crc is set (has been assigned a value) and false otherwise
isSetCreated_by() - Method in class org.apache.parquet.format.FileMetaData
Returns true if field created_by is set (has been assigned a value) and false otherwise
isSetData_page_header() - Method in class org.apache.parquet.format.PageHeader
Returns true if field data_page_header is set (has been assigned a value) and false otherwise
isSetData_page_header_v2() - Method in class org.apache.parquet.format.PageHeader
Returns true if field data_page_header_v2 is set (has been assigned a value) and false otherwise
isSetData_page_offset() - Method in class org.apache.parquet.format.ColumnMetaData
Returns true if field data_page_offset is set (has been assigned a value) and false otherwise
isSetDefinition_level_encoding() - Method in class org.apache.parquet.format.DataPageHeader
Returns true if field definition_level_encoding is set (has been assigned a value) and false otherwise
isSetDefinition_levels_byte_length() - Method in class org.apache.parquet.format.DataPageHeaderV2
Returns true if field definition_levels_byte_length is set (has been assigned a value) and false otherwise
isSetDescending() - Method in class org.apache.parquet.format.SortingColumn
Returns true if field descending is set (has been assigned a value) and false otherwise
isSetDictionary_page_header() - Method in class org.apache.parquet.format.PageHeader
Returns true if field dictionary_page_header is set (has been assigned a value) and false otherwise
isSetDictionary_page_offset() - Method in class org.apache.parquet.format.ColumnMetaData
Returns true if field dictionary_page_offset is set (has been assigned a value) and false otherwise
isSetDistinct_count() - Method in class org.apache.parquet.format.Statistics
Returns true if field distinct_count is set (has been assigned a value) and false otherwise
isSetEncoding() - Method in class org.apache.parquet.format.DataPageHeader
Returns true if field encoding is set (has been assigned a value) and false otherwise
isSetEncoding() - Method in class org.apache.parquet.format.DataPageHeaderV2
Returns true if field encoding is set (has been assigned a value) and false otherwise
isSetEncoding() - Method in class org.apache.parquet.format.DictionaryPageHeader
Returns true if field encoding is set (has been assigned a value) and false otherwise
isSetEncoding() - Method in class org.apache.parquet.format.PageEncodingStats
Returns true if field encoding is set (has been assigned a value) and false otherwise
isSetEncoding_stats() - Method in class org.apache.parquet.format.ColumnMetaData
Returns true if field encoding_stats is set (has been assigned a value) and false otherwise
isSetEncodings() - Method in class org.apache.parquet.format.ColumnMetaData
Returns true if field encodings is set (has been assigned a value) and false otherwise
isSetField_id() - Method in class org.apache.parquet.format.SchemaElement
Returns true if field field_id is set (has been assigned a value) and false otherwise
isSetFile_offset() - Method in class org.apache.parquet.format.ColumnChunk
Returns true if field file_offset is set (has been assigned a value) and false otherwise
isSetFile_path() - Method in class org.apache.parquet.format.ColumnChunk
Returns true if field file_path is set (has been assigned a value) and false otherwise
isSetIndex_page_header() - Method in class org.apache.parquet.format.PageHeader
Returns true if field index_page_header is set (has been assigned a value) and false otherwise
isSetIndex_page_offset() - Method in class org.apache.parquet.format.ColumnMetaData
Returns true if field index_page_offset is set (has been assigned a value) and false otherwise
isSetIs_compressed() - Method in class org.apache.parquet.format.DataPageHeaderV2
Returns true if field is_compressed is set (has been assigned a value) and false otherwise
isSetIs_sorted() - Method in class org.apache.parquet.format.DictionaryPageHeader
Returns true if field is_sorted is set (has been assigned a value) and false otherwise
isSetKey() - Method in class org.apache.parquet.format.KeyValue
Returns true if field key is set (has been assigned a value) and false otherwise
isSetKey_value_metadata() - Method in class org.apache.parquet.format.ColumnMetaData
Returns true if field key_value_metadata is set (has been assigned a value) and false otherwise
isSetKey_value_metadata() - Method in class org.apache.parquet.format.FileMetaData
Returns true if field key_value_metadata is set (has been assigned a value) and false otherwise
isSetMax() - Method in class org.apache.parquet.format.Statistics
Returns true if field max is set (has been assigned a value) and false otherwise
isSetMeta_data() - Method in class org.apache.parquet.format.ColumnChunk
Returns true if field meta_data is set (has been assigned a value) and false otherwise
isSetMin() - Method in class org.apache.parquet.format.Statistics
Returns true if field min is set (has been assigned a value) and false otherwise
isSetName() - Method in class org.apache.parquet.format.SchemaElement
Returns true if field name is set (has been assigned a value) and false otherwise
isSetNull_count() - Method in class org.apache.parquet.format.Statistics
Returns true if field null_count is set (has been assigned a value) and false otherwise
isSetNulls_first() - Method in class org.apache.parquet.format.SortingColumn
Returns true if field nulls_first is set (has been assigned a value) and false otherwise
isSetNum_children() - Method in class org.apache.parquet.format.SchemaElement
Returns true if field num_children is set (has been assigned a value) and false otherwise
isSetNum_nulls() - Method in class org.apache.parquet.format.DataPageHeaderV2
Returns true if field num_nulls is set (has been assigned a value) and false otherwise
isSetNum_rows() - Method in class org.apache.parquet.format.DataPageHeaderV2
Returns true if field num_rows is set (has been assigned a value) and false otherwise
isSetNum_rows() - Method in class org.apache.parquet.format.FileMetaData
Returns true if field num_rows is set (has been assigned a value) and false otherwise
isSetNum_rows() - Method in class org.apache.parquet.format.RowGroup
Returns true if field num_rows is set (has been assigned a value) and false otherwise
isSetNum_values() - Method in class org.apache.parquet.format.ColumnMetaData
Returns true if field num_values is set (has been assigned a value) and false otherwise
isSetNum_values() - Method in class org.apache.parquet.format.DataPageHeader
Returns true if field num_values is set (has been assigned a value) and false otherwise
isSetNum_values() - Method in class org.apache.parquet.format.DataPageHeaderV2
Returns true if field num_values is set (has been assigned a value) and false otherwise
isSetNum_values() - Method in class org.apache.parquet.format.DictionaryPageHeader
Returns true if field num_values is set (has been assigned a value) and false otherwise
isSetPage_type() - Method in class org.apache.parquet.format.PageEncodingStats
Returns true if field page_type is set (has been assigned a value) and false otherwise
isSetPath_in_schema() - Method in class org.apache.parquet.format.ColumnMetaData
Returns true if field path_in_schema is set (has been assigned a value) and false otherwise
isSetPrecision() - Method in class org.apache.parquet.format.SchemaElement
Returns true if field precision is set (has been assigned a value) and false otherwise
isSetRepetition_level_encoding() - Method in class org.apache.parquet.format.DataPageHeader
Returns true if field repetition_level_encoding is set (has been assigned a value) and false otherwise
isSetRepetition_levels_byte_length() - Method in class org.apache.parquet.format.DataPageHeaderV2
Returns true if field repetition_levels_byte_length is set (has been assigned a value) and false otherwise
isSetRepetition_type() - Method in class org.apache.parquet.format.SchemaElement
Returns true if field repetition_type is set (has been assigned a value) and false otherwise
isSetRow_groups() - Method in class org.apache.parquet.format.FileMetaData
Returns true if field row_groups is set (has been assigned a value) and false otherwise
isSetScale() - Method in class org.apache.parquet.format.SchemaElement
Returns true if field scale is set (has been assigned a value) and false otherwise
isSetSchema() - Method in class org.apache.parquet.format.FileMetaData
Returns true if field schema is set (has been assigned a value) and false otherwise
isSetSorting_columns() - Method in class org.apache.parquet.format.RowGroup
Returns true if field sorting_columns is set (has been assigned a value) and false otherwise
isSetStatistics() - Method in class org.apache.parquet.format.ColumnMetaData
Returns true if field statistics is set (has been assigned a value) and false otherwise
isSetStatistics() - Method in class org.apache.parquet.format.DataPageHeader
Returns true if field statistics is set (has been assigned a value) and false otherwise
isSetStatistics() - Method in class org.apache.parquet.format.DataPageHeaderV2
Returns true if field statistics is set (has been assigned a value) and false otherwise
isSetTotal_byte_size() - Method in class org.apache.parquet.format.RowGroup
Returns true if field total_byte_size is set (has been assigned a value) and false otherwise
isSetTotal_compressed_size() - Method in class org.apache.parquet.format.ColumnMetaData
Returns true if field total_compressed_size is set (has been assigned a value) and false otherwise
isSetTotal_uncompressed_size() - Method in class org.apache.parquet.format.ColumnMetaData
Returns true if field total_uncompressed_size is set (has been assigned a value) and false otherwise
isSetType() - Method in class org.apache.parquet.format.ColumnMetaData
Returns true if field type is set (has been assigned a value) and false otherwise
isSetType() - Method in class org.apache.parquet.format.PageHeader
Returns true if field type is set (has been assigned a value) and false otherwise
isSetType() - Method in class org.apache.parquet.format.SchemaElement
Returns true if field type is set (has been assigned a value) and false otherwise
isSetType_length() - Method in class org.apache.parquet.format.SchemaElement
Returns true if field type_length is set (has been assigned a value) and false otherwise
isSetUncompressed_page_size() - Method in class org.apache.parquet.format.PageHeader
Returns true if field uncompressed_page_size is set (has been assigned a value) and false otherwise
isSetValue() - Method in class org.apache.parquet.format.KeyValue
Returns true if field value is set (has been assigned a value) and false otherwise
isSetVersion() - Method in class org.apache.parquet.format.FileMetaData
Returns true if field version is set (has been assigned a value) and false otherwise

K

key - Variable in class org.apache.parquet.format.KeyValue
 
key_value_metadata - Variable in class org.apache.parquet.format.ColumnMetaData
Optional key/value metadata *
key_value_metadata - Variable in class org.apache.parquet.format.FileMetaData
Optional key/value metadata *
KeyValue - Class in org.apache.parquet.format
Wrapper struct to store key values
KeyValue() - Constructor for class org.apache.parquet.format.KeyValue
 
KeyValue(String) - Constructor for class org.apache.parquet.format.KeyValue
 
KeyValue(KeyValue) - Constructor for class org.apache.parquet.format.KeyValue
Performs a deep copy on other.
KeyValue._Fields - Enum in org.apache.parquet.format
The set of fields this struct contains, along with convenience methods for finding and manipulating them.

L

listElementsOf(TypedConsumer) - Static method in class org.apache.parquet.format.event.Consumers
To consume list elements one by one
listOf(Class<T>, Consumers.Consumer<List<T>>) - Static method in class org.apache.parquet.format.event.Consumers
To consume a list of elements

M

max - Variable in class org.apache.parquet.format.Statistics
min and max value of the column, encoded in PLAIN encoding
meta_data - Variable in class org.apache.parquet.format.ColumnChunk
Column metadata for this chunk.
metaDataMap - Static variable in class org.apache.parquet.format.ColumnChunk
 
metaDataMap - Static variable in class org.apache.parquet.format.ColumnMetaData
 
metaDataMap - Static variable in class org.apache.parquet.format.DataPageHeader
 
metaDataMap - Static variable in class org.apache.parquet.format.DataPageHeaderV2
 
metaDataMap - Static variable in class org.apache.parquet.format.DictionaryPageHeader
 
metaDataMap - Static variable in class org.apache.parquet.format.FileMetaData
 
metaDataMap - Static variable in class org.apache.parquet.format.IndexPageHeader
 
metaDataMap - Static variable in class org.apache.parquet.format.KeyValue
 
metaDataMap - Static variable in class org.apache.parquet.format.PageEncodingStats
 
metaDataMap - Static variable in class org.apache.parquet.format.PageHeader
 
metaDataMap - Static variable in class org.apache.parquet.format.RowGroup
 
metaDataMap - Static variable in class org.apache.parquet.format.SchemaElement
 
metaDataMap - Static variable in class org.apache.parquet.format.SortingColumn
 
metaDataMap - Static variable in class org.apache.parquet.format.Statistics
 
min - Variable in class org.apache.parquet.format.Statistics
 

N

name - Variable in class org.apache.parquet.format.SchemaElement
Name of the field in the schema
null_count - Variable in class org.apache.parquet.format.Statistics
count of null value in the column
nulls_first - Variable in class org.apache.parquet.format.SortingColumn
If true, nulls will come before non-null values, otherwise, nulls go at the end.
num_children - Variable in class org.apache.parquet.format.SchemaElement
Nested fields.
num_nulls - Variable in class org.apache.parquet.format.DataPageHeaderV2
Number of NULL values, in this data page.
num_rows - Variable in class org.apache.parquet.format.DataPageHeaderV2
Number of rows in this data page.
num_rows - Variable in class org.apache.parquet.format.FileMetaData
Number of rows in this file *
num_rows - Variable in class org.apache.parquet.format.RowGroup
Number of rows in this row group *
num_values - Variable in class org.apache.parquet.format.ColumnMetaData
Number of values in this column *
num_values - Variable in class org.apache.parquet.format.DataPageHeader
Number of values, including NULLs, in this data page.
num_values - Variable in class org.apache.parquet.format.DataPageHeaderV2
Number of values, including NULLs, in this data page.
num_values - Variable in class org.apache.parquet.format.DictionaryPageHeader
Number of values in the dictionary *

O

onField(TFieldIdEnum, TypedConsumer) - Method in class org.apache.parquet.format.event.Consumers.DelegatingFieldConsumer
 
org.apache.parquet.format - package org.apache.parquet.format
 
org.apache.parquet.format.event - package org.apache.parquet.format.event
 

P

page_type - Variable in class org.apache.parquet.format.PageEncodingStats
the page type (data/dic/...) *
PageEncodingStats - Class in org.apache.parquet.format
statistics of a given page type and encoding
PageEncodingStats() - Constructor for class org.apache.parquet.format.PageEncodingStats
 
PageEncodingStats(PageType, Encoding, int) - Constructor for class org.apache.parquet.format.PageEncodingStats
 
PageEncodingStats(PageEncodingStats) - Constructor for class org.apache.parquet.format.PageEncodingStats
Performs a deep copy on other.
PageEncodingStats._Fields - Enum in org.apache.parquet.format
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
PageHeader - Class in org.apache.parquet.format
 
PageHeader() - Constructor for class org.apache.parquet.format.PageHeader
 
PageHeader(PageType, int, int) - Constructor for class org.apache.parquet.format.PageHeader
 
PageHeader(PageHeader) - Constructor for class org.apache.parquet.format.PageHeader
Performs a deep copy on other.
PageHeader._Fields - Enum in org.apache.parquet.format
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
PageType - Enum in org.apache.parquet.format
 
path_in_schema - Variable in class org.apache.parquet.format.ColumnMetaData
Path in schema *
precision - Variable in class org.apache.parquet.format.SchemaElement
 

R

read(TProtocol) - Method in class org.apache.parquet.format.ColumnChunk
 
read(TProtocol) - Method in class org.apache.parquet.format.ColumnMetaData
 
read(TProtocol) - Method in class org.apache.parquet.format.DataPageHeader
 
read(TProtocol) - Method in class org.apache.parquet.format.DataPageHeaderV2
 
read(TProtocol) - Method in class org.apache.parquet.format.DictionaryPageHeader
 
read(TProtocol, EventBasedThriftReader, byte) - Method in class org.apache.parquet.format.event.TypedConsumer
 
read(TProtocol) - Method in class org.apache.parquet.format.FileMetaData
 
read(TProtocol) - Method in class org.apache.parquet.format.IndexPageHeader
 
read(TProtocol) - Method in class org.apache.parquet.format.KeyValue
 
read(TProtocol) - Method in class org.apache.parquet.format.PageEncodingStats
 
read(TProtocol) - Method in class org.apache.parquet.format.PageHeader
 
read(TProtocol) - Method in class org.apache.parquet.format.RowGroup
 
read(TProtocol) - Method in class org.apache.parquet.format.SchemaElement
 
read(TProtocol) - Method in class org.apache.parquet.format.SortingColumn
 
read(TProtocol) - Method in class org.apache.parquet.format.Statistics
 
readBinary() - Method in class org.apache.parquet.format.InterningProtocol
 
readBool() - Method in class org.apache.parquet.format.InterningProtocol
 
readByte() - Method in class org.apache.parquet.format.InterningProtocol
 
readDouble() - Method in class org.apache.parquet.format.InterningProtocol
 
readFieldBegin() - Method in class org.apache.parquet.format.InterningProtocol
 
readFieldEnd() - Method in class org.apache.parquet.format.InterningProtocol
 
readFileMetaData(InputStream) - Static method in class org.apache.parquet.format.Util
 
readFileMetaData(InputStream, boolean) - Static method in class org.apache.parquet.format.Util
reads the meta data from the stream
readFileMetaData(InputStream, Util.FileMetaDataConsumer) - Static method in class org.apache.parquet.format.Util
 
readFileMetaData(InputStream, Util.FileMetaDataConsumer, boolean) - Static method in class org.apache.parquet.format.Util
 
readI16() - Method in class org.apache.parquet.format.InterningProtocol
 
readI32() - Method in class org.apache.parquet.format.InterningProtocol
 
readI64() - Method in class org.apache.parquet.format.InterningProtocol
 
readListBegin() - Method in class org.apache.parquet.format.InterningProtocol
 
readListContent(TypedConsumer.ListConsumer, TList) - Method in class org.apache.parquet.format.event.EventBasedThriftReader
reads the list content (elements) from the underlying protocol and passes the events to the list event consumer
readListEnd() - Method in class org.apache.parquet.format.InterningProtocol
 
readMapBegin() - Method in class org.apache.parquet.format.InterningProtocol
 
readMapContent(TypedConsumer.MapConsumer, TMap) - Method in class org.apache.parquet.format.event.EventBasedThriftReader
reads the map content (key values) from the underlying protocol and passes the events to the map event consumer
readMapEnd() - Method in class org.apache.parquet.format.InterningProtocol
 
readMapEntry(byte, TypedConsumer, byte, TypedConsumer) - Method in class org.apache.parquet.format.event.EventBasedThriftReader
reads a key-value pair
readMessageBegin() - Method in class org.apache.parquet.format.InterningProtocol
 
readMessageEnd() - Method in class org.apache.parquet.format.InterningProtocol
 
readPageHeader(InputStream) - Static method in class org.apache.parquet.format.Util
 
readSetBegin() - Method in class org.apache.parquet.format.InterningProtocol
 
readSetContent(TypedConsumer.SetConsumer, TSet) - Method in class org.apache.parquet.format.event.EventBasedThriftReader
reads the set content (elements) from the underlying protocol and passes the events to the set event consumer
readSetEnd() - Method in class org.apache.parquet.format.InterningProtocol
 
readString() - Method in class org.apache.parquet.format.InterningProtocol
 
readStruct(FieldConsumer) - Method in class org.apache.parquet.format.event.EventBasedThriftReader
reads a Struct from the underlying protocol and passes the field events to the FieldConsumer
readStructBegin() - Method in class org.apache.parquet.format.InterningProtocol
 
readStructContent(FieldConsumer) - Method in class org.apache.parquet.format.event.EventBasedThriftReader
reads the content of a struct (fields) from the underlying protocol and passes the events to c
readStructEnd() - Method in class org.apache.parquet.format.InterningProtocol
 
repetition_level_encoding - Variable in class org.apache.parquet.format.DataPageHeader
Encoding used for repetition levels *
repetition_levels_byte_length - Variable in class org.apache.parquet.format.DataPageHeaderV2
length of the definition levels
repetition_type - Variable in class org.apache.parquet.format.SchemaElement
repetition of the field.
reset() - Method in class org.apache.parquet.format.InterningProtocol
 
row_groups - Variable in class org.apache.parquet.format.FileMetaData
Row groups in this file *
RowGroup - Class in org.apache.parquet.format
 
RowGroup() - Constructor for class org.apache.parquet.format.RowGroup
 
RowGroup(List<ColumnChunk>, long, long) - Constructor for class org.apache.parquet.format.RowGroup
 
RowGroup(RowGroup) - Constructor for class org.apache.parquet.format.RowGroup
Performs a deep copy on other.
RowGroup._Fields - Enum in org.apache.parquet.format
The set of fields this struct contains, along with convenience methods for finding and manipulating them.

S

scale - Variable in class org.apache.parquet.format.SchemaElement
Used when this column contains decimal data.
schema - Variable in class org.apache.parquet.format.FileMetaData
Parquet schema for this file.
SchemaElement - Class in org.apache.parquet.format
Represents a element inside a schema definition.
SchemaElement() - Constructor for class org.apache.parquet.format.SchemaElement
 
SchemaElement(String) - Constructor for class org.apache.parquet.format.SchemaElement
 
SchemaElement(SchemaElement) - Constructor for class org.apache.parquet.format.SchemaElement
Performs a deep copy on other.
SchemaElement._Fields - Enum in org.apache.parquet.format
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
setCodec(CompressionCodec) - Method in class org.apache.parquet.format.ColumnMetaData
Compression codec *
setCodecIsSet(boolean) - Method in class org.apache.parquet.format.ColumnMetaData
 
setColumn_idx(int) - Method in class org.apache.parquet.format.SortingColumn
The column index (in this row group) *
setColumn_idxIsSet(boolean) - Method in class org.apache.parquet.format.SortingColumn
 
setColumns(List<ColumnChunk>) - Method in class org.apache.parquet.format.RowGroup
Metadata for each column chunk in this row group.
setColumnsIsSet(boolean) - Method in class org.apache.parquet.format.RowGroup
 
setCompressed_page_size(int) - Method in class org.apache.parquet.format.PageHeader
Compressed page size in bytes (not including this header) *
setCompressed_page_sizeIsSet(boolean) - Method in class org.apache.parquet.format.PageHeader
 
setConverted_type(ConvertedType) - Method in class org.apache.parquet.format.SchemaElement
When the schema is the result of a conversion from another model Used to record the original type to help with cross conversion.
setConverted_typeIsSet(boolean) - Method in class org.apache.parquet.format.SchemaElement
 
setCount(int) - Method in class org.apache.parquet.format.PageEncodingStats
number of pages of this type with this encoding *
setCountIsSet(boolean) - Method in class org.apache.parquet.format.PageEncodingStats
 
setCrc(int) - Method in class org.apache.parquet.format.PageHeader
32bit crc for the data below.
setCrcIsSet(boolean) - Method in class org.apache.parquet.format.PageHeader
 
setCreated_by(String) - Method in class org.apache.parquet.format.FileMetaData
String for application that wrote this file.
setCreated_byIsSet(boolean) - Method in class org.apache.parquet.format.FileMetaData
 
setCreatedBy(String) - Method in class org.apache.parquet.format.Util.DefaultFileMetaDataConsumer
 
setCreatedBy(String) - Method in class org.apache.parquet.format.Util.FileMetaDataConsumer
 
setData_page_header(DataPageHeader) - Method in class org.apache.parquet.format.PageHeader
 
setData_page_header_v2(DataPageHeaderV2) - Method in class org.apache.parquet.format.PageHeader
 
setData_page_header_v2IsSet(boolean) - Method in class org.apache.parquet.format.PageHeader
 
setData_page_headerIsSet(boolean) - Method in class org.apache.parquet.format.PageHeader
 
setData_page_offset(long) - Method in class org.apache.parquet.format.ColumnMetaData
Byte offset from beginning of file to first data page *
setData_page_offsetIsSet(boolean) - Method in class org.apache.parquet.format.ColumnMetaData
 
setDefinition_level_encoding(Encoding) - Method in class org.apache.parquet.format.DataPageHeader
Encoding used for definition levels *
setDefinition_level_encodingIsSet(boolean) - Method in class org.apache.parquet.format.DataPageHeader
 
setDefinition_levels_byte_length(int) - Method in class org.apache.parquet.format.DataPageHeaderV2
length of the repetition levels
setDefinition_levels_byte_lengthIsSet(boolean) - Method in class org.apache.parquet.format.DataPageHeaderV2
 
setDescending(boolean) - Method in class org.apache.parquet.format.SortingColumn
If true, indicates this column is sorted in descending order.
setDescendingIsSet(boolean) - Method in class org.apache.parquet.format.SortingColumn
 
setDictionary_page_header(DictionaryPageHeader) - Method in class org.apache.parquet.format.PageHeader
 
setDictionary_page_headerIsSet(boolean) - Method in class org.apache.parquet.format.PageHeader
 
setDictionary_page_offset(long) - Method in class org.apache.parquet.format.ColumnMetaData
Byte offset from the beginning of file to first (only) dictionary page *
setDictionary_page_offsetIsSet(boolean) - Method in class org.apache.parquet.format.ColumnMetaData
 
setDistinct_count(long) - Method in class org.apache.parquet.format.Statistics
count of distinct values occurring
setDistinct_countIsSet(boolean) - Method in class org.apache.parquet.format.Statistics
 
setEncoding(Encoding) - Method in class org.apache.parquet.format.DataPageHeader
Encoding used for this data page *
setEncoding(Encoding) - Method in class org.apache.parquet.format.DataPageHeaderV2
Encoding used for data in this page *
setEncoding(Encoding) - Method in class org.apache.parquet.format.DictionaryPageHeader
Encoding using this dictionary page *
setEncoding(Encoding) - Method in class org.apache.parquet.format.PageEncodingStats
encoding of the page *
setEncoding_stats(List<PageEncodingStats>) - Method in class org.apache.parquet.format.ColumnMetaData
Set of all encodings used for pages in this column chunk.
setEncoding_statsIsSet(boolean) - Method in class org.apache.parquet.format.ColumnMetaData
 
setEncodingIsSet(boolean) - Method in class org.apache.parquet.format.DataPageHeader
 
setEncodingIsSet(boolean) - Method in class org.apache.parquet.format.DataPageHeaderV2
 
setEncodingIsSet(boolean) - Method in class org.apache.parquet.format.DictionaryPageHeader
 
setEncodingIsSet(boolean) - Method in class org.apache.parquet.format.PageEncodingStats
 
setEncodings(List<Encoding>) - Method in class org.apache.parquet.format.ColumnMetaData
Set of all encodings used for this column.
setEncodingsIsSet(boolean) - Method in class org.apache.parquet.format.ColumnMetaData
 
setField_id(int) - Method in class org.apache.parquet.format.SchemaElement
When the original schema supports field ids, this will save the original field id in the parquet schema
setField_idIsSet(boolean) - Method in class org.apache.parquet.format.SchemaElement
 
setFieldValue(ColumnChunk._Fields, Object) - Method in class org.apache.parquet.format.ColumnChunk
 
setFieldValue(ColumnMetaData._Fields, Object) - Method in class org.apache.parquet.format.ColumnMetaData
 
setFieldValue(DataPageHeader._Fields, Object) - Method in class org.apache.parquet.format.DataPageHeader
 
setFieldValue(DataPageHeaderV2._Fields, Object) - Method in class org.apache.parquet.format.DataPageHeaderV2
 
setFieldValue(DictionaryPageHeader._Fields, Object) - Method in class org.apache.parquet.format.DictionaryPageHeader
 
setFieldValue(FileMetaData._Fields, Object) - Method in class org.apache.parquet.format.FileMetaData
 
setFieldValue(IndexPageHeader._Fields, Object) - Method in class org.apache.parquet.format.IndexPageHeader
 
setFieldValue(KeyValue._Fields, Object) - Method in class org.apache.parquet.format.KeyValue
 
setFieldValue(PageEncodingStats._Fields, Object) - Method in class org.apache.parquet.format.PageEncodingStats
 
setFieldValue(PageHeader._Fields, Object) - Method in class org.apache.parquet.format.PageHeader
 
setFieldValue(RowGroup._Fields, Object) - Method in class org.apache.parquet.format.RowGroup
 
setFieldValue(SchemaElement._Fields, Object) - Method in class org.apache.parquet.format.SchemaElement
 
setFieldValue(SortingColumn._Fields, Object) - Method in class org.apache.parquet.format.SortingColumn
 
setFieldValue(Statistics._Fields, Object) - Method in class org.apache.parquet.format.Statistics
 
setFile_offset(long) - Method in class org.apache.parquet.format.ColumnChunk
Byte offset in file_path to the ColumnMetaData *
setFile_offsetIsSet(boolean) - Method in class org.apache.parquet.format.ColumnChunk
 
setFile_path(String) - Method in class org.apache.parquet.format.ColumnChunk
File where column data is stored.
setFile_pathIsSet(boolean) - Method in class org.apache.parquet.format.ColumnChunk
 
setIndex_page_header(IndexPageHeader) - Method in class org.apache.parquet.format.PageHeader
 
setIndex_page_headerIsSet(boolean) - Method in class org.apache.parquet.format.PageHeader
 
setIndex_page_offset(long) - Method in class org.apache.parquet.format.ColumnMetaData
Byte offset from beginning of file to root index page *
setIndex_page_offsetIsSet(boolean) - Method in class org.apache.parquet.format.ColumnMetaData
 
setIs_compressed(boolean) - Method in class org.apache.parquet.format.DataPageHeaderV2
whether the values are compressed.
setIs_compressedIsSet(boolean) - Method in class org.apache.parquet.format.DataPageHeaderV2
 
setIs_sorted(boolean) - Method in class org.apache.parquet.format.DictionaryPageHeader
If true, the entries in the dictionary are sorted in ascending order *
setIs_sortedIsSet(boolean) - Method in class org.apache.parquet.format.DictionaryPageHeader
 
setKey(String) - Method in class org.apache.parquet.format.KeyValue
 
setKey_value_metadata(List<KeyValue>) - Method in class org.apache.parquet.format.ColumnMetaData
Optional key/value metadata *
setKey_value_metadata(List<KeyValue>) - Method in class org.apache.parquet.format.FileMetaData
Optional key/value metadata *
setKey_value_metadataIsSet(boolean) - Method in class org.apache.parquet.format.ColumnMetaData
 
setKey_value_metadataIsSet(boolean) - Method in class org.apache.parquet.format.FileMetaData
 
setKeyIsSet(boolean) - Method in class org.apache.parquet.format.KeyValue
 
setMax(byte[]) - Method in class org.apache.parquet.format.Statistics
min and max value of the column, encoded in PLAIN encoding
setMax(ByteBuffer) - Method in class org.apache.parquet.format.Statistics
 
setMaxIsSet(boolean) - Method in class org.apache.parquet.format.Statistics
 
setMeta_data(ColumnMetaData) - Method in class org.apache.parquet.format.ColumnChunk
Column metadata for this chunk.
setMeta_dataIsSet(boolean) - Method in class org.apache.parquet.format.ColumnChunk
 
setMin(byte[]) - Method in class org.apache.parquet.format.Statistics
 
setMin(ByteBuffer) - Method in class org.apache.parquet.format.Statistics
 
setMinIsSet(boolean) - Method in class org.apache.parquet.format.Statistics
 
setName(String) - Method in class org.apache.parquet.format.SchemaElement
Name of the field in the schema
setNameIsSet(boolean) - Method in class org.apache.parquet.format.SchemaElement
 
setNull_count(long) - Method in class org.apache.parquet.format.Statistics
count of null value in the column
setNull_countIsSet(boolean) - Method in class org.apache.parquet.format.Statistics
 
setNulls_first(boolean) - Method in class org.apache.parquet.format.SortingColumn
If true, nulls will come before non-null values, otherwise, nulls go at the end.
setNulls_firstIsSet(boolean) - Method in class org.apache.parquet.format.SortingColumn
 
setNum_children(int) - Method in class org.apache.parquet.format.SchemaElement
Nested fields.
setNum_childrenIsSet(boolean) - Method in class org.apache.parquet.format.SchemaElement
 
setNum_nulls(int) - Method in class org.apache.parquet.format.DataPageHeaderV2
Number of NULL values, in this data page.
setNum_nullsIsSet(boolean) - Method in class org.apache.parquet.format.DataPageHeaderV2
 
setNum_rows(int) - Method in class org.apache.parquet.format.DataPageHeaderV2
Number of rows in this data page.
setNum_rows(long) - Method in class org.apache.parquet.format.FileMetaData
Number of rows in this file *
setNum_rows(long) - Method in class org.apache.parquet.format.RowGroup
Number of rows in this row group *
setNum_rowsIsSet(boolean) - Method in class org.apache.parquet.format.DataPageHeaderV2
 
setNum_rowsIsSet(boolean) - Method in class org.apache.parquet.format.FileMetaData
 
setNum_rowsIsSet(boolean) - Method in class org.apache.parquet.format.RowGroup
 
setNum_values(long) - Method in class org.apache.parquet.format.ColumnMetaData
Number of values in this column *
setNum_values(int) - Method in class org.apache.parquet.format.DataPageHeader
Number of values, including NULLs, in this data page.
setNum_values(int) - Method in class org.apache.parquet.format.DataPageHeaderV2
Number of values, including NULLs, in this data page.
setNum_values(int) - Method in class org.apache.parquet.format.DictionaryPageHeader
Number of values in the dictionary *
setNum_valuesIsSet(boolean) - Method in class org.apache.parquet.format.ColumnMetaData
 
setNum_valuesIsSet(boolean) - Method in class org.apache.parquet.format.DataPageHeader
 
setNum_valuesIsSet(boolean) - Method in class org.apache.parquet.format.DataPageHeaderV2
 
setNum_valuesIsSet(boolean) - Method in class org.apache.parquet.format.DictionaryPageHeader
 
setNumRows(long) - Method in class org.apache.parquet.format.Util.DefaultFileMetaDataConsumer
 
setNumRows(long) - Method in class org.apache.parquet.format.Util.FileMetaDataConsumer
 
setPage_type(PageType) - Method in class org.apache.parquet.format.PageEncodingStats
the page type (data/dic/...) *
setPage_typeIsSet(boolean) - Method in class org.apache.parquet.format.PageEncodingStats
 
setPath_in_schema(List<String>) - Method in class org.apache.parquet.format.ColumnMetaData
Path in schema *
setPath_in_schemaIsSet(boolean) - Method in class org.apache.parquet.format.ColumnMetaData
 
setPrecision(int) - Method in class org.apache.parquet.format.SchemaElement
 
setPrecisionIsSet(boolean) - Method in class org.apache.parquet.format.SchemaElement
 
setRepetition_level_encoding(Encoding) - Method in class org.apache.parquet.format.DataPageHeader
Encoding used for repetition levels *
setRepetition_level_encodingIsSet(boolean) - Method in class org.apache.parquet.format.DataPageHeader
 
setRepetition_levels_byte_length(int) - Method in class org.apache.parquet.format.DataPageHeaderV2
length of the definition levels
setRepetition_levels_byte_lengthIsSet(boolean) - Method in class org.apache.parquet.format.DataPageHeaderV2
 
setRepetition_type(FieldRepetitionType) - Method in class org.apache.parquet.format.SchemaElement
repetition of the field.
setRepetition_typeIsSet(boolean) - Method in class org.apache.parquet.format.SchemaElement
 
setRow_groups(List<RowGroup>) - Method in class org.apache.parquet.format.FileMetaData
Row groups in this file *
setRow_groupsIsSet(boolean) - Method in class org.apache.parquet.format.FileMetaData
 
setScale(int) - Method in class org.apache.parquet.format.SchemaElement
Used when this column contains decimal data.
setScaleIsSet(boolean) - Method in class org.apache.parquet.format.SchemaElement
 
setSchema(List<SchemaElement>) - Method in class org.apache.parquet.format.FileMetaData
Parquet schema for this file.
setSchema(List<SchemaElement>) - Method in class org.apache.parquet.format.Util.DefaultFileMetaDataConsumer
 
setSchema(List<SchemaElement>) - Method in class org.apache.parquet.format.Util.FileMetaDataConsumer
 
setSchemaIsSet(boolean) - Method in class org.apache.parquet.format.FileMetaData
 
setSorting_columns(List<SortingColumn>) - Method in class org.apache.parquet.format.RowGroup
If set, specifies a sort ordering of the rows in this RowGroup.
setSorting_columnsIsSet(boolean) - Method in class org.apache.parquet.format.RowGroup
 
setStatistics(Statistics) - Method in class org.apache.parquet.format.ColumnMetaData
optional statistics for this column chunk
setStatistics(Statistics) - Method in class org.apache.parquet.format.DataPageHeader
Optional statistics for the data in this page*
setStatistics(Statistics) - Method in class org.apache.parquet.format.DataPageHeaderV2
optional statistics for this column chunk
setStatisticsIsSet(boolean) - Method in class org.apache.parquet.format.ColumnMetaData
 
setStatisticsIsSet(boolean) - Method in class org.apache.parquet.format.DataPageHeader
 
setStatisticsIsSet(boolean) - Method in class org.apache.parquet.format.DataPageHeaderV2
 
setTotal_byte_size(long) - Method in class org.apache.parquet.format.RowGroup
Total byte size of all the uncompressed column data in this row group *
setTotal_byte_sizeIsSet(boolean) - Method in class org.apache.parquet.format.RowGroup
 
setTotal_compressed_size(long) - Method in class org.apache.parquet.format.ColumnMetaData
total byte size of all compressed pages in this column chunk (including the headers) *
setTotal_compressed_sizeIsSet(boolean) - Method in class org.apache.parquet.format.ColumnMetaData
 
setTotal_uncompressed_size(long) - Method in class org.apache.parquet.format.ColumnMetaData
total byte size of all uncompressed pages in this column chunk (including the headers) *
setTotal_uncompressed_sizeIsSet(boolean) - Method in class org.apache.parquet.format.ColumnMetaData
 
setType(Type) - Method in class org.apache.parquet.format.ColumnMetaData
Type of this column *
setType(PageType) - Method in class org.apache.parquet.format.PageHeader
the type of the page: indicates which of the *_header fields is set *
setType(Type) - Method in class org.apache.parquet.format.SchemaElement
Data type for this field.
setType_length(int) - Method in class org.apache.parquet.format.SchemaElement
If type is FIXED_LEN_BYTE_ARRAY, this is the byte length of the vales.
setType_lengthIsSet(boolean) - Method in class org.apache.parquet.format.SchemaElement
 
setTypeIsSet(boolean) - Method in class org.apache.parquet.format.ColumnMetaData
 
setTypeIsSet(boolean) - Method in class org.apache.parquet.format.PageHeader
 
setTypeIsSet(boolean) - Method in class org.apache.parquet.format.SchemaElement
 
setUncompressed_page_size(int) - Method in class org.apache.parquet.format.PageHeader
Uncompressed page size in bytes (not including this header) *
setUncompressed_page_sizeIsSet(boolean) - Method in class org.apache.parquet.format.PageHeader
 
setValue(String) - Method in class org.apache.parquet.format.KeyValue
 
setValueIsSet(boolean) - Method in class org.apache.parquet.format.KeyValue
 
setVersion(int) - Method in class org.apache.parquet.format.FileMetaData
Version of this file *
setVersion(int) - Method in class org.apache.parquet.format.Util.DefaultFileMetaDataConsumer
 
setVersion(int) - Method in class org.apache.parquet.format.Util.FileMetaDataConsumer
 
setVersionIsSet(boolean) - Method in class org.apache.parquet.format.FileMetaData
 
sorting_columns - Variable in class org.apache.parquet.format.RowGroup
If set, specifies a sort ordering of the rows in this RowGroup.
SortingColumn - Class in org.apache.parquet.format
Wrapper struct to specify sort order
SortingColumn() - Constructor for class org.apache.parquet.format.SortingColumn
 
SortingColumn(int, boolean, boolean) - Constructor for class org.apache.parquet.format.SortingColumn
 
SortingColumn(SortingColumn) - Constructor for class org.apache.parquet.format.SortingColumn
Performs a deep copy on other.
SortingColumn._Fields - Enum in org.apache.parquet.format
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
statistics - Variable in class org.apache.parquet.format.ColumnMetaData
optional statistics for this column chunk
statistics - Variable in class org.apache.parquet.format.DataPageHeader
Optional statistics for the data in this page*
statistics - Variable in class org.apache.parquet.format.DataPageHeaderV2
optional statistics for this column chunk
Statistics - Class in org.apache.parquet.format
Statistics per row group and per page All fields are optional.
Statistics() - Constructor for class org.apache.parquet.format.Statistics
 
Statistics(Statistics) - Constructor for class org.apache.parquet.format.Statistics
Performs a deep copy on other.
Statistics._Fields - Enum in org.apache.parquet.format
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
struct(Class<T>, Consumers.Consumer<T>) - Static method in class org.apache.parquet.format.event.Consumers
 

T

toString() - Method in class org.apache.parquet.format.ColumnChunk
 
toString() - Method in class org.apache.parquet.format.ColumnMetaData
 
toString() - Method in class org.apache.parquet.format.DataPageHeader
 
toString() - Method in class org.apache.parquet.format.DataPageHeaderV2
 
toString() - Method in class org.apache.parquet.format.DictionaryPageHeader
 
toString() - Method in class org.apache.parquet.format.FileMetaData
 
toString() - Method in class org.apache.parquet.format.IndexPageHeader
 
toString() - Method in class org.apache.parquet.format.InterningProtocol
 
toString() - Method in class org.apache.parquet.format.KeyValue
 
toString() - Method in class org.apache.parquet.format.PageEncodingStats
 
toString() - Method in class org.apache.parquet.format.PageHeader
 
toString() - Method in class org.apache.parquet.format.RowGroup
 
toString() - Method in class org.apache.parquet.format.SchemaElement
 
toString() - Method in class org.apache.parquet.format.SortingColumn
 
toString() - Method in class org.apache.parquet.format.Statistics
 
total_byte_size - Variable in class org.apache.parquet.format.RowGroup
Total byte size of all the uncompressed column data in this row group *
total_compressed_size - Variable in class org.apache.parquet.format.ColumnMetaData
total byte size of all compressed pages in this column chunk (including the headers) *
total_uncompressed_size - Variable in class org.apache.parquet.format.ColumnMetaData
total byte size of all uncompressed pages in this column chunk (including the headers) *
type - Variable in class org.apache.parquet.format.ColumnMetaData
Type of this column *
type - Variable in class org.apache.parquet.format.event.TypedConsumer
 
type - Variable in class org.apache.parquet.format.PageHeader
the type of the page: indicates which of the *_header fields is set *
type - Variable in class org.apache.parquet.format.SchemaElement
Data type for this field.
Type - Enum in org.apache.parquet.format
Types supported by Parquet.
type_length - Variable in class org.apache.parquet.format.SchemaElement
If type is FIXED_LEN_BYTE_ARRAY, this is the byte length of the vales.
TypedConsumer - Class in org.apache.parquet.format.event
receive thrift events of a given type
TypedConsumer.BoolConsumer - Class in org.apache.parquet.format.event
 
TypedConsumer.BoolConsumer() - Constructor for class org.apache.parquet.format.event.TypedConsumer.BoolConsumer
 
TypedConsumer.ByteConsumer - Class in org.apache.parquet.format.event
 
TypedConsumer.ByteConsumer() - Constructor for class org.apache.parquet.format.event.TypedConsumer.ByteConsumer
 
TypedConsumer.DoubleConsumer - Class in org.apache.parquet.format.event
 
TypedConsumer.DoubleConsumer() - Constructor for class org.apache.parquet.format.event.TypedConsumer.DoubleConsumer
 
TypedConsumer.I16Consumer - Class in org.apache.parquet.format.event
 
TypedConsumer.I16Consumer() - Constructor for class org.apache.parquet.format.event.TypedConsumer.I16Consumer
 
TypedConsumer.I32Consumer - Class in org.apache.parquet.format.event
 
TypedConsumer.I32Consumer() - Constructor for class org.apache.parquet.format.event.TypedConsumer.I32Consumer
 
TypedConsumer.I64Consumer - Class in org.apache.parquet.format.event
 
TypedConsumer.I64Consumer() - Constructor for class org.apache.parquet.format.event.TypedConsumer.I64Consumer
 
TypedConsumer.ListConsumer - Class in org.apache.parquet.format.event
 
TypedConsumer.ListConsumer() - Constructor for class org.apache.parquet.format.event.TypedConsumer.ListConsumer
 
TypedConsumer.MapConsumer - Class in org.apache.parquet.format.event
 
TypedConsumer.MapConsumer() - Constructor for class org.apache.parquet.format.event.TypedConsumer.MapConsumer
 
TypedConsumer.SetConsumer - Class in org.apache.parquet.format.event
 
TypedConsumer.SetConsumer() - Constructor for class org.apache.parquet.format.event.TypedConsumer.SetConsumer
 
TypedConsumer.StringConsumer - Class in org.apache.parquet.format.event
 
TypedConsumer.StringConsumer() - Constructor for class org.apache.parquet.format.event.TypedConsumer.StringConsumer
 
TypedConsumer.StructConsumer - Class in org.apache.parquet.format.event
 
TypedConsumer.StructConsumer() - Constructor for class org.apache.parquet.format.event.TypedConsumer.StructConsumer
 

U

uncompressed_page_size - Variable in class org.apache.parquet.format.PageHeader
Uncompressed page size in bytes (not including this header) *
unsetCodec() - Method in class org.apache.parquet.format.ColumnMetaData
 
unsetColumn_idx() - Method in class org.apache.parquet.format.SortingColumn
 
unsetColumns() - Method in class org.apache.parquet.format.RowGroup
 
unsetCompressed_page_size() - Method in class org.apache.parquet.format.PageHeader
 
unsetConverted_type() - Method in class org.apache.parquet.format.SchemaElement
 
unsetCount() - Method in class org.apache.parquet.format.PageEncodingStats
 
unsetCrc() - Method in class org.apache.parquet.format.PageHeader
 
unsetCreated_by() - Method in class org.apache.parquet.format.FileMetaData
 
unsetData_page_header() - Method in class org.apache.parquet.format.PageHeader
 
unsetData_page_header_v2() - Method in class org.apache.parquet.format.PageHeader
 
unsetData_page_offset() - Method in class org.apache.parquet.format.ColumnMetaData
 
unsetDefinition_level_encoding() - Method in class org.apache.parquet.format.DataPageHeader
 
unsetDefinition_levels_byte_length() - Method in class org.apache.parquet.format.DataPageHeaderV2
 
unsetDescending() - Method in class org.apache.parquet.format.SortingColumn
 
unsetDictionary_page_header() - Method in class org.apache.parquet.format.PageHeader
 
unsetDictionary_page_offset() - Method in class org.apache.parquet.format.ColumnMetaData
 
unsetDistinct_count() - Method in class org.apache.parquet.format.Statistics
 
unsetEncoding() - Method in class org.apache.parquet.format.DataPageHeader
 
unsetEncoding() - Method in class org.apache.parquet.format.DataPageHeaderV2
 
unsetEncoding() - Method in class org.apache.parquet.format.DictionaryPageHeader
 
unsetEncoding() - Method in class org.apache.parquet.format.PageEncodingStats
 
unsetEncoding_stats() - Method in class org.apache.parquet.format.ColumnMetaData
 
unsetEncodings() - Method in class org.apache.parquet.format.ColumnMetaData
 
unsetField_id() - Method in class org.apache.parquet.format.SchemaElement
 
unsetFile_offset() - Method in class org.apache.parquet.format.ColumnChunk
 
unsetFile_path() - Method in class org.apache.parquet.format.ColumnChunk
 
unsetIndex_page_header() - Method in class org.apache.parquet.format.PageHeader
 
unsetIndex_page_offset() - Method in class org.apache.parquet.format.ColumnMetaData
 
unsetIs_compressed() - Method in class org.apache.parquet.format.DataPageHeaderV2
 
unsetIs_sorted() - Method in class org.apache.parquet.format.DictionaryPageHeader
 
unsetKey() - Method in class org.apache.parquet.format.KeyValue
 
unsetKey_value_metadata() - Method in class org.apache.parquet.format.ColumnMetaData
 
unsetKey_value_metadata() - Method in class org.apache.parquet.format.FileMetaData
 
unsetMax() - Method in class org.apache.parquet.format.Statistics
 
unsetMeta_data() - Method in class org.apache.parquet.format.ColumnChunk
 
unsetMin() - Method in class org.apache.parquet.format.Statistics
 
unsetName() - Method in class org.apache.parquet.format.SchemaElement
 
unsetNull_count() - Method in class org.apache.parquet.format.Statistics
 
unsetNulls_first() - Method in class org.apache.parquet.format.SortingColumn
 
unsetNum_children() - Method in class org.apache.parquet.format.SchemaElement
 
unsetNum_nulls() - Method in class org.apache.parquet.format.DataPageHeaderV2
 
unsetNum_rows() - Method in class org.apache.parquet.format.DataPageHeaderV2
 
unsetNum_rows() - Method in class org.apache.parquet.format.FileMetaData
 
unsetNum_rows() - Method in class org.apache.parquet.format.RowGroup
 
unsetNum_values() - Method in class org.apache.parquet.format.ColumnMetaData
 
unsetNum_values() - Method in class org.apache.parquet.format.DataPageHeader
 
unsetNum_values() - Method in class org.apache.parquet.format.DataPageHeaderV2
 
unsetNum_values() - Method in class org.apache.parquet.format.DictionaryPageHeader
 
unsetPage_type() - Method in class org.apache.parquet.format.PageEncodingStats
 
unsetPath_in_schema() - Method in class org.apache.parquet.format.ColumnMetaData
 
unsetPrecision() - Method in class org.apache.parquet.format.SchemaElement
 
unsetRepetition_level_encoding() - Method in class org.apache.parquet.format.DataPageHeader
 
unsetRepetition_levels_byte_length() - Method in class org.apache.parquet.format.DataPageHeaderV2
 
unsetRepetition_type() - Method in class org.apache.parquet.format.SchemaElement
 
unsetRow_groups() - Method in class org.apache.parquet.format.FileMetaData
 
unsetScale() - Method in class org.apache.parquet.format.SchemaElement
 
unsetSchema() - Method in class org.apache.parquet.format.FileMetaData
 
unsetSorting_columns() - Method in class org.apache.parquet.format.RowGroup
 
unsetStatistics() - Method in class org.apache.parquet.format.ColumnMetaData
 
unsetStatistics() - Method in class org.apache.parquet.format.DataPageHeader
 
unsetStatistics() - Method in class org.apache.parquet.format.DataPageHeaderV2
 
unsetTotal_byte_size() - Method in class org.apache.parquet.format.RowGroup
 
unsetTotal_compressed_size() - Method in class org.apache.parquet.format.ColumnMetaData
 
unsetTotal_uncompressed_size() - Method in class org.apache.parquet.format.ColumnMetaData
 
unsetType() - Method in class org.apache.parquet.format.ColumnMetaData
 
unsetType() - Method in class org.apache.parquet.format.PageHeader
 
unsetType() - Method in class org.apache.parquet.format.SchemaElement
 
unsetType_length() - Method in class org.apache.parquet.format.SchemaElement
 
unsetUncompressed_page_size() - Method in class org.apache.parquet.format.PageHeader
 
unsetValue() - Method in class org.apache.parquet.format.KeyValue
 
unsetVersion() - Method in class org.apache.parquet.format.FileMetaData
 
Util - Class in org.apache.parquet.format
Utility to read/write metadata We use the TCompactProtocol to serialize metadata
Util() - Constructor for class org.apache.parquet.format.Util
 
Util.DefaultFileMetaDataConsumer - Class in org.apache.parquet.format
Simple default consumer that sets the fields
Util.DefaultFileMetaDataConsumer(FileMetaData) - Constructor for class org.apache.parquet.format.Util.DefaultFileMetaDataConsumer
 
Util.FileMetaDataConsumer - Class in org.apache.parquet.format
To read metadata in a streaming fashion.
Util.FileMetaDataConsumer() - Constructor for class org.apache.parquet.format.Util.FileMetaDataConsumer
 

V

validate() - Method in class org.apache.parquet.format.ColumnChunk
 
validate() - Method in class org.apache.parquet.format.ColumnMetaData
 
validate() - Method in class org.apache.parquet.format.DataPageHeader
 
validate() - Method in class org.apache.parquet.format.DataPageHeaderV2
 
validate() - Method in class org.apache.parquet.format.DictionaryPageHeader
 
validate() - Method in class org.apache.parquet.format.FileMetaData
 
validate() - Method in class org.apache.parquet.format.IndexPageHeader
 
validate() - Method in class org.apache.parquet.format.KeyValue
 
validate() - Method in class org.apache.parquet.format.PageEncodingStats
 
validate() - Method in class org.apache.parquet.format.PageHeader
 
validate() - Method in class org.apache.parquet.format.RowGroup
 
validate() - Method in class org.apache.parquet.format.SchemaElement
 
validate() - Method in class org.apache.parquet.format.SortingColumn
 
validate() - Method in class org.apache.parquet.format.Statistics
 
value - Variable in class org.apache.parquet.format.KeyValue
 
valueOf(String) - Static method in enum org.apache.parquet.format.ColumnChunk._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.format.ColumnMetaData._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.format.CompressionCodec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.format.ConvertedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.format.DataPageHeader._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.format.DataPageHeaderV2._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.format.DictionaryPageHeader._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.format.Encoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.format.FieldRepetitionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.format.FileMetaData._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.format.IndexPageHeader._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.format.KeyValue._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.format.PageEncodingStats._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.format.PageHeader._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.format.PageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.format.RowGroup._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.format.SchemaElement._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.format.SortingColumn._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.format.Statistics._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.format.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.parquet.format.ColumnChunk._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.format.ColumnMetaData._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.format.CompressionCodec
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.format.ConvertedType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.format.DataPageHeader._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.format.DataPageHeaderV2._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.format.DictionaryPageHeader._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.format.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.format.FieldRepetitionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.format.FileMetaData._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.format.IndexPageHeader._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.format.KeyValue._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.format.PageEncodingStats._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.format.PageHeader._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.format.PageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.format.RowGroup._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.format.SchemaElement._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.format.SortingColumn._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.format.Statistics._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.format.Type
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.apache.parquet.format.FileMetaData
Version of this file *

W

write(TProtocol) - Method in class org.apache.parquet.format.ColumnChunk
 
write(TProtocol) - Method in class org.apache.parquet.format.ColumnMetaData
 
write(TProtocol) - Method in class org.apache.parquet.format.DataPageHeader
 
write(TProtocol) - Method in class org.apache.parquet.format.DataPageHeaderV2
 
write(TProtocol) - Method in class org.apache.parquet.format.DictionaryPageHeader
 
write(TProtocol) - Method in class org.apache.parquet.format.FileMetaData
 
write(TProtocol) - Method in class org.apache.parquet.format.IndexPageHeader
 
write(TProtocol) - Method in class org.apache.parquet.format.KeyValue
 
write(TProtocol) - Method in class org.apache.parquet.format.PageEncodingStats
 
write(TProtocol) - Method in class org.apache.parquet.format.PageHeader
 
write(TProtocol) - Method in class org.apache.parquet.format.RowGroup
 
write(TProtocol) - Method in class org.apache.parquet.format.SchemaElement
 
write(TProtocol) - Method in class org.apache.parquet.format.SortingColumn
 
write(TProtocol) - Method in class org.apache.parquet.format.Statistics
 
writeBinary(ByteBuffer) - Method in class org.apache.parquet.format.InterningProtocol
 
writeBool(boolean) - Method in class org.apache.parquet.format.InterningProtocol
 
writeByte(byte) - Method in class org.apache.parquet.format.InterningProtocol
 
writeDouble(double) - Method in class org.apache.parquet.format.InterningProtocol
 
writeFieldBegin(TField) - Method in class org.apache.parquet.format.InterningProtocol
 
writeFieldEnd() - Method in class org.apache.parquet.format.InterningProtocol
 
writeFieldStop() - Method in class org.apache.parquet.format.InterningProtocol
 
writeFileMetaData(FileMetaData, OutputStream) - Static method in class org.apache.parquet.format.Util
 
writeI16(short) - Method in class org.apache.parquet.format.InterningProtocol
 
writeI32(int) - Method in class org.apache.parquet.format.InterningProtocol
 
writeI64(long) - Method in class org.apache.parquet.format.InterningProtocol
 
writeListBegin(TList) - Method in class org.apache.parquet.format.InterningProtocol
 
writeListEnd() - Method in class org.apache.parquet.format.InterningProtocol
 
writeMapBegin(TMap) - Method in class org.apache.parquet.format.InterningProtocol
 
writeMapEnd() - Method in class org.apache.parquet.format.InterningProtocol
 
writeMessageBegin(TMessage) - Method in class org.apache.parquet.format.InterningProtocol
 
writeMessageEnd() - Method in class org.apache.parquet.format.InterningProtocol
 
writePageHeader(PageHeader, OutputStream) - Static method in class org.apache.parquet.format.Util
 
writeSetBegin(TSet) - Method in class org.apache.parquet.format.InterningProtocol
 
writeSetEnd() - Method in class org.apache.parquet.format.InterningProtocol
 
writeString(String) - Method in class org.apache.parquet.format.InterningProtocol
 
writeStructBegin(TStruct) - Method in class org.apache.parquet.format.InterningProtocol
 
writeStructEnd() - Method in class org.apache.parquet.format.InterningProtocol
 
A B C D E F G H I K L M N O P R S T U V W 

Copyright © 2015 The Apache Software Foundation. All rights reserved.