- 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.AesGcmCtrV1
-
- fieldForId(int) - Method in class org.apache.parquet.format.AesGcmV1
-
- fieldForId(int) - Method in class org.apache.parquet.format.BloomFilterAlgorithm
-
- fieldForId(int) - Method in class org.apache.parquet.format.BloomFilterCompression
-
- fieldForId(int) - Method in class org.apache.parquet.format.BloomFilterHash
-
- fieldForId(int) - Method in class org.apache.parquet.format.BloomFilterHeader
-
- fieldForId(int) - Method in class org.apache.parquet.format.BoundingBox
-
- fieldForId(int) - Method in class org.apache.parquet.format.BsonType
-
- fieldForId(int) - Method in class org.apache.parquet.format.ColumnChunk
-
- fieldForId(int) - Method in class org.apache.parquet.format.ColumnCryptoMetaData
-
- fieldForId(int) - Method in class org.apache.parquet.format.ColumnIndex
-
- fieldForId(int) - Method in class org.apache.parquet.format.ColumnMetaData
-
- fieldForId(int) - Method in class org.apache.parquet.format.ColumnOrder
-
- 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.DateType
-
- fieldForId(int) - Method in class org.apache.parquet.format.DecimalType
-
- fieldForId(int) - Method in class org.apache.parquet.format.DictionaryPageHeader
-
- fieldForId(int) - Method in class org.apache.parquet.format.EncryptionAlgorithm
-
- fieldForId(int) - Method in class org.apache.parquet.format.EncryptionWithColumnKey
-
- fieldForId(int) - Method in class org.apache.parquet.format.EncryptionWithFooterKey
-
- fieldForId(int) - Method in class org.apache.parquet.format.EnumType
-
- fieldForId(int) - Method in class org.apache.parquet.format.FileCryptoMetaData
-
- fieldForId(int) - Method in class org.apache.parquet.format.FileMetaData
-
- fieldForId(int) - Method in class org.apache.parquet.format.Float16Type
-
- fieldForId(int) - Method in class org.apache.parquet.format.GeographyType
-
- fieldForId(int) - Method in class org.apache.parquet.format.GeometryType
-
- fieldForId(int) - Method in class org.apache.parquet.format.GeospatialStatistics
-
- fieldForId(int) - Method in class org.apache.parquet.format.IndexPageHeader
-
- fieldForId(int) - Method in class org.apache.parquet.format.IntType
-
- fieldForId(int) - Method in class org.apache.parquet.format.JsonType
-
- fieldForId(int) - Method in class org.apache.parquet.format.KeyValue
-
- fieldForId(int) - Method in class org.apache.parquet.format.ListType
-
- fieldForId(int) - Method in class org.apache.parquet.format.LogicalType
-
- fieldForId(int) - Method in class org.apache.parquet.format.MapType
-
- fieldForId(int) - Method in class org.apache.parquet.format.MicroSeconds
-
- fieldForId(int) - Method in class org.apache.parquet.format.MilliSeconds
-
- fieldForId(int) - Method in class org.apache.parquet.format.NanoSeconds
-
- fieldForId(int) - Method in class org.apache.parquet.format.NullType
-
- fieldForId(int) - Method in class org.apache.parquet.format.OffsetIndex
-
- 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.PageLocation
-
- 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.SizeStatistics
-
- fieldForId(int) - Method in class org.apache.parquet.format.SortingColumn
-
- fieldForId(int) - Method in class org.apache.parquet.format.SplitBlockAlgorithm
-
- fieldForId(int) - Method in class org.apache.parquet.format.Statistics
-
- fieldForId(int) - Method in class org.apache.parquet.format.StringType
-
- fieldForId(int) - Method in class org.apache.parquet.format.TimestampType
-
- fieldForId(int) - Method in class org.apache.parquet.format.TimeType
-
- fieldForId(int) - Method in class org.apache.parquet.format.TimeUnit
-
- fieldForId(int) - Method in class org.apache.parquet.format.TypeDefinedOrder
-
- fieldForId(int) - Method in class org.apache.parquet.format.Uncompressed
-
- fieldForId(int) - Method in class org.apache.parquet.format.UUIDType
-
- fieldForId(int) - Method in class org.apache.parquet.format.VariantType
-
- fieldForId(int) - Method in class org.apache.parquet.format.XxHash
-
- FieldRepetitionType - Enum in org.apache.parquet.format
-
Representation of Schemas
- file_offset - Variable in class org.apache.parquet.format.ColumnChunk
-
Deprecated: Byte offset in file_path to the ColumnMetaData
Past use of this field has been inconsistent, with some implementations
using it to point to the ColumnMetaData and some using it to point to
the first page in the column chunk.
- file_offset - Variable in class org.apache.parquet.format.RowGroup
-
Byte offset from beginning of file to first page (data or dictionary)
in this row group *
- file_path - Variable in class org.apache.parquet.format.ColumnChunk
-
File where column data is stored.
- FileCryptoMetaData - Class in org.apache.parquet.format
-
Crypto metadata for files with encrypted footer *
- FileCryptoMetaData() - Constructor for class org.apache.parquet.format.FileCryptoMetaData
-
- FileCryptoMetaData(EncryptionAlgorithm) - Constructor for class org.apache.parquet.format.FileCryptoMetaData
-
- FileCryptoMetaData(FileCryptoMetaData) - Constructor for class org.apache.parquet.format.FileCryptoMetaData
-
Performs a deep copy on other.
- FileCryptoMetaData._Fields - Enum in org.apache.parquet.format
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- 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.
- FileMetaDataConsumer() - Constructor for class org.apache.parquet.format.Util.FileMetaDataConsumer
-
- findByName(String) - Static method in enum org.apache.parquet.format.AesGcmCtrV1._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.AesGcmV1._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.BloomFilterAlgorithm._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.BloomFilterCompression._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.BloomFilterHash._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.BloomFilterHeader._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.BoundingBox._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.BsonType._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- 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.ColumnCryptoMetaData._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.ColumnIndex._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.ColumnOrder._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.DateType._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.DecimalType._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.EncryptionAlgorithm._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.EncryptionWithColumnKey._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.EncryptionWithFooterKey._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.EnumType._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.FileCryptoMetaData._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.Float16Type._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.GeographyType._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.GeometryType._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.GeospatialStatistics._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.IntType._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.JsonType._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.ListType._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.LogicalType._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.MapType._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.MicroSeconds._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.MilliSeconds._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.NanoSeconds._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.NullType._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.OffsetIndex._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.PageLocation._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.SizeStatistics._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.SplitBlockAlgorithm._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.
- findByName(String) - Static method in enum org.apache.parquet.format.StringType._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.TimestampType._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.TimeType._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.TimeUnit._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.TypeDefinedOrder._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.Uncompressed._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.UUIDType._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.VariantType._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByName(String) - Static method in enum org.apache.parquet.format.XxHash._Fields
-
Find the _Fields constant that matches name, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.AesGcmCtrV1._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.AesGcmV1._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.BloomFilterAlgorithm._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.BloomFilterCompression._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.BloomFilterHash._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.BloomFilterHeader._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.BoundingBox._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.BsonType._Fields
-
Find the _Fields constant that matches fieldId, 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.ColumnCryptoMetaData._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.ColumnIndex._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.ColumnOrder._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.DateType._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.DecimalType._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.EncryptionAlgorithm._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.EncryptionWithColumnKey._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.EncryptionWithFooterKey._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.EnumType._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.FileCryptoMetaData._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.Float16Type._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.GeographyType._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.GeometryType._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.GeospatialStatistics._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.IntType._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.JsonType._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.ListType._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.LogicalType._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.MapType._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.MicroSeconds._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.MilliSeconds._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.NanoSeconds._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.NullType._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.OffsetIndex._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.PageLocation._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.SizeStatistics._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.SplitBlockAlgorithm._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.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.StringType._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.TimestampType._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.TimeType._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.TimeUnit._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.TypeDefinedOrder._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.Uncompressed._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.UUIDType._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.VariantType._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftId(int) - Static method in enum org.apache.parquet.format.XxHash._Fields
-
Find the _Fields constant that matches fieldId, or null if its not found.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.parquet.format.AesGcmCtrV1._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.AesGcmV1._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.BloomFilterAlgorithm._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.BloomFilterCompression._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.BloomFilterHash._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.BloomFilterHeader._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.BoundingBox._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.BsonType._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.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.ColumnCryptoMetaData._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.ColumnIndex._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.ColumnOrder._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.DateType._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.DecimalType._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.EncryptionAlgorithm._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.EncryptionWithColumnKey._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.EncryptionWithFooterKey._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.EnumType._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.FileCryptoMetaData._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.Float16Type._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.GeographyType._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.GeometryType._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.GeospatialStatistics._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.IntType._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.JsonType._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.ListType._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.LogicalType._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.MapType._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.MicroSeconds._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.MilliSeconds._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.NanoSeconds._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.NullType._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.OffsetIndex._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.PageLocation._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.SizeStatistics._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.SplitBlockAlgorithm._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.
- findByThriftIdOrThrow(int) - Static method in enum org.apache.parquet.format.StringType._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.TimestampType._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.TimeType._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.TimeUnit._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.TypeDefinedOrder._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.Uncompressed._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.UUIDType._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.VariantType._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.XxHash._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.BoundaryOrder
-
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.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.EdgeInterpolationAlgorithm
-
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.
- first_row_index - Variable in class org.apache.parquet.format.PageLocation
-
Index within the RowGroup of the first row of the page.
- FLOAT16(Float16Type) - Static method in class org.apache.parquet.format.LogicalType
-
- FLOAT16 - Static variable in class org.apache.parquet.format.LogicalTypes
-
- Float16Type - Class in org.apache.parquet.format
-
- Float16Type() - Constructor for class org.apache.parquet.format.Float16Type
-
- Float16Type(Float16Type) - Constructor for class org.apache.parquet.format.Float16Type
-
Performs a deep copy on other.
- Float16Type._Fields - Enum in org.apache.parquet.format
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- footer_signing_key_metadata - Variable in class org.apache.parquet.format.FileMetaData
-
Retrieval metadata of key used for signing the footer.
- GEOGRAPHY(GeographyType) - Static method in class org.apache.parquet.format.LogicalType
-
- GeographyType - Class in org.apache.parquet.format
-
Embedded Geography logical type annotation
Geospatial features in the WKB format with an explicit (non-linear/non-planar)
edges interpolation algorithm.
- GeographyType() - Constructor for class org.apache.parquet.format.GeographyType
-
- GeographyType(GeographyType) - Constructor for class org.apache.parquet.format.GeographyType
-
Performs a deep copy on other.
- GeographyType._Fields - Enum in org.apache.parquet.format
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- GEOMETRY(GeometryType) - Static method in class org.apache.parquet.format.LogicalType
-
- GeometryType - Class in org.apache.parquet.format
-
Embedded Geometry logical type annotation
Geospatial features in the Well-Known Binary (WKB) format and edges interpolation
is always linear/planar.
- GeometryType() - Constructor for class org.apache.parquet.format.GeometryType
-
- GeometryType(GeometryType) - Constructor for class org.apache.parquet.format.GeometryType
-
Performs a deep copy on other.
- GeometryType._Fields - Enum in org.apache.parquet.format
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- geospatial_statistics - Variable in class org.apache.parquet.format.ColumnMetaData
-
Optional statistics specific for Geometry and Geography logical types
- geospatial_types - Variable in class org.apache.parquet.format.GeospatialStatistics
-
Geospatial type codes of all instances, or an empty list if not known
- GeospatialStatistics - Class in org.apache.parquet.format
-
Statistics specific to Geometry and Geography logical types
- GeospatialStatistics() - Constructor for class org.apache.parquet.format.GeospatialStatistics
-
- GeospatialStatistics(GeospatialStatistics) - Constructor for class org.apache.parquet.format.GeospatialStatistics
-
Performs a deep copy on other.
- GeospatialStatistics._Fields - Enum in org.apache.parquet.format
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- getAad_file_unique() - Method in class org.apache.parquet.format.AesGcmCtrV1
-
Unique file identifier part of AAD suffix *
- getAad_file_unique() - Method in class org.apache.parquet.format.AesGcmV1
-
Unique file identifier part of AAD suffix *
- getAad_prefix() - Method in class org.apache.parquet.format.AesGcmCtrV1
-
AAD prefix *
- getAad_prefix() - Method in class org.apache.parquet.format.AesGcmV1
-
AAD prefix *
- getAES_GCM_CTR_V1() - Method in class org.apache.parquet.format.EncryptionAlgorithm
-
- getAES_GCM_V1() - Method in class org.apache.parquet.format.EncryptionAlgorithm
-
- getAlgorithm() - Method in class org.apache.parquet.format.BloomFilterHeader
-
The algorithm for setting bits.
- getAlgorithm() - Method in class org.apache.parquet.format.GeographyType
-
- getBbox() - Method in class org.apache.parquet.format.GeospatialStatistics
-
A bounding box of geospatial instances
- getBitWidth() - Method in class org.apache.parquet.format.IntType
-
- getBLOCK() - Method in class org.apache.parquet.format.BloomFilterAlgorithm
-
Block-based Bloom filter.
- getBloom_filter_length() - Method in class org.apache.parquet.format.ColumnMetaData
-
Size of Bloom filter data including the serialized header, in bytes.
- getBloom_filter_offset() - Method in class org.apache.parquet.format.ColumnMetaData
-
Byte offset from beginning of file to Bloom filter data.
- getBoundary_order() - Method in class org.apache.parquet.format.ColumnIndex
-
Stores whether both min_values and max_values are ordered and if so, in
which direction.
- getBSON() - Method in class org.apache.parquet.format.LogicalType
-
- getCodec() - Method in class org.apache.parquet.format.ColumnMetaData
-
Compression codec *
- getColumn_idx() - Method in class org.apache.parquet.format.SortingColumn
-
The ordinal position of the column (in this row group) *
- getColumn_index_length() - Method in class org.apache.parquet.format.ColumnChunk
-
Size of ColumnChunk's ColumnIndex, in bytes *
- getColumn_index_offset() - Method in class org.apache.parquet.format.ColumnChunk
-
File offset of ColumnChunk's ColumnIndex *
- getColumn_orders() - Method in class org.apache.parquet.format.FileMetaData
-
Sort order used for the min_value and max_value fields in the Statistics
objects and the min_values and max_values fields in the ColumnIndex
objects of each column in this file.
- getColumn_ordersIterator() - Method in class org.apache.parquet.format.FileMetaData
-
- getColumn_ordersSize() - Method in class org.apache.parquet.format.FileMetaData
-
- 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 (and potentially encrypted) page size in bytes, not including this header *
- getCompressed_page_size() - Method in class org.apache.parquet.format.PageLocation
-
Size of the page, including header.
- getCompression() - Method in class org.apache.parquet.format.BloomFilterHeader
-
The compression used in the Bloom filter *
- getConverted_type() - Method in class org.apache.parquet.format.SchemaElement
-
DEPRECATED: When the schema is the result of a conversion from another model.
- 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
-
The 32-bit CRC checksum for the page, to be be calculated as follows:
- The standard CRC32 algorithm is used (with polynomial 0x04C11DB7,
the same as in e.g.
- getCreated_by() - Method in class org.apache.parquet.format.FileMetaData
-
String for application that wrote this file.
- getCrs() - Method in class org.apache.parquet.format.GeographyType
-
- getCrs() - Method in class org.apache.parquet.format.GeometryType
-
- getCrypto_metadata() - Method in class org.apache.parquet.format.ColumnChunk
-
Crypto metadata of encrypted columns *
- 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 *
- getDATE() - Method in class org.apache.parquet.format.LogicalType
-
- getDECIMAL() - Method in class org.apache.parquet.format.LogicalType
-
- getDefinition_level_encoding() - Method in class org.apache.parquet.format.DataPageHeader
-
Encoding used for definition levels *
- getDefinition_level_histogram() - Method in class org.apache.parquet.format.SizeStatistics
-
Same as repetition_level_histogram except for definition levels.
- getDefinition_level_histogramIterator() - Method in class org.apache.parquet.format.SizeStatistics
-
- getDefinition_level_histograms() - Method in class org.apache.parquet.format.ColumnIndex
-
Same as repetition_level_histograms except for definitions levels.
- getDefinition_level_histogramsIterator() - Method in class org.apache.parquet.format.ColumnIndex
-
- getDefinition_level_histogramSize() - Method in class org.apache.parquet.format.SizeStatistics
-
- getDefinition_level_histogramsSize() - Method in class org.apache.parquet.format.ColumnIndex
-
- getDefinition_levels_byte_length() - Method in class org.apache.parquet.format.DataPageHeaderV2
-
Length of the definition 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
-
- getEncrypted_column_metadata() - Method in class org.apache.parquet.format.ColumnChunk
-
Encrypted column metadata for this chunk *
- getEncryption_algorithm() - Method in class org.apache.parquet.format.FileCryptoMetaData
-
Encryption algorithm.
- getEncryption_algorithm() - Method in class org.apache.parquet.format.FileMetaData
-
Encryption algorithm.
- getENCRYPTION_WITH_COLUMN_KEY() - Method in class org.apache.parquet.format.ColumnCryptoMetaData
-
- getENCRYPTION_WITH_FOOTER_KEY() - Method in class org.apache.parquet.format.ColumnCryptoMetaData
-
- getENUM() - Method in class org.apache.parquet.format.LogicalType
-
- 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
- getFieldDesc(BloomFilterAlgorithm._Fields) - Method in class org.apache.parquet.format.BloomFilterAlgorithm
-
- getFieldDesc(BloomFilterCompression._Fields) - Method in class org.apache.parquet.format.BloomFilterCompression
-
- getFieldDesc(BloomFilterHash._Fields) - Method in class org.apache.parquet.format.BloomFilterHash
-
- getFieldDesc(ColumnCryptoMetaData._Fields) - Method in class org.apache.parquet.format.ColumnCryptoMetaData
-
- getFieldDesc(ColumnOrder._Fields) - Method in class org.apache.parquet.format.ColumnOrder
-
- getFieldDesc(EncryptionAlgorithm._Fields) - Method in class org.apache.parquet.format.EncryptionAlgorithm
-
- getFieldDesc(LogicalType._Fields) - Method in class org.apache.parquet.format.LogicalType
-
- getFieldDesc(TimeUnit._Fields) - Method in class org.apache.parquet.format.TimeUnit
-
- getFieldName() - Method in enum org.apache.parquet.format.AesGcmCtrV1._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.AesGcmV1._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.BloomFilterAlgorithm._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.BloomFilterCompression._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.BloomFilterHash._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.BloomFilterHeader._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.BoundingBox._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.BsonType._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.ColumnChunk._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.ColumnCryptoMetaData._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.ColumnIndex._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.ColumnMetaData._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.ColumnOrder._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.DateType._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.DecimalType._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.DictionaryPageHeader._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.EncryptionAlgorithm._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.EncryptionWithColumnKey._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.EncryptionWithFooterKey._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.EnumType._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.FileCryptoMetaData._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.FileMetaData._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.Float16Type._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.GeographyType._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.GeometryType._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.GeospatialStatistics._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.IndexPageHeader._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.IntType._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.JsonType._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.KeyValue._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.ListType._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.LogicalType._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.MapType._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.MicroSeconds._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.MilliSeconds._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.NanoSeconds._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.NullType._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.OffsetIndex._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.PageLocation._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.SizeStatistics._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.SortingColumn._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.SplitBlockAlgorithm._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.Statistics._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.StringType._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.TimestampType._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.TimeType._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.TimeUnit._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.TypeDefinedOrder._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.Uncompressed._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.UUIDType._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.VariantType._Fields
-
- getFieldName() - Method in enum org.apache.parquet.format.XxHash._Fields
-
- getFieldValue(AesGcmCtrV1._Fields) - Method in class org.apache.parquet.format.AesGcmCtrV1
-
- getFieldValue(AesGcmV1._Fields) - Method in class org.apache.parquet.format.AesGcmV1
-
- getFieldValue(BloomFilterHeader._Fields) - Method in class org.apache.parquet.format.BloomFilterHeader
-
- getFieldValue(BoundingBox._Fields) - Method in class org.apache.parquet.format.BoundingBox
-
- getFieldValue(BsonType._Fields) - Method in class org.apache.parquet.format.BsonType
-
- getFieldValue(ColumnChunk._Fields) - Method in class org.apache.parquet.format.ColumnChunk
-
- getFieldValue(ColumnIndex._Fields) - Method in class org.apache.parquet.format.ColumnIndex
-
- 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(DateType._Fields) - Method in class org.apache.parquet.format.DateType
-
- getFieldValue(DecimalType._Fields) - Method in class org.apache.parquet.format.DecimalType
-
- getFieldValue(DictionaryPageHeader._Fields) - Method in class org.apache.parquet.format.DictionaryPageHeader
-
- getFieldValue(EncryptionWithColumnKey._Fields) - Method in class org.apache.parquet.format.EncryptionWithColumnKey
-
- getFieldValue(EncryptionWithFooterKey._Fields) - Method in class org.apache.parquet.format.EncryptionWithFooterKey
-
- getFieldValue(EnumType._Fields) - Method in class org.apache.parquet.format.EnumType
-
- getFieldValue(FileCryptoMetaData._Fields) - Method in class org.apache.parquet.format.FileCryptoMetaData
-
- getFieldValue(FileMetaData._Fields) - Method in class org.apache.parquet.format.FileMetaData
-
- getFieldValue(Float16Type._Fields) - Method in class org.apache.parquet.format.Float16Type
-
- getFieldValue(GeographyType._Fields) - Method in class org.apache.parquet.format.GeographyType
-
- getFieldValue(GeometryType._Fields) - Method in class org.apache.parquet.format.GeometryType
-
- getFieldValue(GeospatialStatistics._Fields) - Method in class org.apache.parquet.format.GeospatialStatistics
-
- getFieldValue(IndexPageHeader._Fields) - Method in class org.apache.parquet.format.IndexPageHeader
-
- getFieldValue(IntType._Fields) - Method in class org.apache.parquet.format.IntType
-
- getFieldValue(JsonType._Fields) - Method in class org.apache.parquet.format.JsonType
-
- getFieldValue(KeyValue._Fields) - Method in class org.apache.parquet.format.KeyValue
-
- getFieldValue(ListType._Fields) - Method in class org.apache.parquet.format.ListType
-
- getFieldValue(MapType._Fields) - Method in class org.apache.parquet.format.MapType
-
- getFieldValue(MicroSeconds._Fields) - Method in class org.apache.parquet.format.MicroSeconds
-
- getFieldValue(MilliSeconds._Fields) - Method in class org.apache.parquet.format.MilliSeconds
-
- getFieldValue(NanoSeconds._Fields) - Method in class org.apache.parquet.format.NanoSeconds
-
- getFieldValue(NullType._Fields) - Method in class org.apache.parquet.format.NullType
-
- getFieldValue(OffsetIndex._Fields) - Method in class org.apache.parquet.format.OffsetIndex
-
- getFieldValue(PageEncodingStats._Fields) - Method in class org.apache.parquet.format.PageEncodingStats
-
- getFieldValue(PageHeader._Fields) - Method in class org.apache.parquet.format.PageHeader
-
- getFieldValue(PageLocation._Fields) - Method in class org.apache.parquet.format.PageLocation
-
- getFieldValue(RowGroup._Fields) - Method in class org.apache.parquet.format.RowGroup
-
- getFieldValue(SchemaElement._Fields) - Method in class org.apache.parquet.format.SchemaElement
-
- getFieldValue(SizeStatistics._Fields) - Method in class org.apache.parquet.format.SizeStatistics
-
- getFieldValue(SortingColumn._Fields) - Method in class org.apache.parquet.format.SortingColumn
-
- getFieldValue(SplitBlockAlgorithm._Fields) - Method in class org.apache.parquet.format.SplitBlockAlgorithm
-
- getFieldValue(Statistics._Fields) - Method in class org.apache.parquet.format.Statistics
-
- getFieldValue(StringType._Fields) - Method in class org.apache.parquet.format.StringType
-
- getFieldValue(TimestampType._Fields) - Method in class org.apache.parquet.format.TimestampType
-
- getFieldValue(TimeType._Fields) - Method in class org.apache.parquet.format.TimeType
-
- getFieldValue(TypeDefinedOrder._Fields) - Method in class org.apache.parquet.format.TypeDefinedOrder
-
- getFieldValue(Uncompressed._Fields) - Method in class org.apache.parquet.format.Uncompressed
-
- getFieldValue(UUIDType._Fields) - Method in class org.apache.parquet.format.UUIDType
-
- getFieldValue(VariantType._Fields) - Method in class org.apache.parquet.format.VariantType
-
- getFieldValue(XxHash._Fields) - Method in class org.apache.parquet.format.XxHash
-
- getFile_offset() - Method in class org.apache.parquet.format.ColumnChunk
-
Deprecated: Byte offset in file_path to the ColumnMetaData
Past use of this field has been inconsistent, with some implementations
using it to point to the ColumnMetaData and some using it to point to
the first page in the column chunk.
- getFile_offset() - Method in class org.apache.parquet.format.RowGroup
-
Byte offset from beginning of file to first page (data or dictionary)
in this row group *
- getFile_path() - Method in class org.apache.parquet.format.ColumnChunk
-
File where column data is stored.
- getFirst_row_index() - Method in class org.apache.parquet.format.PageLocation
-
Index within the RowGroup of the first row of the page.
- getFLOAT16() - Method in class org.apache.parquet.format.LogicalType
-
- getFooter_signing_key_metadata() - Method in class org.apache.parquet.format.FileMetaData
-
Retrieval metadata of key used for signing the footer.
- getGEOGRAPHY() - Method in class org.apache.parquet.format.LogicalType
-
- getGEOMETRY() - Method in class org.apache.parquet.format.LogicalType
-
- getGeospatial_statistics() - Method in class org.apache.parquet.format.ColumnMetaData
-
Optional statistics specific for Geometry and Geography logical types
- getGeospatial_types() - Method in class org.apache.parquet.format.GeospatialStatistics
-
Geospatial type codes of all instances, or an empty list if not known
- getGeospatial_typesIterator() - Method in class org.apache.parquet.format.GeospatialStatistics
-
- getGeospatial_typesSize() - Method in class org.apache.parquet.format.GeospatialStatistics
-
- getHash() - Method in class org.apache.parquet.format.BloomFilterHeader
-
The hash function used for Bloom filter.
- 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 *
- getINTEGER() - Method in class org.apache.parquet.format.LogicalType
-
- getJSON() - Method in class org.apache.parquet.format.LogicalType
-
- getKey() - Method in class org.apache.parquet.format.KeyValue
-
- getKey_metadata() - Method in class org.apache.parquet.format.EncryptionWithColumnKey
-
Retrieval metadata of column encryption key *
- getKey_metadata() - Method in class org.apache.parquet.format.FileCryptoMetaData
-
Retrieval metadata of key used for encryption of footer,
and (possibly) columns *
- 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
-
- getLIST() - Method in class org.apache.parquet.format.LogicalType
-
- getLogicalType() - Method in class org.apache.parquet.format.SchemaElement
-
The logical type of this SchemaElement
LogicalType replaces ConvertedType, but ConvertedType is still required
for some logical types to ensure forward-compatibility in format v1.
- getMAP() - Method in class org.apache.parquet.format.LogicalType
-
- getMax() - Method in class org.apache.parquet.format.Statistics
-
DEPRECATED: min and max value of the column.
- getMax_value() - Method in class org.apache.parquet.format.Statistics
-
Lower and upper bound values for the column, determined by its ColumnOrder.
- getMax_values() - Method in class org.apache.parquet.format.ColumnIndex
-
- getMax_valuesIterator() - Method in class org.apache.parquet.format.ColumnIndex
-
- getMax_valuesSize() - Method in class org.apache.parquet.format.ColumnIndex
-
- getMeta_data() - Method in class org.apache.parquet.format.ColumnChunk
-
Column metadata for this chunk.
- getMICROS() - Method in class org.apache.parquet.format.TimeUnit
-
- getMILLIS() - Method in class org.apache.parquet.format.TimeUnit
-
- getMin() - Method in class org.apache.parquet.format.Statistics
-
- getMin_value() - Method in class org.apache.parquet.format.Statistics
-
- getMin_values() - Method in class org.apache.parquet.format.ColumnIndex
-
Two lists containing lower and upper bounds for the values of each page
determined by the ColumnOrder of the column.
- getMin_valuesIterator() - Method in class org.apache.parquet.format.ColumnIndex
-
- getMin_valuesSize() - Method in class org.apache.parquet.format.ColumnIndex
-
- getMinSerializedSize(byte) - Method in class org.apache.parquet.format.InterningProtocol
-
- getMmax() - Method in class org.apache.parquet.format.BoundingBox
-
- getMmin() - Method in class org.apache.parquet.format.BoundingBox
-
- getName() - Method in class org.apache.parquet.format.SchemaElement
-
Name of the field in the schema
- getNANOS() - Method in class org.apache.parquet.format.TimeUnit
-
- getNull_count() - Method in class org.apache.parquet.format.Statistics
-
Count of null values in the column.
- getNull_counts() - Method in class org.apache.parquet.format.ColumnIndex
-
A list containing the number of null values for each page
Writers SHOULD always write this field even if no null values
are present or the column is not nullable.
- getNull_countsIterator() - Method in class org.apache.parquet.format.ColumnIndex
-
- getNull_countsSize() - Method in class org.apache.parquet.format.ColumnIndex
-
- getNull_pages() - Method in class org.apache.parquet.format.ColumnIndex
-
A list of Boolean values to determine the validity of the corresponding
min and max values.
- getNull_pagesIterator() - Method in class org.apache.parquet.format.ColumnIndex
-
- getNull_pagesSize() - Method in class org.apache.parquet.format.ColumnIndex
-
- 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 *
- getNumBytes() - Method in class org.apache.parquet.format.BloomFilterHeader
-
The size of bitset in bytes *
- getOffset() - Method in class org.apache.parquet.format.PageLocation
-
Offset of the page in the file *
- getOffset_index_length() - Method in class org.apache.parquet.format.ColumnChunk
-
Size of ColumnChunk's OffsetIndex, in bytes *
- getOffset_index_offset() - Method in class org.apache.parquet.format.ColumnChunk
-
File offset of ColumnChunk's OffsetIndex *
- getOrdinal() - Method in class org.apache.parquet.format.RowGroup
-
Row group ordinal in the file *
- getPage_locations() - Method in class org.apache.parquet.format.OffsetIndex
-
PageLocations, ordered by increasing PageLocation.offset.
- getPage_locationsIterator() - Method in class org.apache.parquet.format.OffsetIndex
-
- getPage_locationsSize() - Method in class org.apache.parquet.format.OffsetIndex
-
- 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_schema() - Method in class org.apache.parquet.format.EncryptionWithColumnKey
-
Column path in schema *
- getPath_in_schemaIterator() - Method in class org.apache.parquet.format.ColumnMetaData
-
- getPath_in_schemaIterator() - Method in class org.apache.parquet.format.EncryptionWithColumnKey
-
- getPath_in_schemaSize() - Method in class org.apache.parquet.format.ColumnMetaData
-
- getPath_in_schemaSize() - Method in class org.apache.parquet.format.EncryptionWithColumnKey
-
- getPrecision() - Method in class org.apache.parquet.format.DecimalType
-
- 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_level_histogram() - Method in class org.apache.parquet.format.SizeStatistics
-
When present, there is expected to be one element corresponding to each
repetition (i.e.
- getRepetition_level_histogramIterator() - Method in class org.apache.parquet.format.SizeStatistics
-
- getRepetition_level_histograms() - Method in class org.apache.parquet.format.ColumnIndex
-
Contains repetition level histograms for each page
concatenated together.
- getRepetition_level_histogramsIterator() - Method in class org.apache.parquet.format.ColumnIndex
-
- getRepetition_level_histogramSize() - Method in class org.apache.parquet.format.SizeStatistics
-
- getRepetition_level_histogramsSize() - Method in class org.apache.parquet.format.ColumnIndex
-
- getRepetition_levels_byte_length() - Method in class org.apache.parquet.format.DataPageHeaderV2
-
Length of the repetition 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.DecimalType
-
- getScale() - Method in class org.apache.parquet.format.SchemaElement
-
DEPRECATED: 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
-
- getSize_statistics() - Method in class org.apache.parquet.format.ColumnMetaData
-
Optional statistics to help estimate total memory when converted to in-memory
representations.
- 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
-
- getSpecification_version() - Method in class org.apache.parquet.format.VariantType
-
- 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 the data in this page *
- getSTRING() - Method in class org.apache.parquet.format.LogicalType
-
- getStructDesc() - Method in class org.apache.parquet.format.BloomFilterAlgorithm
-
- getStructDesc() - Method in class org.apache.parquet.format.BloomFilterCompression
-
- getStructDesc() - Method in class org.apache.parquet.format.BloomFilterHash
-
- getStructDesc() - Method in class org.apache.parquet.format.ColumnCryptoMetaData
-
- getStructDesc() - Method in class org.apache.parquet.format.ColumnOrder
-
- getStructDesc() - Method in class org.apache.parquet.format.EncryptionAlgorithm
-
- getStructDesc() - Method in class org.apache.parquet.format.LogicalType
-
- getStructDesc() - Method in class org.apache.parquet.format.TimeUnit
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.AesGcmCtrV1._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.AesGcmV1._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.BloomFilterAlgorithm._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.BloomFilterCompression._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.BloomFilterHash._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.BloomFilterHeader._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.BoundingBox._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.BsonType._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.ColumnChunk._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.ColumnCryptoMetaData._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.ColumnIndex._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.ColumnMetaData._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.ColumnOrder._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.DateType._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.DecimalType._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.DictionaryPageHeader._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.EncryptionAlgorithm._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.EncryptionWithColumnKey._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.EncryptionWithFooterKey._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.EnumType._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.FileCryptoMetaData._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.FileMetaData._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.Float16Type._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.GeographyType._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.GeometryType._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.GeospatialStatistics._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.IndexPageHeader._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.IntType._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.JsonType._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.KeyValue._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.ListType._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.LogicalType._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.MapType._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.MicroSeconds._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.MilliSeconds._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.NanoSeconds._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.NullType._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.OffsetIndex._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.PageLocation._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.SizeStatistics._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.SortingColumn._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.SplitBlockAlgorithm._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.Statistics._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.StringType._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.TimestampType._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.TimeType._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.TimeUnit._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.TypeDefinedOrder._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.Uncompressed._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.UUIDType._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.VariantType._Fields
-
- getThriftFieldId() - Method in enum org.apache.parquet.format.XxHash._Fields
-
- getTIME() - Method in class org.apache.parquet.format.LogicalType
-
- getTIMESTAMP() - Method in class org.apache.parquet.format.LogicalType
-
- 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, and potentially encrypted, pages
in this column chunk (including the headers) *
- getTotal_compressed_size() - Method in class org.apache.parquet.format.RowGroup
-
Total byte size of all compressed (and potentially encrypted) column data
in this row group *
- 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 values.
- getTYPE_ORDER() - Method in class org.apache.parquet.format.ColumnOrder
-
The sort orders for logical types are:
UTF8 - unsigned byte-wise comparison
INT8 - signed comparison
INT16 - signed comparison
INT32 - signed comparison
INT64 - signed comparison
UINT8 - unsigned comparison
UINT16 - unsigned comparison
UINT32 - unsigned comparison
UINT64 - unsigned comparison
DECIMAL - signed comparison of the represented value
DATE - signed comparison
FLOAT16 - signed comparison of the represented value (*)
TIME_MILLIS - signed comparison
TIME_MICROS - signed comparison
TIMESTAMP_MILLIS - signed comparison
TIMESTAMP_MICROS - signed comparison
INTERVAL - undefined
JSON - unsigned byte-wise comparison
BSON - unsigned byte-wise comparison
ENUM - unsigned byte-wise comparison
LIST - undefined
MAP - undefined
VARIANT - undefined
GEOMETRY - undefined
GEOGRAPHY - undefined
In the absence of logical types, the sort order is determined by the physical type:
BOOLEAN - false, true
INT32 - signed comparison
INT64 - signed comparison
INT96 (only used for legacy timestamps) - undefined(+)
FLOAT - signed comparison of the represented value (*)
DOUBLE - signed comparison of the represented value (*)
BYTE_ARRAY - unsigned byte-wise comparison
FIXED_LEN_BYTE_ARRAY - unsigned byte-wise comparison
(+) While the INT96 type has been deprecated, at the time of writing it is
still used in many legacy systems.
- getUNCOMPRESSED() - Method in class org.apache.parquet.format.BloomFilterCompression
-
- getUncompressed_page_size() - Method in class org.apache.parquet.format.PageHeader
-
Uncompressed page size in bytes (not including this header) *
- getUnencoded_byte_array_data_bytes() - Method in class org.apache.parquet.format.OffsetIndex
-
Unencoded/uncompressed size for BYTE_ARRAY types.
- getUnencoded_byte_array_data_bytes() - Method in class org.apache.parquet.format.SizeStatistics
-
The number of physical bytes stored for BYTE_ARRAY data values assuming
no encoding.
- getUnencoded_byte_array_data_bytesIterator() - Method in class org.apache.parquet.format.OffsetIndex
-
- getUnencoded_byte_array_data_bytesSize() - Method in class org.apache.parquet.format.OffsetIndex
-
- getUnit() - Method in class org.apache.parquet.format.TimestampType
-
- getUnit() - Method in class org.apache.parquet.format.TimeType
-
- getUNKNOWN() - Method in class org.apache.parquet.format.LogicalType
-
- getUUID() - Method in class org.apache.parquet.format.LogicalType
-
- getValue() - Method in enum org.apache.parquet.format.BoundaryOrder
-
Get the integer value of this enum value, as defined in the Thrift IDL.
- 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.EdgeInterpolationAlgorithm
-
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.
- getVARIANT() - Method in class org.apache.parquet.format.LogicalType
-
- getVersion() - Method in class org.apache.parquet.format.FileMetaData
-
Version of this file *
- getXmax() - Method in class org.apache.parquet.format.BoundingBox
-
- getXmin() - Method in class org.apache.parquet.format.BoundingBox
-
- getXXHASH() - Method in class org.apache.parquet.format.BloomFilterHash
-
xxHash Strategy.
- getYmax() - Method in class org.apache.parquet.format.BoundingBox
-
- getYmin() - Method in class org.apache.parquet.format.BoundingBox
-
- getZmax() - Method in class org.apache.parquet.format.BoundingBox
-
- getZmin() - Method in class org.apache.parquet.format.BoundingBox
-
- I16Consumer() - Constructor for class org.apache.parquet.format.event.TypedConsumer.I16Consumer
-
- I32Consumer() - Constructor for class org.apache.parquet.format.event.TypedConsumer.I32Consumer
-
- I64Consumer() - Constructor for class org.apache.parquet.format.event.TypedConsumer.I64Consumer
-
- 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.
- INT_16 - Static variable in class org.apache.parquet.format.LogicalTypes
-
- INT_32 - Static variable in class org.apache.parquet.format.LogicalTypes
-
- INT_64 - Static variable in class org.apache.parquet.format.LogicalTypes
-
- INT_8 - Static variable in class org.apache.parquet.format.LogicalTypes
-
- INTEGER(IntType) - Static method in class org.apache.parquet.format.LogicalType
-
- InterningProtocol - Class in org.apache.parquet.format
-
TProtocol that interns the strings.
- InterningProtocol(TProtocol) - Constructor for class org.apache.parquet.format.InterningProtocol
-
- IntType - Class in org.apache.parquet.format
-
Integer logical type annotation
bitWidth must be 8, 16, 32, or 64.
- IntType() - Constructor for class org.apache.parquet.format.IntType
-
- IntType(byte, boolean) - Constructor for class org.apache.parquet.format.IntType
-
- IntType(IntType) - Constructor for class org.apache.parquet.format.IntType
-
Performs a deep copy on other.
- IntType._Fields - Enum in org.apache.parquet.format
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- InvalidParquetMetadataException - Exception in org.apache.parquet.format
-
A specific RuntimeException thrown when invalid values are found in the Parquet file metadata (including the footer,
page header etc.).
- is_compressed - Variable in class org.apache.parquet.format.DataPageHeaderV2
-
Whether the values are compressed.
- is_max_value_exact - Variable in class org.apache.parquet.format.Statistics
-
If true, max_value is the actual maximum value for a column
- is_min_value_exact - Variable in class org.apache.parquet.format.Statistics
-
If true, min_value is the actual minimum value for a column
- is_sorted - Variable in class org.apache.parquet.format.DictionaryPageHeader
-
If true, the entries in the dictionary are sorted in ascending order *
- isAdjustedToUTC - Variable in class org.apache.parquet.format.TimestampType
-
- isAdjustedToUTC - Variable in class org.apache.parquet.format.TimeType
-
- 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_max_value_exact() - Method in class org.apache.parquet.format.Statistics
-
If true, max_value is the actual maximum value for a column
- isIs_min_value_exact() - Method in class org.apache.parquet.format.Statistics
-
If true, min_value is the actual minimum value for a column
- isIs_sorted() - Method in class org.apache.parquet.format.DictionaryPageHeader
-
If true, the entries in the dictionary are sorted in ascending order *
- isIsAdjustedToUTC() - Method in class org.apache.parquet.format.TimestampType
-
- isIsAdjustedToUTC() - Method in class org.apache.parquet.format.TimeType
-
- isIsSigned() - Method in class org.apache.parquet.format.IntType
-
- 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(AesGcmCtrV1._Fields) - Method in class org.apache.parquet.format.AesGcmCtrV1
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(AesGcmV1._Fields) - Method in class org.apache.parquet.format.AesGcmV1
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BloomFilterHeader._Fields) - Method in class org.apache.parquet.format.BloomFilterHeader
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BoundingBox._Fields) - Method in class org.apache.parquet.format.BoundingBox
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(BsonType._Fields) - Method in class org.apache.parquet.format.BsonType
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- 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(ColumnIndex._Fields) - Method in class org.apache.parquet.format.ColumnIndex
-
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(DateType._Fields) - Method in class org.apache.parquet.format.DateType
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(DecimalType._Fields) - Method in class org.apache.parquet.format.DecimalType
-
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(EncryptionWithColumnKey._Fields) - Method in class org.apache.parquet.format.EncryptionWithColumnKey
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(EncryptionWithFooterKey._Fields) - Method in class org.apache.parquet.format.EncryptionWithFooterKey
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(EnumType._Fields) - Method in class org.apache.parquet.format.EnumType
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(FileCryptoMetaData._Fields) - Method in class org.apache.parquet.format.FileCryptoMetaData
-
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(Float16Type._Fields) - Method in class org.apache.parquet.format.Float16Type
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(GeographyType._Fields) - Method in class org.apache.parquet.format.GeographyType
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(GeometryType._Fields) - Method in class org.apache.parquet.format.GeometryType
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(GeospatialStatistics._Fields) - Method in class org.apache.parquet.format.GeospatialStatistics
-
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(IntType._Fields) - Method in class org.apache.parquet.format.IntType
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(JsonType._Fields) - Method in class org.apache.parquet.format.JsonType
-
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(ListType._Fields) - Method in class org.apache.parquet.format.ListType
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MapType._Fields) - Method in class org.apache.parquet.format.MapType
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MicroSeconds._Fields) - Method in class org.apache.parquet.format.MicroSeconds
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(MilliSeconds._Fields) - Method in class org.apache.parquet.format.MilliSeconds
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(NanoSeconds._Fields) - Method in class org.apache.parquet.format.NanoSeconds
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(NullType._Fields) - Method in class org.apache.parquet.format.NullType
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(OffsetIndex._Fields) - Method in class org.apache.parquet.format.OffsetIndex
-
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(PageLocation._Fields) - Method in class org.apache.parquet.format.PageLocation
-
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(SizeStatistics._Fields) - Method in class org.apache.parquet.format.SizeStatistics
-
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(SplitBlockAlgorithm._Fields) - Method in class org.apache.parquet.format.SplitBlockAlgorithm
-
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
- isSet(StringType._Fields) - Method in class org.apache.parquet.format.StringType
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TimestampType._Fields) - Method in class org.apache.parquet.format.TimestampType
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TimeType._Fields) - Method in class org.apache.parquet.format.TimeType
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(TypeDefinedOrder._Fields) - Method in class org.apache.parquet.format.TypeDefinedOrder
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(Uncompressed._Fields) - Method in class org.apache.parquet.format.Uncompressed
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(UUIDType._Fields) - Method in class org.apache.parquet.format.UUIDType
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(VariantType._Fields) - Method in class org.apache.parquet.format.VariantType
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSet(XxHash._Fields) - Method in class org.apache.parquet.format.XxHash
-
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- isSetAad_file_unique() - Method in class org.apache.parquet.format.AesGcmCtrV1
-
Returns true if field aad_file_unique is set (has been assigned a value) and false otherwise
- isSetAad_file_unique() - Method in class org.apache.parquet.format.AesGcmV1
-
Returns true if field aad_file_unique is set (has been assigned a value) and false otherwise
- isSetAad_prefix() - Method in class org.apache.parquet.format.AesGcmCtrV1
-
Returns true if field aad_prefix is set (has been assigned a value) and false otherwise
- isSetAad_prefix() - Method in class org.apache.parquet.format.AesGcmV1
-
Returns true if field aad_prefix is set (has been assigned a value) and false otherwise
- isSetAES_GCM_CTR_V1() - Method in class org.apache.parquet.format.EncryptionAlgorithm
-
- isSetAES_GCM_V1() - Method in class org.apache.parquet.format.EncryptionAlgorithm
-
- isSetAlgorithm() - Method in class org.apache.parquet.format.BloomFilterHeader
-
Returns true if field algorithm is set (has been assigned a value) and false otherwise
- isSetAlgorithm() - Method in class org.apache.parquet.format.GeographyType
-
Returns true if field algorithm is set (has been assigned a value) and false otherwise
- isSetBbox() - Method in class org.apache.parquet.format.GeospatialStatistics
-
Returns true if field bbox is set (has been assigned a value) and false otherwise
- isSetBitWidth() - Method in class org.apache.parquet.format.IntType
-
Returns true if field bitWidth is set (has been assigned a value) and false otherwise
- isSetBLOCK() - Method in class org.apache.parquet.format.BloomFilterAlgorithm
-
- isSetBloom_filter_length() - Method in class org.apache.parquet.format.ColumnMetaData
-
Returns true if field bloom_filter_length is set (has been assigned a value) and false otherwise
- isSetBloom_filter_offset() - Method in class org.apache.parquet.format.ColumnMetaData
-
Returns true if field bloom_filter_offset is set (has been assigned a value) and false otherwise
- isSetBoundary_order() - Method in class org.apache.parquet.format.ColumnIndex
-
Returns true if field boundary_order is set (has been assigned a value) and false otherwise
- isSetBSON() - Method in class org.apache.parquet.format.LogicalType
-
- 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
- isSetColumn_index_length() - Method in class org.apache.parquet.format.ColumnChunk
-
Returns true if field column_index_length is set (has been assigned a value) and false otherwise
- isSetColumn_index_offset() - Method in class org.apache.parquet.format.ColumnChunk
-
Returns true if field column_index_offset is set (has been assigned a value) and false otherwise
- isSetColumn_orders() - Method in class org.apache.parquet.format.FileMetaData
-
Returns true if field column_orders 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
- isSetCompressed_page_size() - Method in class org.apache.parquet.format.PageLocation
-
Returns true if field compressed_page_size is set (has been assigned a value) and false otherwise
- isSetCompression() - Method in class org.apache.parquet.format.BloomFilterHeader
-
Returns true if field compression 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
- isSetCrs() - Method in class org.apache.parquet.format.GeographyType
-
Returns true if field crs is set (has been assigned a value) and false otherwise
- isSetCrs() - Method in class org.apache.parquet.format.GeometryType
-
Returns true if field crs is set (has been assigned a value) and false otherwise
- isSetCrypto_metadata() - Method in class org.apache.parquet.format.ColumnChunk
-
Returns true if field crypto_metadata 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
- isSetDATE() - Method in class org.apache.parquet.format.LogicalType
-
- isSetDECIMAL() - Method in class org.apache.parquet.format.LogicalType
-
- 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_level_histogram() - Method in class org.apache.parquet.format.SizeStatistics
-
Returns true if field definition_level_histogram is set (has been assigned a value) and false otherwise
- isSetDefinition_level_histograms() - Method in class org.apache.parquet.format.ColumnIndex
-
Returns true if field definition_level_histograms 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
- isSetEncrypted_column_metadata() - Method in class org.apache.parquet.format.ColumnChunk
-
Returns true if field encrypted_column_metadata is set (has been assigned a value) and false otherwise
- isSetEncryption_algorithm() - Method in class org.apache.parquet.format.FileCryptoMetaData
-
Returns true if field encryption_algorithm is set (has been assigned a value) and false otherwise
- isSetEncryption_algorithm() - Method in class org.apache.parquet.format.FileMetaData
-
Returns true if field encryption_algorithm is set (has been assigned a value) and false otherwise
- isSetENCRYPTION_WITH_COLUMN_KEY() - Method in class org.apache.parquet.format.ColumnCryptoMetaData
-
- isSetENCRYPTION_WITH_FOOTER_KEY() - Method in class org.apache.parquet.format.ColumnCryptoMetaData
-
- isSetENUM() - Method in class org.apache.parquet.format.LogicalType
-
- 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_offset() - Method in class org.apache.parquet.format.RowGroup
-
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
- isSetFirst_row_index() - Method in class org.apache.parquet.format.PageLocation
-
Returns true if field first_row_index is set (has been assigned a value) and false otherwise
- isSetFLOAT16() - Method in class org.apache.parquet.format.LogicalType
-
- isSetFooter_signing_key_metadata() - Method in class org.apache.parquet.format.FileMetaData
-
Returns true if field footer_signing_key_metadata is set (has been assigned a value) and false otherwise
- isSetGEOGRAPHY() - Method in class org.apache.parquet.format.LogicalType
-
- isSetGEOMETRY() - Method in class org.apache.parquet.format.LogicalType
-
- isSetGeospatial_statistics() - Method in class org.apache.parquet.format.ColumnMetaData
-
Returns true if field geospatial_statistics is set (has been assigned a value) and false otherwise
- isSetGeospatial_types() - Method in class org.apache.parquet.format.GeospatialStatistics
-
Returns true if field geospatial_types is set (has been assigned a value) and false otherwise
- isSetHash() - Method in class org.apache.parquet.format.BloomFilterHeader
-
Returns true if field hash 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
- isSetINTEGER() - Method in class org.apache.parquet.format.LogicalType
-
- 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_max_value_exact() - Method in class org.apache.parquet.format.Statistics
-
Returns true if field is_max_value_exact is set (has been assigned a value) and false otherwise
- isSetIs_min_value_exact() - Method in class org.apache.parquet.format.Statistics
-
Returns true if field is_min_value_exact 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
- isSetIsAdjustedToUTC() - Method in class org.apache.parquet.format.TimestampType
-
Returns true if field isAdjustedToUTC is set (has been assigned a value) and false otherwise
- isSetIsAdjustedToUTC() - Method in class org.apache.parquet.format.TimeType
-
Returns true if field isAdjustedToUTC is set (has been assigned a value) and false otherwise
- isSetIsSigned() - Method in class org.apache.parquet.format.IntType
-
Returns true if field isSigned is set (has been assigned a value) and false otherwise
- isSetJSON() - Method in class org.apache.parquet.format.LogicalType
-
- 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_metadata() - Method in class org.apache.parquet.format.EncryptionWithColumnKey
-
Returns true if field key_metadata is set (has been assigned a value) and false otherwise
- isSetKey_metadata() - Method in class org.apache.parquet.format.FileCryptoMetaData
-
Returns true if field key_metadata 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
- isSetLIST() - Method in class org.apache.parquet.format.LogicalType
-
- isSetLogicalType() - Method in class org.apache.parquet.format.SchemaElement
-
Returns true if field logicalType is set (has been assigned a value) and false otherwise
- isSetMAP() - Method in class org.apache.parquet.format.LogicalType
-
- isSetMax() - Method in class org.apache.parquet.format.Statistics
-
Returns true if field max is set (has been assigned a value) and false otherwise
- isSetMax_value() - Method in class org.apache.parquet.format.Statistics
-
Returns true if field max_value is set (has been assigned a value) and false otherwise
- isSetMax_values() - Method in class org.apache.parquet.format.ColumnIndex
-
Returns true if field max_values 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
- isSetMICROS() - Method in class org.apache.parquet.format.TimeUnit
-
- isSetMILLIS() - Method in class org.apache.parquet.format.TimeUnit
-
- isSetMin() - Method in class org.apache.parquet.format.Statistics
-
Returns true if field min is set (has been assigned a value) and false otherwise
- isSetMin_value() - Method in class org.apache.parquet.format.Statistics
-
Returns true if field min_value is set (has been assigned a value) and false otherwise
- isSetMin_values() - Method in class org.apache.parquet.format.ColumnIndex
-
Returns true if field min_values is set (has been assigned a value) and false otherwise
- isSetMmax() - Method in class org.apache.parquet.format.BoundingBox
-
Returns true if field mmax is set (has been assigned a value) and false otherwise
- isSetMmin() - Method in class org.apache.parquet.format.BoundingBox
-
Returns true if field mmin 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
- isSetNANOS() - Method in class org.apache.parquet.format.TimeUnit
-
- 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
- isSetNull_counts() - Method in class org.apache.parquet.format.ColumnIndex
-
Returns true if field null_counts is set (has been assigned a value) and false otherwise
- isSetNull_pages() - Method in class org.apache.parquet.format.ColumnIndex
-
Returns true if field null_pages 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
- isSetNumBytes() - Method in class org.apache.parquet.format.BloomFilterHeader
-
Returns true if field numBytes is set (has been assigned a value) and false otherwise
- isSetOffset() - Method in class org.apache.parquet.format.PageLocation
-
Returns true if field offset is set (has been assigned a value) and false otherwise
- isSetOffset_index_length() - Method in class org.apache.parquet.format.ColumnChunk
-
Returns true if field offset_index_length is set (has been assigned a value) and false otherwise
- isSetOffset_index_offset() - Method in class org.apache.parquet.format.ColumnChunk
-
Returns true if field offset_index_offset is set (has been assigned a value) and false otherwise
- isSetOrdinal() - Method in class org.apache.parquet.format.RowGroup
-
Returns true if field ordinal is set (has been assigned a value) and false otherwise
- isSetPage_locations() - Method in class org.apache.parquet.format.OffsetIndex
-
Returns true if field page_locations 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
- isSetPath_in_schema() - Method in class org.apache.parquet.format.EncryptionWithColumnKey
-
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.DecimalType
-
Returns true if field precision 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_level_histogram() - Method in class org.apache.parquet.format.SizeStatistics
-
Returns true if field repetition_level_histogram is set (has been assigned a value) and false otherwise
- isSetRepetition_level_histograms() - Method in class org.apache.parquet.format.ColumnIndex
-
Returns true if field repetition_level_histograms 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.DecimalType
-
Returns true if field scale 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
- isSetSize_statistics() - Method in class org.apache.parquet.format.ColumnMetaData
-
Returns true if field size_statistics 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
- isSetSpecification_version() - Method in class org.apache.parquet.format.VariantType
-
Returns true if field specification_version 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
- isSetSTRING() - Method in class org.apache.parquet.format.LogicalType
-
- isSetSupply_aad_prefix() - Method in class org.apache.parquet.format.AesGcmCtrV1
-
Returns true if field supply_aad_prefix is set (has been assigned a value) and false otherwise
- isSetSupply_aad_prefix() - Method in class org.apache.parquet.format.AesGcmV1
-
Returns true if field supply_aad_prefix is set (has been assigned a value) and false otherwise
- isSetTIME() - Method in class org.apache.parquet.format.LogicalType
-
- isSetTIMESTAMP() - Method in class org.apache.parquet.format.LogicalType
-
- 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_compressed_size() - Method in class org.apache.parquet.format.RowGroup
-
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
- isSetTYPE_ORDER() - Method in class org.apache.parquet.format.ColumnOrder
-
- isSetUNCOMPRESSED() - Method in class org.apache.parquet.format.BloomFilterCompression
-
- 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
- isSetUnencoded_byte_array_data_bytes() - Method in class org.apache.parquet.format.OffsetIndex
-
Returns true if field unencoded_byte_array_data_bytes is set (has been assigned a value) and false otherwise
- isSetUnencoded_byte_array_data_bytes() - Method in class org.apache.parquet.format.SizeStatistics
-
Returns true if field unencoded_byte_array_data_bytes is set (has been assigned a value) and false otherwise
- isSetUnit() - Method in class org.apache.parquet.format.TimestampType
-
Returns true if field unit is set (has been assigned a value) and false otherwise
- isSetUnit() - Method in class org.apache.parquet.format.TimeType
-
Returns true if field unit is set (has been assigned a value) and false otherwise
- isSetUNKNOWN() - Method in class org.apache.parquet.format.LogicalType
-
- isSetUUID() - Method in class org.apache.parquet.format.LogicalType
-
- isSetValue() - Method in class org.apache.parquet.format.KeyValue
-
Returns true if field value is set (has been assigned a value) and false otherwise
- isSetVARIANT() - Method in class org.apache.parquet.format.LogicalType
-
- isSetVersion() - Method in class org.apache.parquet.format.FileMetaData
-
Returns true if field version is set (has been assigned a value) and false otherwise
- isSetXmax() - Method in class org.apache.parquet.format.BoundingBox
-
Returns true if field xmax is set (has been assigned a value) and false otherwise
- isSetXmin() - Method in class org.apache.parquet.format.BoundingBox
-
Returns true if field xmin is set (has been assigned a value) and false otherwise
- isSetXXHASH() - Method in class org.apache.parquet.format.BloomFilterHash
-
- isSetYmax() - Method in class org.apache.parquet.format.BoundingBox
-
Returns true if field ymax is set (has been assigned a value) and false otherwise
- isSetYmin() - Method in class org.apache.parquet.format.BoundingBox
-
Returns true if field ymin is set (has been assigned a value) and false otherwise
- isSetZmax() - Method in class org.apache.parquet.format.BoundingBox
-
Returns true if field zmax is set (has been assigned a value) and false otherwise
- isSetZmin() - Method in class org.apache.parquet.format.BoundingBox
-
Returns true if field zmin is set (has been assigned a value) and false otherwise
- isSigned - Variable in class org.apache.parquet.format.IntType
-
- isSupply_aad_prefix() - Method in class org.apache.parquet.format.AesGcmCtrV1
-
In files encrypted with AAD prefix without storing it,
readers must supply the prefix *
- isSupply_aad_prefix() - Method in class org.apache.parquet.format.AesGcmV1
-
In files encrypted with AAD prefix without storing it,
readers must supply the prefix *
- scale - Variable in class org.apache.parquet.format.DecimalType
-
- scale - Variable in class org.apache.parquet.format.SchemaElement
-
DEPRECATED: 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.
- setAad_file_unique(byte[]) - Method in class org.apache.parquet.format.AesGcmCtrV1
-
Unique file identifier part of AAD suffix *
- setAad_file_unique(ByteBuffer) - Method in class org.apache.parquet.format.AesGcmCtrV1
-
- setAad_file_unique(byte[]) - Method in class org.apache.parquet.format.AesGcmV1
-
Unique file identifier part of AAD suffix *
- setAad_file_unique(ByteBuffer) - Method in class org.apache.parquet.format.AesGcmV1
-
- setAad_file_uniqueIsSet(boolean) - Method in class org.apache.parquet.format.AesGcmCtrV1
-
- setAad_file_uniqueIsSet(boolean) - Method in class org.apache.parquet.format.AesGcmV1
-
- setAad_prefix(byte[]) - Method in class org.apache.parquet.format.AesGcmCtrV1
-
AAD prefix *
- setAad_prefix(ByteBuffer) - Method in class org.apache.parquet.format.AesGcmCtrV1
-
- setAad_prefix(byte[]) - Method in class org.apache.parquet.format.AesGcmV1
-
AAD prefix *
- setAad_prefix(ByteBuffer) - Method in class org.apache.parquet.format.AesGcmV1
-
- setAad_prefixIsSet(boolean) - Method in class org.apache.parquet.format.AesGcmCtrV1
-
- setAad_prefixIsSet(boolean) - Method in class org.apache.parquet.format.AesGcmV1
-
- setAES_GCM_CTR_V1(AesGcmCtrV1) - Method in class org.apache.parquet.format.EncryptionAlgorithm
-
- setAES_GCM_V1(AesGcmV1) - Method in class org.apache.parquet.format.EncryptionAlgorithm
-
- setAlgorithm(BloomFilterAlgorithm) - Method in class org.apache.parquet.format.BloomFilterHeader
-
The algorithm for setting bits.
- setAlgorithm(EdgeInterpolationAlgorithm) - Method in class org.apache.parquet.format.GeographyType
-
- setAlgorithmIsSet(boolean) - Method in class org.apache.parquet.format.BloomFilterHeader
-
- setAlgorithmIsSet(boolean) - Method in class org.apache.parquet.format.GeographyType
-
- setBbox(BoundingBox) - Method in class org.apache.parquet.format.GeospatialStatistics
-
A bounding box of geospatial instances
- setBboxIsSet(boolean) - Method in class org.apache.parquet.format.GeospatialStatistics
-
- setBitWidth(byte) - Method in class org.apache.parquet.format.IntType
-
- setBitWidthIsSet(boolean) - Method in class org.apache.parquet.format.IntType
-
- setBLOCK(SplitBlockAlgorithm) - Method in class org.apache.parquet.format.BloomFilterAlgorithm
-
Block-based Bloom filter.
- setBloom_filter_length(int) - Method in class org.apache.parquet.format.ColumnMetaData
-
Size of Bloom filter data including the serialized header, in bytes.
- setBloom_filter_lengthIsSet(boolean) - Method in class org.apache.parquet.format.ColumnMetaData
-
- setBloom_filter_offset(long) - Method in class org.apache.parquet.format.ColumnMetaData
-
Byte offset from beginning of file to Bloom filter data.
- setBloom_filter_offsetIsSet(boolean) - Method in class org.apache.parquet.format.ColumnMetaData
-
- setBoundary_order(BoundaryOrder) - Method in class org.apache.parquet.format.ColumnIndex
-
Stores whether both min_values and max_values are ordered and if so, in
which direction.
- setBoundary_orderIsSet(boolean) - Method in class org.apache.parquet.format.ColumnIndex
-
- setBSON(BsonType) - Method in class org.apache.parquet.format.LogicalType
-
- 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 ordinal position of the column (in this row group) *
- setColumn_idxIsSet(boolean) - Method in class org.apache.parquet.format.SortingColumn
-
- setColumn_index_length(int) - Method in class org.apache.parquet.format.ColumnChunk
-
Size of ColumnChunk's ColumnIndex, in bytes *
- setColumn_index_lengthIsSet(boolean) - Method in class org.apache.parquet.format.ColumnChunk
-
- setColumn_index_offset(long) - Method in class org.apache.parquet.format.ColumnChunk
-
File offset of ColumnChunk's ColumnIndex *
- setColumn_index_offsetIsSet(boolean) - Method in class org.apache.parquet.format.ColumnChunk
-
- setColumn_orders(List<ColumnOrder>) - Method in class org.apache.parquet.format.FileMetaData
-
Sort order used for the min_value and max_value fields in the Statistics
objects and the min_values and max_values fields in the ColumnIndex
objects of each column in this file.
- setColumn_ordersIsSet(boolean) - Method in class org.apache.parquet.format.FileMetaData
-
- 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 (and potentially encrypted) page size in bytes, not including this header *
- setCompressed_page_size(int) - Method in class org.apache.parquet.format.PageLocation
-
Size of the page, including header.
- setCompressed_page_sizeIsSet(boolean) - Method in class org.apache.parquet.format.PageHeader
-
- setCompressed_page_sizeIsSet(boolean) - Method in class org.apache.parquet.format.PageLocation
-
- setCompression(BloomFilterCompression) - Method in class org.apache.parquet.format.BloomFilterHeader
-
The compression used in the Bloom filter *
- setCompressionIsSet(boolean) - Method in class org.apache.parquet.format.BloomFilterHeader
-
- SetConsumer() - Constructor for class org.apache.parquet.format.event.TypedConsumer.SetConsumer
-
- setConverted_type(ConvertedType) - Method in class org.apache.parquet.format.SchemaElement
-
DEPRECATED: When the schema is the result of a conversion from another model.
- 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
-
The 32-bit CRC checksum for the page, to be be calculated as follows:
- The standard CRC32 algorithm is used (with polynomial 0x04C11DB7,
the same as in e.g.
- 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
-
- setCrs(String) - Method in class org.apache.parquet.format.GeographyType
-
- setCrs(String) - Method in class org.apache.parquet.format.GeometryType
-
- setCrsIsSet(boolean) - Method in class org.apache.parquet.format.GeographyType
-
- setCrsIsSet(boolean) - Method in class org.apache.parquet.format.GeometryType
-
- setCrypto_metadata(ColumnCryptoMetaData) - Method in class org.apache.parquet.format.ColumnChunk
-
Crypto metadata of encrypted columns *
- setCrypto_metadataIsSet(boolean) - Method in class org.apache.parquet.format.ColumnChunk
-
- 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
-
- setDATE(DateType) - Method in class org.apache.parquet.format.LogicalType
-
- setDECIMAL(DecimalType) - Method in class org.apache.parquet.format.LogicalType
-
- 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_level_histogram(List<Long>) - Method in class org.apache.parquet.format.SizeStatistics
-
Same as repetition_level_histogram except for definition levels.
- setDefinition_level_histogramIsSet(boolean) - Method in class org.apache.parquet.format.SizeStatistics
-
- setDefinition_level_histograms(List<Long>) - Method in class org.apache.parquet.format.ColumnIndex
-
Same as repetition_level_histograms except for definitions levels.
- setDefinition_level_histogramsIsSet(boolean) - Method in class org.apache.parquet.format.ColumnIndex
-
- setDefinition_levels_byte_length(int) - Method in class org.apache.parquet.format.DataPageHeaderV2
-
Length of the definition 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
-
- setEncrypted_column_metadata(byte[]) - Method in class org.apache.parquet.format.ColumnChunk
-
Encrypted column metadata for this chunk *
- setEncrypted_column_metadata(ByteBuffer) - Method in class org.apache.parquet.format.ColumnChunk
-
- setEncrypted_column_metadataIsSet(boolean) - Method in class org.apache.parquet.format.ColumnChunk
-
- setEncryption_algorithm(EncryptionAlgorithm) - Method in class org.apache.parquet.format.FileCryptoMetaData
-
Encryption algorithm.
- setEncryption_algorithm(EncryptionAlgorithm) - Method in class org.apache.parquet.format.FileMetaData
-
Encryption algorithm.
- setEncryption_algorithmIsSet(boolean) - Method in class org.apache.parquet.format.FileCryptoMetaData
-
- setEncryption_algorithmIsSet(boolean) - Method in class org.apache.parquet.format.FileMetaData
-
- setENCRYPTION_WITH_COLUMN_KEY(EncryptionWithColumnKey) - Method in class org.apache.parquet.format.ColumnCryptoMetaData
-
- setENCRYPTION_WITH_FOOTER_KEY(EncryptionWithFooterKey) - Method in class org.apache.parquet.format.ColumnCryptoMetaData
-
- setEncryptionAlgorithm(EncryptionAlgorithm) - Method in class org.apache.parquet.format.Util.DefaultFileMetaDataConsumer
-
- setEncryptionAlgorithm(EncryptionAlgorithm) - Method in class org.apache.parquet.format.Util.FileMetaDataConsumer
-
- setENUM(EnumType) - Method in class org.apache.parquet.format.LogicalType
-
- 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(AesGcmCtrV1._Fields, Object) - Method in class org.apache.parquet.format.AesGcmCtrV1
-
- setFieldValue(AesGcmV1._Fields, Object) - Method in class org.apache.parquet.format.AesGcmV1
-
- setFieldValue(BloomFilterHeader._Fields, Object) - Method in class org.apache.parquet.format.BloomFilterHeader
-
- setFieldValue(BoundingBox._Fields, Object) - Method in class org.apache.parquet.format.BoundingBox
-
- setFieldValue(BsonType._Fields, Object) - Method in class org.apache.parquet.format.BsonType
-
- setFieldValue(ColumnChunk._Fields, Object) - Method in class org.apache.parquet.format.ColumnChunk
-
- setFieldValue(ColumnIndex._Fields, Object) - Method in class org.apache.parquet.format.ColumnIndex
-
- 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(DateType._Fields, Object) - Method in class org.apache.parquet.format.DateType
-
- setFieldValue(DecimalType._Fields, Object) - Method in class org.apache.parquet.format.DecimalType
-
- setFieldValue(DictionaryPageHeader._Fields, Object) - Method in class org.apache.parquet.format.DictionaryPageHeader
-
- setFieldValue(EncryptionWithColumnKey._Fields, Object) - Method in class org.apache.parquet.format.EncryptionWithColumnKey
-
- setFieldValue(EncryptionWithFooterKey._Fields, Object) - Method in class org.apache.parquet.format.EncryptionWithFooterKey
-
- setFieldValue(EnumType._Fields, Object) - Method in class org.apache.parquet.format.EnumType
-
- setFieldValue(FileCryptoMetaData._Fields, Object) - Method in class org.apache.parquet.format.FileCryptoMetaData
-
- setFieldValue(FileMetaData._Fields, Object) - Method in class org.apache.parquet.format.FileMetaData
-
- setFieldValue(Float16Type._Fields, Object) - Method in class org.apache.parquet.format.Float16Type
-
- setFieldValue(GeographyType._Fields, Object) - Method in class org.apache.parquet.format.GeographyType
-
- setFieldValue(GeometryType._Fields, Object) - Method in class org.apache.parquet.format.GeometryType
-
- setFieldValue(GeospatialStatistics._Fields, Object) - Method in class org.apache.parquet.format.GeospatialStatistics
-
- setFieldValue(IndexPageHeader._Fields, Object) - Method in class org.apache.parquet.format.IndexPageHeader
-
- setFieldValue(IntType._Fields, Object) - Method in class org.apache.parquet.format.IntType
-
- setFieldValue(JsonType._Fields, Object) - Method in class org.apache.parquet.format.JsonType
-
- setFieldValue(KeyValue._Fields, Object) - Method in class org.apache.parquet.format.KeyValue
-
- setFieldValue(ListType._Fields, Object) - Method in class org.apache.parquet.format.ListType
-
- setFieldValue(MapType._Fields, Object) - Method in class org.apache.parquet.format.MapType
-
- setFieldValue(MicroSeconds._Fields, Object) - Method in class org.apache.parquet.format.MicroSeconds
-
- setFieldValue(MilliSeconds._Fields, Object) - Method in class org.apache.parquet.format.MilliSeconds
-
- setFieldValue(NanoSeconds._Fields, Object) - Method in class org.apache.parquet.format.NanoSeconds
-
- setFieldValue(NullType._Fields, Object) - Method in class org.apache.parquet.format.NullType
-
- setFieldValue(OffsetIndex._Fields, Object) - Method in class org.apache.parquet.format.OffsetIndex
-
- 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(PageLocation._Fields, Object) - Method in class org.apache.parquet.format.PageLocation
-
- 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(SizeStatistics._Fields, Object) - Method in class org.apache.parquet.format.SizeStatistics
-
- setFieldValue(SortingColumn._Fields, Object) - Method in class org.apache.parquet.format.SortingColumn
-
- setFieldValue(SplitBlockAlgorithm._Fields, Object) - Method in class org.apache.parquet.format.SplitBlockAlgorithm
-
- setFieldValue(Statistics._Fields, Object) - Method in class org.apache.parquet.format.Statistics
-
- setFieldValue(StringType._Fields, Object) - Method in class org.apache.parquet.format.StringType
-
- setFieldValue(TimestampType._Fields, Object) - Method in class org.apache.parquet.format.TimestampType
-
- setFieldValue(TimeType._Fields, Object) - Method in class org.apache.parquet.format.TimeType
-
- setFieldValue(TypeDefinedOrder._Fields, Object) - Method in class org.apache.parquet.format.TypeDefinedOrder
-
- setFieldValue(Uncompressed._Fields, Object) - Method in class org.apache.parquet.format.Uncompressed
-
- setFieldValue(UUIDType._Fields, Object) - Method in class org.apache.parquet.format.UUIDType
-
- setFieldValue(VariantType._Fields, Object) - Method in class org.apache.parquet.format.VariantType
-
- setFieldValue(XxHash._Fields, Object) - Method in class org.apache.parquet.format.XxHash
-
- setFile_offset(long) - Method in class org.apache.parquet.format.ColumnChunk
-
Deprecated: Byte offset in file_path to the ColumnMetaData
Past use of this field has been inconsistent, with some implementations
using it to point to the ColumnMetaData and some using it to point to
the first page in the column chunk.
- setFile_offset(long) - Method in class org.apache.parquet.format.RowGroup
-
Byte offset from beginning of file to first page (data or dictionary)
in this row group *
- setFile_offsetIsSet(boolean) - Method in class org.apache.parquet.format.ColumnChunk
-
- setFile_offsetIsSet(boolean) - Method in class org.apache.parquet.format.RowGroup
-
- 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
-
- setFirst_row_index(long) - Method in class org.apache.parquet.format.PageLocation
-
Index within the RowGroup of the first row of the page.
- setFirst_row_indexIsSet(boolean) - Method in class org.apache.parquet.format.PageLocation
-
- setFLOAT16(Float16Type) - Method in class org.apache.parquet.format.LogicalType
-
- setFooter_signing_key_metadata(byte[]) - Method in class org.apache.parquet.format.FileMetaData
-
Retrieval metadata of key used for signing the footer.
- setFooter_signing_key_metadata(ByteBuffer) - Method in class org.apache.parquet.format.FileMetaData
-
- setFooter_signing_key_metadataIsSet(boolean) - Method in class org.apache.parquet.format.FileMetaData
-
- setFooterSigningKeyMetadata(byte[]) - Method in class org.apache.parquet.format.Util.DefaultFileMetaDataConsumer
-
- setFooterSigningKeyMetadata(byte[]) - Method in class org.apache.parquet.format.Util.FileMetaDataConsumer
-
- setGEOGRAPHY(GeographyType) - Method in class org.apache.parquet.format.LogicalType
-
- setGEOMETRY(GeometryType) - Method in class org.apache.parquet.format.LogicalType
-
- setGeospatial_statistics(GeospatialStatistics) - Method in class org.apache.parquet.format.ColumnMetaData
-
Optional statistics specific for Geometry and Geography logical types
- setGeospatial_statisticsIsSet(boolean) - Method in class org.apache.parquet.format.ColumnMetaData
-
- setGeospatial_types(List<Integer>) - Method in class org.apache.parquet.format.GeospatialStatistics
-
Geospatial type codes of all instances, or an empty list if not known
- setGeospatial_typesIsSet(boolean) - Method in class org.apache.parquet.format.GeospatialStatistics
-
- setHash(BloomFilterHash) - Method in class org.apache.parquet.format.BloomFilterHeader
-
The hash function used for Bloom filter.
- setHashIsSet(boolean) - Method in class org.apache.parquet.format.BloomFilterHeader
-
- 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
-
- setINTEGER(IntType) - Method in class org.apache.parquet.format.LogicalType
-
- 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_max_value_exact(boolean) - Method in class org.apache.parquet.format.Statistics
-
If true, max_value is the actual maximum value for a column
- setIs_max_value_exactIsSet(boolean) - Method in class org.apache.parquet.format.Statistics
-
- setIs_min_value_exact(boolean) - Method in class org.apache.parquet.format.Statistics
-
If true, min_value is the actual minimum value for a column
- setIs_min_value_exactIsSet(boolean) - Method in class org.apache.parquet.format.Statistics
-
- 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
-
- setIsAdjustedToUTC(boolean) - Method in class org.apache.parquet.format.TimestampType
-
- setIsAdjustedToUTC(boolean) - Method in class org.apache.parquet.format.TimeType
-
- setIsAdjustedToUTCIsSet(boolean) - Method in class org.apache.parquet.format.TimestampType
-
- setIsAdjustedToUTCIsSet(boolean) - Method in class org.apache.parquet.format.TimeType
-
- setIsSigned(boolean) - Method in class org.apache.parquet.format.IntType
-
- setIsSignedIsSet(boolean) - Method in class org.apache.parquet.format.IntType
-
- setJSON(JsonType) - Method in class org.apache.parquet.format.LogicalType
-
- setKey(String) - Method in class org.apache.parquet.format.KeyValue
-
- setKey_metadata(byte[]) - Method in class org.apache.parquet.format.EncryptionWithColumnKey
-
Retrieval metadata of column encryption key *
- setKey_metadata(ByteBuffer) - Method in class org.apache.parquet.format.EncryptionWithColumnKey
-
- setKey_metadata(byte[]) - Method in class org.apache.parquet.format.FileCryptoMetaData
-
Retrieval metadata of key used for encryption of footer,
and (possibly) columns *
- setKey_metadata(ByteBuffer) - Method in class org.apache.parquet.format.FileCryptoMetaData
-
- setKey_metadataIsSet(boolean) - Method in class org.apache.parquet.format.EncryptionWithColumnKey
-
- setKey_metadataIsSet(boolean) - Method in class org.apache.parquet.format.FileCryptoMetaData
-
- 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
-
- setLIST(ListType) - Method in class org.apache.parquet.format.LogicalType
-
- setLogicalType(LogicalType) - Method in class org.apache.parquet.format.SchemaElement
-
The logical type of this SchemaElement
LogicalType replaces ConvertedType, but ConvertedType is still required
for some logical types to ensure forward-compatibility in format v1.
- setLogicalTypeIsSet(boolean) - Method in class org.apache.parquet.format.SchemaElement
-
- setMAP(MapType) - Method in class org.apache.parquet.format.LogicalType
-
- setMax(byte[]) - Method in class org.apache.parquet.format.Statistics
-
DEPRECATED: min and max value of the column.
- setMax(ByteBuffer) - Method in class org.apache.parquet.format.Statistics
-
- setMax_value(byte[]) - Method in class org.apache.parquet.format.Statistics
-
Lower and upper bound values for the column, determined by its ColumnOrder.
- setMax_value(ByteBuffer) - Method in class org.apache.parquet.format.Statistics
-
- setMax_valueIsSet(boolean) - Method in class org.apache.parquet.format.Statistics
-
- setMax_values(List<ByteBuffer>) - Method in class org.apache.parquet.format.ColumnIndex
-
- setMax_valuesIsSet(boolean) - Method in class org.apache.parquet.format.ColumnIndex
-
- 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
-
- setMICROS(MicroSeconds) - Method in class org.apache.parquet.format.TimeUnit
-
- setMILLIS(MilliSeconds) - Method in class org.apache.parquet.format.TimeUnit
-
- setMin(byte[]) - Method in class org.apache.parquet.format.Statistics
-
- setMin(ByteBuffer) - Method in class org.apache.parquet.format.Statistics
-
- setMin_value(byte[]) - Method in class org.apache.parquet.format.Statistics
-
- setMin_value(ByteBuffer) - Method in class org.apache.parquet.format.Statistics
-
- setMin_valueIsSet(boolean) - Method in class org.apache.parquet.format.Statistics
-
- setMin_values(List<ByteBuffer>) - Method in class org.apache.parquet.format.ColumnIndex
-
Two lists containing lower and upper bounds for the values of each page
determined by the ColumnOrder of the column.
- setMin_valuesIsSet(boolean) - Method in class org.apache.parquet.format.ColumnIndex
-
- setMinIsSet(boolean) - Method in class org.apache.parquet.format.Statistics
-
- setMmax(double) - Method in class org.apache.parquet.format.BoundingBox
-
- setMmaxIsSet(boolean) - Method in class org.apache.parquet.format.BoundingBox
-
- setMmin(double) - Method in class org.apache.parquet.format.BoundingBox
-
- setMminIsSet(boolean) - Method in class org.apache.parquet.format.BoundingBox
-
- 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
-
- setNANOS(NanoSeconds) - Method in class org.apache.parquet.format.TimeUnit
-
- setNull_count(long) - Method in class org.apache.parquet.format.Statistics
-
Count of null values in the column.
- setNull_countIsSet(boolean) - Method in class org.apache.parquet.format.Statistics
-
- setNull_counts(List<Long>) - Method in class org.apache.parquet.format.ColumnIndex
-
A list containing the number of null values for each page
Writers SHOULD always write this field even if no null values
are present or the column is not nullable.
- setNull_countsIsSet(boolean) - Method in class org.apache.parquet.format.ColumnIndex
-
- setNull_pages(List<Boolean>) - Method in class org.apache.parquet.format.ColumnIndex
-
A list of Boolean values to determine the validity of the corresponding
min and max values.
- setNull_pagesIsSet(boolean) - Method in class org.apache.parquet.format.ColumnIndex
-
- 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
-
- setNumBytes(int) - Method in class org.apache.parquet.format.BloomFilterHeader
-
The size of bitset in bytes *
- setNumBytesIsSet(boolean) - Method in class org.apache.parquet.format.BloomFilterHeader
-
- setNumRows(long) - Method in class org.apache.parquet.format.Util.DefaultFileMetaDataConsumer
-
- setNumRows(long) - Method in class org.apache.parquet.format.Util.FileMetaDataConsumer
-
- setOffset(long) - Method in class org.apache.parquet.format.PageLocation
-
Offset of the page in the file *
- setOffset_index_length(int) - Method in class org.apache.parquet.format.ColumnChunk
-
Size of ColumnChunk's OffsetIndex, in bytes *
- setOffset_index_lengthIsSet(boolean) - Method in class org.apache.parquet.format.ColumnChunk
-
- setOffset_index_offset(long) - Method in class org.apache.parquet.format.ColumnChunk
-
File offset of ColumnChunk's OffsetIndex *
- setOffset_index_offsetIsSet(boolean) - Method in class org.apache.parquet.format.ColumnChunk
-
- setOffsetIsSet(boolean) - Method in class org.apache.parquet.format.PageLocation
-
- setOrdinal(short) - Method in class org.apache.parquet.format.RowGroup
-
Row group ordinal in the file *
- setOrdinalIsSet(boolean) - Method in class org.apache.parquet.format.RowGroup
-
- setPage_locations(List<PageLocation>) - Method in class org.apache.parquet.format.OffsetIndex
-
PageLocations, ordered by increasing PageLocation.offset.
- setPage_locationsIsSet(boolean) - Method in class org.apache.parquet.format.OffsetIndex
-
- 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_schema(List<String>) - Method in class org.apache.parquet.format.EncryptionWithColumnKey
-
Column path in schema *
- setPath_in_schemaIsSet(boolean) - Method in class org.apache.parquet.format.ColumnMetaData
-
- setPath_in_schemaIsSet(boolean) - Method in class org.apache.parquet.format.EncryptionWithColumnKey
-
- setPrecision(int) - Method in class org.apache.parquet.format.DecimalType
-
- setPrecision(int) - Method in class org.apache.parquet.format.SchemaElement
-
- setPrecisionIsSet(boolean) - Method in class org.apache.parquet.format.DecimalType
-
- 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_level_histogram(List<Long>) - Method in class org.apache.parquet.format.SizeStatistics
-
When present, there is expected to be one element corresponding to each
repetition (i.e.
- setRepetition_level_histogramIsSet(boolean) - Method in class org.apache.parquet.format.SizeStatistics
-
- setRepetition_level_histograms(List<Long>) - Method in class org.apache.parquet.format.ColumnIndex
-
Contains repetition level histograms for each page
concatenated together.
- setRepetition_level_histogramsIsSet(boolean) - Method in class org.apache.parquet.format.ColumnIndex
-
- setRepetition_levels_byte_length(int) - Method in class org.apache.parquet.format.DataPageHeaderV2
-
Length of the repetition 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.DecimalType
-
- setScale(int) - Method in class org.apache.parquet.format.SchemaElement
-
DEPRECATED: Used when this column contains decimal data.
- setScaleIsSet(boolean) - Method in class org.apache.parquet.format.DecimalType
-
- 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
-
- setSize_statistics(SizeStatistics) - Method in class org.apache.parquet.format.ColumnMetaData
-
Optional statistics to help estimate total memory when converted to in-memory
representations.
- setSize_statisticsIsSet(boolean) - Method in class org.apache.parquet.format.ColumnMetaData
-
- 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
-
- setSpecification_version(byte) - Method in class org.apache.parquet.format.VariantType
-
- setSpecification_versionIsSet(boolean) - Method in class org.apache.parquet.format.VariantType
-
- 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 the data in this page *
- 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
-
- setSTRING(StringType) - Method in class org.apache.parquet.format.LogicalType
-
- setSupply_aad_prefix(boolean) - Method in class org.apache.parquet.format.AesGcmCtrV1
-
In files encrypted with AAD prefix without storing it,
readers must supply the prefix *
- setSupply_aad_prefix(boolean) - Method in class org.apache.parquet.format.AesGcmV1
-
In files encrypted with AAD prefix without storing it,
readers must supply the prefix *
- setSupply_aad_prefixIsSet(boolean) - Method in class org.apache.parquet.format.AesGcmCtrV1
-
- setSupply_aad_prefixIsSet(boolean) - Method in class org.apache.parquet.format.AesGcmV1
-
- setTIME(TimeType) - Method in class org.apache.parquet.format.LogicalType
-
- setTIMESTAMP(TimestampType) - Method in class org.apache.parquet.format.LogicalType
-
- 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, and potentially encrypted, pages
in this column chunk (including the headers) *
- setTotal_compressed_size(long) - Method in class org.apache.parquet.format.RowGroup
-
Total byte size of all compressed (and potentially encrypted) column data
in this row group *
- setTotal_compressed_sizeIsSet(boolean) - Method in class org.apache.parquet.format.ColumnMetaData
-
- setTotal_compressed_sizeIsSet(boolean) - Method in class org.apache.parquet.format.RowGroup
-
- 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 values.
- setType_lengthIsSet(boolean) - Method in class org.apache.parquet.format.SchemaElement
-
- setTYPE_ORDER(TypeDefinedOrder) - Method in class org.apache.parquet.format.ColumnOrder
-
The sort orders for logical types are:
UTF8 - unsigned byte-wise comparison
INT8 - signed comparison
INT16 - signed comparison
INT32 - signed comparison
INT64 - signed comparison
UINT8 - unsigned comparison
UINT16 - unsigned comparison
UINT32 - unsigned comparison
UINT64 - unsigned comparison
DECIMAL - signed comparison of the represented value
DATE - signed comparison
FLOAT16 - signed comparison of the represented value (*)
TIME_MILLIS - signed comparison
TIME_MICROS - signed comparison
TIMESTAMP_MILLIS - signed comparison
TIMESTAMP_MICROS - signed comparison
INTERVAL - undefined
JSON - unsigned byte-wise comparison
BSON - unsigned byte-wise comparison
ENUM - unsigned byte-wise comparison
LIST - undefined
MAP - undefined
VARIANT - undefined
GEOMETRY - undefined
GEOGRAPHY - undefined
In the absence of logical types, the sort order is determined by the physical type:
BOOLEAN - false, true
INT32 - signed comparison
INT64 - signed comparison
INT96 (only used for legacy timestamps) - undefined(+)
FLOAT - signed comparison of the represented value (*)
DOUBLE - signed comparison of the represented value (*)
BYTE_ARRAY - unsigned byte-wise comparison
FIXED_LEN_BYTE_ARRAY - unsigned byte-wise comparison
(+) While the INT96 type has been deprecated, at the time of writing it is
still used in many legacy systems.
- 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(Uncompressed) - Method in class org.apache.parquet.format.BloomFilterCompression
-
- 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
-
- setUnencoded_byte_array_data_bytes(List<Long>) - Method in class org.apache.parquet.format.OffsetIndex
-
Unencoded/uncompressed size for BYTE_ARRAY types.
- setUnencoded_byte_array_data_bytes(long) - Method in class org.apache.parquet.format.SizeStatistics
-
The number of physical bytes stored for BYTE_ARRAY data values assuming
no encoding.
- setUnencoded_byte_array_data_bytesIsSet(boolean) - Method in class org.apache.parquet.format.OffsetIndex
-
- setUnencoded_byte_array_data_bytesIsSet(boolean) - Method in class org.apache.parquet.format.SizeStatistics
-
- setUnit(TimeUnit) - Method in class org.apache.parquet.format.TimestampType
-
- setUnit(TimeUnit) - Method in class org.apache.parquet.format.TimeType
-
- setUnitIsSet(boolean) - Method in class org.apache.parquet.format.TimestampType
-
- setUnitIsSet(boolean) - Method in class org.apache.parquet.format.TimeType
-
- setUNKNOWN(NullType) - Method in class org.apache.parquet.format.LogicalType
-
- setUUID(UUIDType) - Method in class org.apache.parquet.format.LogicalType
-
- setValue(String) - Method in class org.apache.parquet.format.KeyValue
-
- setValueIsSet(boolean) - Method in class org.apache.parquet.format.KeyValue
-
- setVARIANT(VariantType) - Method in class org.apache.parquet.format.LogicalType
-
- 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
-
- setXmax(double) - Method in class org.apache.parquet.format.BoundingBox
-
- setXmaxIsSet(boolean) - Method in class org.apache.parquet.format.BoundingBox
-
- setXmin(double) - Method in class org.apache.parquet.format.BoundingBox
-
- setXminIsSet(boolean) - Method in class org.apache.parquet.format.BoundingBox
-
- setXXHASH(XxHash) - Method in class org.apache.parquet.format.BloomFilterHash
-
xxHash Strategy.
- setYmax(double) - Method in class org.apache.parquet.format.BoundingBox
-
- setYmaxIsSet(boolean) - Method in class org.apache.parquet.format.BoundingBox
-
- setYmin(double) - Method in class org.apache.parquet.format.BoundingBox
-
- setYminIsSet(boolean) - Method in class org.apache.parquet.format.BoundingBox
-
- setZmax(double) - Method in class org.apache.parquet.format.BoundingBox
-
- setZmaxIsSet(boolean) - Method in class org.apache.parquet.format.BoundingBox
-
- setZmin(double) - Method in class org.apache.parquet.format.BoundingBox
-
- setZminIsSet(boolean) - Method in class org.apache.parquet.format.BoundingBox
-
- size_statistics - Variable in class org.apache.parquet.format.ColumnMetaData
-
Optional statistics to help estimate total memory when converted to in-memory
representations.
- SizeStatistics - Class in org.apache.parquet.format
-
A structure for capturing metadata for estimating the unencoded,
uncompressed size of data written.
- SizeStatistics() - Constructor for class org.apache.parquet.format.SizeStatistics
-
- SizeStatistics(SizeStatistics) - Constructor for class org.apache.parquet.format.SizeStatistics
-
Performs a deep copy on other.
- SizeStatistics._Fields - Enum in org.apache.parquet.format
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- 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
-
Sort order within a RowGroup of a leaf column
- 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.
- specification_version - Variable in class org.apache.parquet.format.VariantType
-
- SplitBlockAlgorithm - Class in org.apache.parquet.format
-
Block-based algorithm type annotation.
- SplitBlockAlgorithm() - Constructor for class org.apache.parquet.format.SplitBlockAlgorithm
-
- SplitBlockAlgorithm(SplitBlockAlgorithm) - Constructor for class org.apache.parquet.format.SplitBlockAlgorithm
-
Performs a deep copy on other.
- SplitBlockAlgorithm._Fields - Enum in org.apache.parquet.format
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- standardSchemeReadValue(TProtocol, TField) - Method in class org.apache.parquet.format.BloomFilterAlgorithm
-
- standardSchemeReadValue(TProtocol, TField) - Method in class org.apache.parquet.format.BloomFilterCompression
-
- standardSchemeReadValue(TProtocol, TField) - Method in class org.apache.parquet.format.BloomFilterHash
-
- standardSchemeReadValue(TProtocol, TField) - Method in class org.apache.parquet.format.ColumnCryptoMetaData
-
- standardSchemeReadValue(TProtocol, TField) - Method in class org.apache.parquet.format.ColumnOrder
-
- standardSchemeReadValue(TProtocol, TField) - Method in class org.apache.parquet.format.EncryptionAlgorithm
-
- standardSchemeReadValue(TProtocol, TField) - Method in class org.apache.parquet.format.LogicalType
-
- standardSchemeReadValue(TProtocol, TField) - Method in class org.apache.parquet.format.TimeUnit
-
- standardSchemeWriteValue(TProtocol) - Method in class org.apache.parquet.format.BloomFilterAlgorithm
-
- standardSchemeWriteValue(TProtocol) - Method in class org.apache.parquet.format.BloomFilterCompression
-
- standardSchemeWriteValue(TProtocol) - Method in class org.apache.parquet.format.BloomFilterHash
-
- standardSchemeWriteValue(TProtocol) - Method in class org.apache.parquet.format.ColumnCryptoMetaData
-
- standardSchemeWriteValue(TProtocol) - Method in class org.apache.parquet.format.ColumnOrder
-
- standardSchemeWriteValue(TProtocol) - Method in class org.apache.parquet.format.EncryptionAlgorithm
-
- standardSchemeWriteValue(TProtocol) - Method in class org.apache.parquet.format.LogicalType
-
- standardSchemeWriteValue(TProtocol) - Method in class org.apache.parquet.format.TimeUnit
-
- 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 the data in this page *
- 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.
- STRING(StringType) - Static method in class org.apache.parquet.format.LogicalType
-
- StringConsumer() - Constructor for class org.apache.parquet.format.event.TypedConsumer.StringConsumer
-
- StringType - Class in org.apache.parquet.format
-
Empty structs to use as logical type annotations
- StringType() - Constructor for class org.apache.parquet.format.StringType
-
- StringType(StringType) - Constructor for class org.apache.parquet.format.StringType
-
Performs a deep copy on other.
- StringType._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
-
- StructConsumer() - Constructor for class org.apache.parquet.format.event.TypedConsumer.StructConsumer
-
- supply_aad_prefix - Variable in class org.apache.parquet.format.AesGcmCtrV1
-
In files encrypted with AAD prefix without storing it,
readers must supply the prefix *
- supply_aad_prefix - Variable in class org.apache.parquet.format.AesGcmV1
-
In files encrypted with AAD prefix without storing it,
readers must supply the prefix *
- validate() - Method in class org.apache.parquet.format.AesGcmCtrV1
-
- validate() - Method in class org.apache.parquet.format.AesGcmV1
-
- validate() - Method in class org.apache.parquet.format.BloomFilterHeader
-
- validate() - Method in class org.apache.parquet.format.BoundingBox
-
- validate() - Method in class org.apache.parquet.format.BsonType
-
- validate() - Method in class org.apache.parquet.format.ColumnChunk
-
- validate() - Method in class org.apache.parquet.format.ColumnIndex
-
- 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.DateType
-
- validate() - Method in class org.apache.parquet.format.DecimalType
-
- validate() - Method in class org.apache.parquet.format.DictionaryPageHeader
-
- validate() - Method in class org.apache.parquet.format.EncryptionWithColumnKey
-
- validate() - Method in class org.apache.parquet.format.EncryptionWithFooterKey
-
- validate() - Method in class org.apache.parquet.format.EnumType
-
- validate() - Method in class org.apache.parquet.format.FileCryptoMetaData
-
- validate() - Method in class org.apache.parquet.format.FileMetaData
-
- validate() - Method in class org.apache.parquet.format.Float16Type
-
- validate() - Method in class org.apache.parquet.format.GeographyType
-
- validate() - Method in class org.apache.parquet.format.GeometryType
-
- validate() - Method in class org.apache.parquet.format.GeospatialStatistics
-
- validate() - Method in class org.apache.parquet.format.IndexPageHeader
-
- validate() - Method in class org.apache.parquet.format.IntType
-
- validate() - Method in class org.apache.parquet.format.JsonType
-
- validate() - Method in class org.apache.parquet.format.KeyValue
-
- validate() - Method in class org.apache.parquet.format.ListType
-
- validate() - Method in class org.apache.parquet.format.MapType
-
- validate() - Method in class org.apache.parquet.format.MicroSeconds
-
- validate() - Method in class org.apache.parquet.format.MilliSeconds
-
- validate() - Method in class org.apache.parquet.format.NanoSeconds
-
- validate() - Method in class org.apache.parquet.format.NullType
-
- validate() - Method in class org.apache.parquet.format.OffsetIndex
-
- 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.PageLocation
-
- 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.SizeStatistics
-
- validate() - Method in class org.apache.parquet.format.SortingColumn
-
- validate() - Method in class org.apache.parquet.format.SplitBlockAlgorithm
-
- validate() - Method in class org.apache.parquet.format.Statistics
-
- validate() - Method in class org.apache.parquet.format.StringType
-
- validate() - Method in class org.apache.parquet.format.TimestampType
-
- validate() - Method in class org.apache.parquet.format.TimeType
-
- validate() - Method in class org.apache.parquet.format.TypeDefinedOrder
-
- validate() - Method in class org.apache.parquet.format.Uncompressed
-
- validate() - Method in class org.apache.parquet.format.UUIDType
-
- validate() - Method in class org.apache.parquet.format.VariantType
-
- validate() - Method in class org.apache.parquet.format.XxHash
-
- value - Variable in class org.apache.parquet.format.KeyValue
-
- valueOf(String) - Static method in enum org.apache.parquet.format.AesGcmCtrV1._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.AesGcmV1._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.BloomFilterAlgorithm._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.BloomFilterCompression._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.BloomFilterHash._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.BloomFilterHeader._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.BoundaryOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.BoundingBox._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.BsonType._Fields
-
Returns the enum constant of this type with the specified name.
- 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.ColumnCryptoMetaData._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.ColumnIndex._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.ColumnOrder._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.DateType._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.DecimalType._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.EdgeInterpolationAlgorithm
-
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.EncryptionAlgorithm._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.EncryptionWithColumnKey._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.EncryptionWithFooterKey._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.EnumType._Fields
-
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.FileCryptoMetaData._Fields
-
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.Float16Type._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.GeographyType._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.GeometryType._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.GeospatialStatistics._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.IntType._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.JsonType._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.ListType._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.LogicalType._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.MapType._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.MicroSeconds._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.MilliSeconds._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.NanoSeconds._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.NullType._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.OffsetIndex._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.PageLocation._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.SizeStatistics._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.SplitBlockAlgorithm._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.StringType._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.TimestampType._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.TimeType._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.TimeUnit._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.
- valueOf(String) - Static method in enum org.apache.parquet.format.TypeDefinedOrder._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.Uncompressed._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.UUIDType._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.VariantType._Fields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.format.XxHash._Fields
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.parquet.format.AesGcmCtrV1._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.AesGcmV1._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.BloomFilterAlgorithm._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.BloomFilterCompression._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.BloomFilterHash._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.BloomFilterHeader._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.BoundaryOrder
-
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.BoundingBox._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.BsonType._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.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.ColumnCryptoMetaData._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.ColumnIndex._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.ColumnOrder._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.DateType._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.DecimalType._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.EdgeInterpolationAlgorithm
-
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.EncryptionAlgorithm._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.EncryptionWithColumnKey._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.EncryptionWithFooterKey._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.EnumType._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.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.FileCryptoMetaData._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.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.Float16Type._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.GeographyType._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.GeometryType._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.GeospatialStatistics._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.IntType._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.JsonType._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.ListType._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.LogicalType._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.MapType._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.MicroSeconds._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.MilliSeconds._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.NanoSeconds._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.NullType._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.OffsetIndex._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.PageLocation._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.SizeStatistics._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.SplitBlockAlgorithm._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.StringType._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.TimestampType._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.TimeType._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.TimeUnit._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.
- values() - Static method in enum org.apache.parquet.format.TypeDefinedOrder._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.Uncompressed._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.UUIDType._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.VariantType._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.XxHash._Fields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VARIANT(VariantType) - Static method in class org.apache.parquet.format.LogicalType
-
- VARIANT(byte) - Static method in class org.apache.parquet.format.LogicalTypes
-
- VariantType - Class in org.apache.parquet.format
-
Embedded Variant logical type annotation
- VariantType() - Constructor for class org.apache.parquet.format.VariantType
-
- VariantType(VariantType) - Constructor for class org.apache.parquet.format.VariantType
-
Performs a deep copy on other.
- VariantType._Fields - Enum in org.apache.parquet.format
-
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
- version - Variable in class org.apache.parquet.format.FileMetaData
-
Version of this file *