- CACHE_LIFETIME_DEFAULT_SECONDS - Static variable in class org.apache.parquet.crypto.keytools.KeyToolkit
-
- CACHE_LIFETIME_PROPERTY_NAME - Static variable in class org.apache.parquet.crypto.keytools.KeyToolkit
-
Lifetime of cached entities (key encryption keys, local wrapping keys, KMS client objects).
- canDrop(FilterPredicate, List<ColumnChunkMetaData>, BloomFilterReader) - Static method in class org.apache.parquet.filter2.bloomfilterlevel.BloomFilterImpl
-
- canDrop(FilterPredicate, List<ColumnChunkMetaData>, DictionaryPageReadStore) - Static method in class org.apache.parquet.filter2.dictionarylevel.DictionaryFilter
-
- canDrop(FilterPredicate, List<ColumnChunkMetaData>) - Static method in class org.apache.parquet.filter2.statisticslevel.StatisticsFilter
-
- checkContractViolations(InputFile) - Static method in class org.apache.parquet.hadoop.ColumnIndexValidator
-
- checkFooterIntegrity() - Method in class org.apache.parquet.crypto.FileDecryptionProperties
-
- checkFooterIntegrity() - Method in class org.apache.parquet.crypto.InternalFileDecryptor
-
- CHUNK_LENGTH - Static variable in class org.apache.parquet.crypto.AesCipher
-
- cipher - Variable in class org.apache.parquet.crypto.AesCipher
-
- cleanDirectBuffer(ByteBuffer) - Static method in class org.apache.parquet.hadoop.codec.CleanUtil
-
- CleanUtil - Class in org.apache.parquet.hadoop.codec
-
A Helper class which use reflections to clean up DirectBuffer.
- close() - Method in class org.apache.parquet.hadoop.codec.ZstdCompressorStream
-
- close() - Method in class org.apache.parquet.hadoop.ParquetFileReader
-
- close() - Method in class org.apache.parquet.hadoop.ParquetReader
-
- close() - Method in class org.apache.parquet.hadoop.ParquetRecordReader
- close(TaskAttemptContext) - Method in class org.apache.parquet.hadoop.ParquetRecordWriter
- close() - Method in class org.apache.parquet.hadoop.ParquetWriter
-
- close() - Method in class org.apache.parquet.hadoop.util.HadoopPositionOutputStream
-
- CODEC_BY_NAME - Static variable in class org.apache.parquet.hadoop.CodecFactory
-
- CodecConfig - Class in org.apache.parquet.hadoop.codec
-
- CodecConfig() - Constructor for class org.apache.parquet.hadoop.codec.CodecConfig
-
- CodecFactory - Class in org.apache.parquet.hadoop
-
- CodecFactory(Configuration, int) - Constructor for class org.apache.parquet.hadoop.CodecFactory
-
Create a new codec factory.
- codecFactory - Variable in class org.apache.parquet.ParquetReadOptions.Builder
-
- CodecFactory.BytesCompressor - Class in org.apache.parquet.hadoop
-
- CodecFactory.BytesDecompressor - Class in org.apache.parquet.hadoop
-
- COLUMN_INDEX_FILTERING_ENABLED - Static variable in class org.apache.parquet.hadoop.ParquetInputFormat
-
key to configure whether column index filtering of pages is enabled
- COLUMN_INDEX_TRUNCATE_LENGTH - Static variable in class org.apache.parquet.hadoop.ParquetOutputFormat
-
- COLUMN_KEYS_PROPERTY_NAME - Static variable in class org.apache.parquet.crypto.keytools.PropertiesDrivenCryptoFactory
-
List of columns to encrypt, with master key IDs (see HIVE-21848).
- ColumnChunkMetaData - Class in org.apache.parquet.hadoop.metadata
-
Column meta data for a block stored in the file footer and passed in the InputSplit
- ColumnChunkMetaData(ColumnChunkProperties) - Constructor for class org.apache.parquet.hadoop.metadata.ColumnChunkMetaData
-
- ColumnChunkMetaData(EncodingStats, ColumnChunkProperties) - Constructor for class org.apache.parquet.hadoop.metadata.ColumnChunkMetaData
-
- ColumnChunkProperties - Class in org.apache.parquet.hadoop.metadata
-
- ColumnDecryptionProperties - Class in org.apache.parquet.crypto
-
This class is only required for setting explicit column decryption keys -
to override key retriever (or to provide keys when key metadata and/or
key retriever are not available)
- ColumnDecryptionProperties.Builder - Class in org.apache.parquet.crypto
-
- ColumnEncryptionProperties - Class in org.apache.parquet.crypto
-
- ColumnEncryptionProperties.Builder - Class in org.apache.parquet.crypto
-
- ColumnIndexValidator - Class in org.apache.parquet.hadoop
-
- ColumnIndexValidator() - Constructor for class org.apache.parquet.hadoop.ColumnIndexValidator
-
- ColumnIndexValidator.Contract - Enum in org.apache.parquet.hadoop
-
- ColumnIndexValidator.ContractViolation - Class in org.apache.parquet.hadoop
-
- commitJob(JobContext) - Method in class org.apache.parquet.hadoop.mapred.MapredParquetOutputCommitter
-
- commitJob(JobContext) - Method in class org.apache.parquet.hadoop.ParquetOutputCommitter
-
- compress(byte[], int, int) - Method in class org.apache.parquet.hadoop.codec.SnappyCompressor
-
Fills specified buffer with compressed data.
- compress(BytesInput) - Method in class org.apache.parquet.hadoop.CodecFactory.BytesCompressor
-
Deprecated.
- COMPRESSION - Static variable in class org.apache.parquet.hadoop.ParquetOutputFormat
-
- CompressionConverter - Class in org.apache.parquet.hadoop.util
-
- CompressionConverter() - Constructor for class org.apache.parquet.hadoop.util.CompressionConverter
-
- CompressionConverter.TransParquetFileReader - Class in org.apache.parquet.hadoop.util
-
- conf - Variable in class org.apache.parquet.hadoop.ParquetReader.Builder
-
- config(String, String) - Method in class org.apache.parquet.hadoop.ParquetWriter.Builder
-
Set a property that will be available to the read path.
- configuration - Variable in class org.apache.parquet.hadoop.CodecFactory
-
- ConfigurationUtil - Class in org.apache.parquet.hadoop.util
-
- ConfigurationUtil() - Constructor for class org.apache.parquet.hadoop.util.ConfigurationUtil
-
- Container<T> - Class in org.apache.parquet.hadoop.mapred
-
A simple container of objects that you can get and set.
- Container() - Constructor for class org.apache.parquet.hadoop.mapred.Container
-
- ContextUtil - Class in org.apache.parquet.hadoop.util
-
Utility methods to allow applications to deal with inconsistencies between
MapReduce Context Objects API between hadoop-0.20 and later versions.
- ContextUtil() - Constructor for class org.apache.parquet.hadoop.util.ContextUtil
-
- ContractViolation(ColumnIndexValidator.Contract, String, String, int, int, ColumnPath, int) - Constructor for class org.apache.parquet.hadoop.ColumnIndexValidator.ContractViolation
-
- convertEncodingStats(List<PageEncodingStats>) - Method in class org.apache.parquet.format.converter.ParquetMetadataConverter
-
- convertEncodingStats(EncodingStats) - Method in class org.apache.parquet.format.converter.ParquetMetadataConverter
-
- copy(ParquetReadOptions) - Method in class org.apache.parquet.ParquetReadOptions.Builder
-
- CounterLoader - Interface in org.apache.parquet.hadoop.util.counters
-
Factory interface for CounterLoaders, will load the counter according to groupName, counterName,
and if in the configuration, flag with name counterFlag is false, the counter will not be loaded
- create(long) - Method in class org.apache.parquet.hadoop.util.HadoopOutputFile
-
- createCompressor() - Method in class org.apache.parquet.hadoop.codec.SnappyCodec
-
- createCompressor() - Method in class org.apache.parquet.hadoop.codec.ZstandardCodec
-
- createCompressor(CompressionCodecName) - Method in class org.apache.parquet.hadoop.CodecFactory
-
- createDecompressor() - Method in class org.apache.parquet.hadoop.codec.SnappyCodec
-
- createDecompressor() - Method in class org.apache.parquet.hadoop.codec.ZstandardCodec
-
- createDecompressor(CompressionCodecName) - Method in class org.apache.parquet.hadoop.CodecFactory
-
- createDirectCodecFactory(Configuration, ByteBufferAllocator, int) - Static method in class org.apache.parquet.hadoop.CodecFactory
-
Create a codec factory that will provide compressors and decompressors
that will work natively with ByteBuffers backed by direct memory.
- createFooterAAD(byte[]) - Static method in class org.apache.parquet.crypto.AesCipher
-
- createInputStream(InputStream) - Method in class org.apache.parquet.hadoop.codec.SnappyCodec
-
- createInputStream(InputStream, Decompressor) - Method in class org.apache.parquet.hadoop.codec.SnappyCodec
-
- createInputStream(InputStream, Decompressor) - Method in class org.apache.parquet.hadoop.codec.ZstandardCodec
-
- createInputStream(InputStream) - Method in class org.apache.parquet.hadoop.codec.ZstandardCodec
-
- createModuleAAD(byte[], ModuleCipherFactory.ModuleType, int, int, int) - Static method in class org.apache.parquet.crypto.AesCipher
-
- createOrOverwrite(long) - Method in class org.apache.parquet.hadoop.util.HadoopOutputFile
-
- createOutputStream(OutputStream) - Method in class org.apache.parquet.hadoop.codec.SnappyCodec
-
- createOutputStream(OutputStream, Compressor) - Method in class org.apache.parquet.hadoop.codec.SnappyCodec
-
- createOutputStream(OutputStream, Compressor) - Method in class org.apache.parquet.hadoop.codec.ZstandardCodec
-
- createOutputStream(OutputStream) - Method in class org.apache.parquet.hadoop.codec.ZstandardCodec
-
- createRecordReader(InputSplit, TaskAttemptContext) - Method in class org.apache.parquet.hadoop.ParquetInputFormat
- createSignedFooterEncryptor() - Method in class org.apache.parquet.crypto.InternalFileDecryptor
-
- CRYPTO_FACTORY_CLASS_PROPERTY_NAME - Static variable in interface org.apache.parquet.crypto.DecryptionPropertiesFactory
-
- CRYPTO_FACTORY_CLASS_PROPERTY_NAME - Static variable in interface org.apache.parquet.crypto.EncryptionPropertiesFactory
-
- CTR_IV_LENGTH - Static variable in class org.apache.parquet.crypto.AesCipher
-
- CURRENT_VERSION - Static variable in class org.apache.parquet.hadoop.ParquetFileWriter
-
- PAGE_ROW_COUNT_LIMIT - Static variable in class org.apache.parquet.hadoop.ParquetOutputFormat
-
- PAGE_SIZE - Static variable in class org.apache.parquet.hadoop.ParquetOutputFormat
-
- PAGE_VERIFY_CHECKSUM_ENABLED - Static variable in class org.apache.parquet.hadoop.ParquetInputFormat
-
key to configure whether page level checksum verification is enabled
- PAGE_WRITE_CHECKSUM_ENABLED - Static variable in class org.apache.parquet.hadoop.ParquetOutputFormat
-
- pageSize - Variable in class org.apache.parquet.hadoop.CodecFactory
-
- PARQUET_COMMON_METADATA_FILE - Static variable in class org.apache.parquet.hadoop.ParquetFileWriter
-
- PARQUET_COMPRESS_ZSTD_LEVEL - Static variable in class org.apache.parquet.hadoop.codec.ZstandardCodec
-
- PARQUET_COMPRESS_ZSTD_WORKERS - Static variable in class org.apache.parquet.hadoop.codec.ZstandardCodec
-
- PARQUET_EXAMPLE_SCHEMA - Static variable in class org.apache.parquet.hadoop.example.GroupWriteSupport
-
- PARQUET_METADATA_FILE - Static variable in class org.apache.parquet.hadoop.ParquetFileWriter
-
- PARQUET_READ_PARALLELISM - Static variable in class org.apache.parquet.hadoop.ParquetFileReader
-
- PARQUET_READ_SCHEMA - Static variable in class org.apache.parquet.hadoop.api.ReadSupport
-
configuration key for a parquet read projection schema
- ParquetCipher - Enum in org.apache.parquet.crypto
-
- ParquetCryptoRuntimeException - Exception in org.apache.parquet.crypto
-
Thrown upon encryption or decryption operation problem
- ParquetCryptoRuntimeException() - Constructor for exception org.apache.parquet.crypto.ParquetCryptoRuntimeException
-
- ParquetCryptoRuntimeException(String, Throwable) - Constructor for exception org.apache.parquet.crypto.ParquetCryptoRuntimeException
-
- ParquetCryptoRuntimeException(String) - Constructor for exception org.apache.parquet.crypto.ParquetCryptoRuntimeException
-
- ParquetCryptoRuntimeException(Throwable) - Constructor for exception org.apache.parquet.crypto.ParquetCryptoRuntimeException
-
- ParquetFileReader - Class in org.apache.parquet.hadoop
-
Internal implementation of the Parquet file reader as a block container
- ParquetFileReader(Configuration, Path, List<BlockMetaData>, List<ColumnDescriptor>) - Constructor for class org.apache.parquet.hadoop.ParquetFileReader
-
- ParquetFileReader(Configuration, FileMetaData, Path, List<BlockMetaData>, List<ColumnDescriptor>) - Constructor for class org.apache.parquet.hadoop.ParquetFileReader
-
- ParquetFileReader(Configuration, Path, ParquetMetadataConverter.MetadataFilter) - Constructor for class org.apache.parquet.hadoop.ParquetFileReader
-
- ParquetFileReader(Configuration, Path, ParquetMetadata) - Constructor for class org.apache.parquet.hadoop.ParquetFileReader
-
- ParquetFileReader(InputFile, ParquetReadOptions) - Constructor for class org.apache.parquet.hadoop.ParquetFileReader
-
- ParquetFileWriter - Class in org.apache.parquet.hadoop
-
Internal implementation of the Parquet file writer as a block container
- ParquetFileWriter(Configuration, MessageType, Path) - Constructor for class org.apache.parquet.hadoop.ParquetFileWriter
-
- ParquetFileWriter(Configuration, MessageType, Path, ParquetFileWriter.Mode) - Constructor for class org.apache.parquet.hadoop.ParquetFileWriter
-
- ParquetFileWriter(Configuration, MessageType, Path, ParquetFileWriter.Mode, long, int) - Constructor for class org.apache.parquet.hadoop.ParquetFileWriter
-
- ParquetFileWriter(OutputFile, MessageType, ParquetFileWriter.Mode, long, int) - Constructor for class org.apache.parquet.hadoop.ParquetFileWriter
-
- ParquetFileWriter(OutputFile, MessageType, ParquetFileWriter.Mode, long, int, int, int, boolean) - Constructor for class org.apache.parquet.hadoop.ParquetFileWriter
-
- ParquetFileWriter(OutputFile, MessageType, ParquetFileWriter.Mode, long, int, int, int, boolean, FileEncryptionProperties) - Constructor for class org.apache.parquet.hadoop.ParquetFileWriter
-
- ParquetFileWriter.Mode - Enum in org.apache.parquet.hadoop
-
- ParquetInputFormat<T> - Class in org.apache.parquet.hadoop
-
The input format to read a Parquet file.
- ParquetInputFormat() - Constructor for class org.apache.parquet.hadoop.ParquetInputFormat
-
Hadoop will instantiate using this constructor
- ParquetInputFormat(Class<S>) - Constructor for class org.apache.parquet.hadoop.ParquetInputFormat
-
Constructor for subclasses, such as AvroParquetInputFormat, or wrappers.
- ParquetInputSplit - Class in org.apache.parquet.hadoop
-
- ParquetInputSplit() - Constructor for class org.apache.parquet.hadoop.ParquetInputSplit
-
Deprecated.
Writables must have a parameterless constructor
- ParquetInputSplit(Path, long, long, String[], List<BlockMetaData>, String, String, Map<String, String>, Map<String, String>) - Constructor for class org.apache.parquet.hadoop.ParquetInputSplit
-
Deprecated.
- ParquetInputSplit(Path, long, long, long, String[], long[]) - Constructor for class org.apache.parquet.hadoop.ParquetInputSplit
-
Deprecated.
- ParquetMetadata - Class in org.apache.parquet.hadoop.metadata
-
Meta Data block stored in the footer of the file
contains file level (Codec, Schema, ...) and block level (location, columns, record count, ...) meta data
- ParquetMetadata(FileMetaData, List<BlockMetaData>) - Constructor for class org.apache.parquet.hadoop.metadata.ParquetMetadata
-
- ParquetMetadataConverter - Class in org.apache.parquet.format.converter
-
- ParquetMetadataConverter() - Constructor for class org.apache.parquet.format.converter.ParquetMetadataConverter
-
- ParquetMetadataConverter(int) - Constructor for class org.apache.parquet.format.converter.ParquetMetadataConverter
-
- ParquetMetadataConverter(Configuration) - Constructor for class org.apache.parquet.format.converter.ParquetMetadataConverter
-
- ParquetMetadataConverter(ParquetReadOptions) - Constructor for class org.apache.parquet.format.converter.ParquetMetadataConverter
-
- ParquetMetadataConverter.MetadataFilter - Class in org.apache.parquet.format.converter
-
- ParquetOutputCommitter - Class in org.apache.parquet.hadoop
-
- ParquetOutputCommitter(Path, TaskAttemptContext) - Constructor for class org.apache.parquet.hadoop.ParquetOutputCommitter
-
- ParquetOutputFormat<T> - Class in org.apache.parquet.hadoop
-
OutputFormat to write to a Parquet file
It requires a
WriteSupport to convert the actual records to the underlying format.
- ParquetOutputFormat(S) - Constructor for class org.apache.parquet.hadoop.ParquetOutputFormat
-
constructor used when this OutputFormat in wrapped in another one (In Pig for example)
- ParquetOutputFormat() - Constructor for class org.apache.parquet.hadoop.ParquetOutputFormat
-
used when directly using the output format and configuring the write support implementation
using parquet.write.support.class
- ParquetOutputFormat.JobSummaryLevel - Enum in org.apache.parquet.hadoop
-
- ParquetReader<T> - Class in org.apache.parquet.hadoop
-
Read records from a Parquet file.
- ParquetReader(Path, ReadSupport<T>) - Constructor for class org.apache.parquet.hadoop.ParquetReader
-
- ParquetReader(Configuration, Path, ReadSupport<T>) - Constructor for class org.apache.parquet.hadoop.ParquetReader
-
- ParquetReader(Path, ReadSupport<T>, UnboundRecordFilter) - Constructor for class org.apache.parquet.hadoop.ParquetReader
-
- ParquetReader(Configuration, Path, ReadSupport<T>, UnboundRecordFilter) - Constructor for class org.apache.parquet.hadoop.ParquetReader
-
- ParquetReader.Builder<T> - Class in org.apache.parquet.hadoop
-
- ParquetReadOptions - Class in org.apache.parquet
-
- ParquetReadOptions.Builder - Class in org.apache.parquet
-
- ParquetRecordReader<T> - Class in org.apache.parquet.hadoop
-
Reads the records from a block of a Parquet file
- ParquetRecordReader(ReadSupport<T>) - Constructor for class org.apache.parquet.hadoop.ParquetRecordReader
-
- ParquetRecordReader(ReadSupport<T>, FilterCompat.Filter) - Constructor for class org.apache.parquet.hadoop.ParquetRecordReader
-
- ParquetRecordReader(ReadSupport<T>, UnboundRecordFilter) - Constructor for class org.apache.parquet.hadoop.ParquetRecordReader
-
- ParquetRecordWriter<T> - Class in org.apache.parquet.hadoop
-
Writes records to a Parquet file
- ParquetRecordWriter(ParquetFileWriter, WriteSupport<T>, MessageType, Map<String, String>, int, int, CodecFactory.BytesCompressor, int, boolean, boolean, ParquetProperties.WriterVersion) - Constructor for class org.apache.parquet.hadoop.ParquetRecordWriter
-
Deprecated.
- ParquetRecordWriter(ParquetFileWriter, WriteSupport<T>, MessageType, Map<String, String>, long, int, CodecFactory.BytesCompressor, int, boolean, boolean, ParquetProperties.WriterVersion, MemoryManager) - Constructor for class org.apache.parquet.hadoop.ParquetRecordWriter
-
Deprecated.
- ParquetWriter<T> - Class in org.apache.parquet.hadoop
-
Write records to a Parquet file.
- ParquetWriter(Path, WriteSupport<T>, CompressionCodecName, int, int) - Constructor for class org.apache.parquet.hadoop.ParquetWriter
-
- ParquetWriter(Path, WriteSupport<T>, CompressionCodecName, int, int, boolean, boolean) - Constructor for class org.apache.parquet.hadoop.ParquetWriter
-
- ParquetWriter(Path, WriteSupport<T>, CompressionCodecName, int, int, int, boolean, boolean) - Constructor for class org.apache.parquet.hadoop.ParquetWriter
-
- ParquetWriter(Path, WriteSupport<T>, CompressionCodecName, int, int, int, boolean, boolean, ParquetProperties.WriterVersion) - Constructor for class org.apache.parquet.hadoop.ParquetWriter
-
- ParquetWriter(Path, WriteSupport<T>, CompressionCodecName, int, int, int, boolean, boolean, ParquetProperties.WriterVersion, Configuration) - Constructor for class org.apache.parquet.hadoop.ParquetWriter
-
- ParquetWriter(Path, ParquetFileWriter.Mode, WriteSupport<T>, CompressionCodecName, int, int, int, boolean, boolean, ParquetProperties.WriterVersion, Configuration) - Constructor for class org.apache.parquet.hadoop.ParquetWriter
-
- ParquetWriter(Path, WriteSupport<T>) - Constructor for class org.apache.parquet.hadoop.ParquetWriter
-
- ParquetWriter(Path, Configuration, WriteSupport<T>) - Constructor for class org.apache.parquet.hadoop.ParquetWriter
-
Deprecated.
- ParquetWriter.Builder<T,SELF extends ParquetWriter.Builder<T,SELF>> - Class in org.apache.parquet.hadoop
-
An abstract builder class for ParquetWriter instances.
- PLAINTEXT_FOOTER_DEFAULT - Static variable in class org.apache.parquet.crypto.keytools.PropertiesDrivenCryptoFactory
-
- PLAINTEXT_FOOTER_PROPERTY_NAME - Static variable in class org.apache.parquet.crypto.keytools.PropertiesDrivenCryptoFactory
-
Write files with plaintext footer.
- plaintextFile() - Method in class org.apache.parquet.crypto.InternalFileDecryptor
-
- plaintextFilesAllowed() - Method in class org.apache.parquet.crypto.InternalFileDecryptor
-
- positiveLongFitsInAnInt(long) - Static method in class org.apache.parquet.hadoop.metadata.ColumnChunkMetaData
-
checks that a positive long value fits in an int.
- prepareForRead(Configuration, Map<String, String>, MessageType, ReadSupport.ReadContext) - Method in class org.apache.parquet.hadoop.api.DelegatingReadSupport
-
- prepareForRead(Configuration, Map<String, String>, MessageType, ReadSupport.ReadContext) - Method in class org.apache.parquet.hadoop.api.ReadSupport
-
called in RecordReader.initialize(org.apache.hadoop.mapreduce.InputSplit, org.apache.hadoop.mapreduce.TaskAttemptContext) in the back end
the returned RecordMaterializer will materialize the records and add them to the destination
- prepareForRead(Configuration, Map<String, String>, MessageType, ReadSupport.ReadContext) - Method in class org.apache.parquet.hadoop.example.GroupReadSupport
-
- prepareForWrite(RecordConsumer) - Method in class org.apache.parquet.hadoop.api.DelegatingWriteSupport
-
- prepareForWrite(RecordConsumer) - Method in class org.apache.parquet.hadoop.api.WriteSupport
-
This will be called once per row group
- prepareForWrite(RecordConsumer) - Method in class org.apache.parquet.hadoop.example.GroupWriteSupport
-
- PrintFooter - Class in org.apache.parquet.hadoop
-
Utility to print footer information
- PrintFooter() - Constructor for class org.apache.parquet.hadoop.PrintFooter
-
- processBlocks(CompressionConverter.TransParquetFileReader, ParquetFileWriter, ParquetMetadata, MessageType, String, CompressionCodecName) - Method in class org.apache.parquet.hadoop.util.CompressionConverter
-
- properties - Variable in class org.apache.parquet.ParquetReadOptions.Builder
-
- PropertiesDrivenCryptoFactory - Class in org.apache.parquet.crypto.keytools
-
- PropertiesDrivenCryptoFactory() - Constructor for class org.apache.parquet.crypto.keytools.PropertiesDrivenCryptoFactory
-
- validateBuffer(byte[], int, int) - Static method in class org.apache.parquet.hadoop.codec.SnappyUtil
-
- VALIDATION - Static variable in class org.apache.parquet.hadoop.ParquetOutputFormat
-
- valueOf(String) - Static method in enum org.apache.parquet.crypto.AesMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.crypto.ModuleCipherFactory.ModuleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.crypto.ParquetCipher
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.filter2.compat.RowGroupFilter.FilterLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.hadoop.ColumnIndexValidator.Contract
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.hadoop.ParquetFileWriter.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.parquet.hadoop.ParquetOutputFormat.JobSummaryLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.parquet.crypto.AesMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.parquet.crypto.ModuleCipherFactory.ModuleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.parquet.crypto.ParquetCipher
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.parquet.filter2.compat.RowGroupFilter.FilterLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.parquet.hadoop.ColumnIndexValidator.Contract
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.parquet.hadoop.ParquetFileWriter.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.parquet.hadoop.ParquetOutputFormat.JobSummaryLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify(byte[]) - Method in interface org.apache.parquet.crypto.AADPrefixVerifier
-
Verifies identity (AAD Prefix) of individual file, or of file collection in a data set.
- visit(Operators.Eq<T>) - Method in class org.apache.parquet.filter2.bloomfilterlevel.BloomFilterImpl
-
- visit(Operators.NotEq<T>) - Method in class org.apache.parquet.filter2.bloomfilterlevel.BloomFilterImpl
-
- visit(Operators.Lt<T>) - Method in class org.apache.parquet.filter2.bloomfilterlevel.BloomFilterImpl
-
- visit(Operators.LtEq<T>) - Method in class org.apache.parquet.filter2.bloomfilterlevel.BloomFilterImpl
-
- visit(Operators.Gt<T>) - Method in class org.apache.parquet.filter2.bloomfilterlevel.BloomFilterImpl
-
- visit(Operators.GtEq<T>) - Method in class org.apache.parquet.filter2.bloomfilterlevel.BloomFilterImpl
-
- visit(Operators.And) - Method in class org.apache.parquet.filter2.bloomfilterlevel.BloomFilterImpl
-
- visit(Operators.Or) - Method in class org.apache.parquet.filter2.bloomfilterlevel.BloomFilterImpl
-
- visit(Operators.Not) - Method in class org.apache.parquet.filter2.bloomfilterlevel.BloomFilterImpl
-
- visit(Operators.UserDefined<T, U>) - Method in class org.apache.parquet.filter2.bloomfilterlevel.BloomFilterImpl
-
- visit(Operators.LogicalNotUserDefined<T, U>) - Method in class org.apache.parquet.filter2.bloomfilterlevel.BloomFilterImpl
-
- visit(FilterCompat.FilterPredicateCompat) - Method in class org.apache.parquet.filter2.compat.RowGroupFilter
-
- visit(FilterCompat.UnboundRecordFilterCompat) - Method in class org.apache.parquet.filter2.compat.RowGroupFilter
-
- visit(FilterCompat.NoOpFilter) - Method in class org.apache.parquet.filter2.compat.RowGroupFilter
-
- visit(Operators.Eq<T>) - Method in class org.apache.parquet.filter2.dictionarylevel.DictionaryFilter
-
- visit(Operators.NotEq<T>) - Method in class org.apache.parquet.filter2.dictionarylevel.DictionaryFilter
-
- visit(Operators.Lt<T>) - Method in class org.apache.parquet.filter2.dictionarylevel.DictionaryFilter
-
- visit(Operators.LtEq<T>) - Method in class org.apache.parquet.filter2.dictionarylevel.DictionaryFilter
-
- visit(Operators.Gt<T>) - Method in class org.apache.parquet.filter2.dictionarylevel.DictionaryFilter
-
- visit(Operators.GtEq<T>) - Method in class org.apache.parquet.filter2.dictionarylevel.DictionaryFilter
-
- visit(Operators.And) - Method in class org.apache.parquet.filter2.dictionarylevel.DictionaryFilter
-
- visit(Operators.Or) - Method in class org.apache.parquet.filter2.dictionarylevel.DictionaryFilter
-
- visit(Operators.Not) - Method in class org.apache.parquet.filter2.dictionarylevel.DictionaryFilter
-
- visit(Operators.UserDefined<T, U>) - Method in class org.apache.parquet.filter2.dictionarylevel.DictionaryFilter
-
- visit(Operators.LogicalNotUserDefined<T, U>) - Method in class org.apache.parquet.filter2.dictionarylevel.DictionaryFilter
-
- visit(Operators.Eq<T>) - Method in class org.apache.parquet.filter2.statisticslevel.StatisticsFilter
-
- visit(Operators.NotEq<T>) - Method in class org.apache.parquet.filter2.statisticslevel.StatisticsFilter
-
- visit(Operators.Lt<T>) - Method in class org.apache.parquet.filter2.statisticslevel.StatisticsFilter
-
- visit(Operators.LtEq<T>) - Method in class org.apache.parquet.filter2.statisticslevel.StatisticsFilter
-
- visit(Operators.Gt<T>) - Method in class org.apache.parquet.filter2.statisticslevel.StatisticsFilter
-
- visit(Operators.GtEq<T>) - Method in class org.apache.parquet.filter2.statisticslevel.StatisticsFilter
-
- visit(Operators.And) - Method in class org.apache.parquet.filter2.statisticslevel.StatisticsFilter
-
- visit(Operators.Or) - Method in class org.apache.parquet.filter2.statisticslevel.StatisticsFilter
-
- visit(Operators.Not) - Method in class org.apache.parquet.filter2.statisticslevel.StatisticsFilter
-
- visit(Operators.UserDefined<T, U>) - Method in class org.apache.parquet.filter2.statisticslevel.StatisticsFilter
-
- visit(Operators.LogicalNotUserDefined<T, U>) - Method in class org.apache.parquet.filter2.statisticslevel.StatisticsFilter
-
- withAADPrefix(byte[]) - Method in class org.apache.parquet.crypto.FileDecryptionProperties.Builder
-
Explicitly supply the file AAD prefix.
- withAADPrefix(byte[]) - Method in class org.apache.parquet.crypto.FileEncryptionProperties.Builder
-
Set the file AAD Prefix.
- withAADPrefixVerifier(AADPrefixVerifier) - Method in class org.apache.parquet.crypto.FileDecryptionProperties.Builder
-
Set callback for verification of AAD Prefixes stored in file.
- withAlgorithm(ParquetCipher) - Method in class org.apache.parquet.crypto.FileEncryptionProperties.Builder
-
Set encryption algorithm.
- withAllocator(ByteBufferAllocator) - Method in class org.apache.parquet.ParquetReadOptions.Builder
-
- withBloomFilterEnabled(boolean) - Method in class org.apache.parquet.hadoop.ParquetWriter.Builder
-
Sets the bloom filter enabled/disabled
- withBloomFilterEnabled(String, boolean) - Method in class org.apache.parquet.hadoop.ParquetWriter.Builder
-
Sets the bloom filter enabled/disabled for the specified column.
- withBloomFilterNDV(String, long) - Method in class org.apache.parquet.hadoop.ParquetWriter.Builder
-
Sets the NDV (number of distinct values) for the specified column.
- withByteStreamSplitEncoding(boolean) - Method in class org.apache.parquet.hadoop.ParquetWriter.Builder
-
- withCodecFactory(CompressionCodecFactory) - Method in class org.apache.parquet.hadoop.ParquetReader.Builder
-
- withCodecFactory(CompressionCodecFactory) - Method in class org.apache.parquet.ParquetReadOptions.Builder
-
- withColumnKeys(Map<ColumnPath, ColumnDecryptionProperties>) - Method in class org.apache.parquet.crypto.FileDecryptionProperties.Builder
-
Set explicit column keys (decryption properties).
- withCompressionCodec(CompressionCodecName) - Method in class org.apache.parquet.hadoop.ParquetWriter.Builder
-
- withConf(Configuration) - Method in class org.apache.parquet.hadoop.ParquetReader.Builder
-
- withConf(Configuration) - Method in class org.apache.parquet.hadoop.ParquetWriter.Builder
-
Set the Configuration used by the constructed writer.
- withDecryption(FileDecryptionProperties) - Method in class org.apache.parquet.hadoop.ParquetReader.Builder
-
- withDecryption(FileDecryptionProperties) - Method in class org.apache.parquet.ParquetReadOptions.Builder
-
- withDictionaryEncoding(boolean) - Method in class org.apache.parquet.hadoop.ParquetWriter.Builder
-
Enable or disable dictionary encoding for the constructed writer.
- withDictionaryEncoding(String, boolean) - Method in class org.apache.parquet.hadoop.ParquetWriter.Builder
-
Enable or disable dictionary encoding of the specified column for the constructed writer.
- withDictionaryPageSize(int) - Method in class org.apache.parquet.hadoop.ParquetWriter.Builder
-
Set the Parquet format dictionary page size used by the constructed
writer.
- withEncryptedColumns(Map<ColumnPath, ColumnEncryptionProperties>) - Method in class org.apache.parquet.crypto.FileEncryptionProperties.Builder
-
Set the list of encrypted columns and their properties (keys etc).
- withEncryption(FileEncryptionProperties) - Method in class org.apache.parquet.hadoop.ParquetWriter.Builder
-
- withExtraMetaData(Map<String, String>) - Method in class org.apache.parquet.hadoop.example.ExampleParquetWriter.Builder
-
- withFileRange(long, long) - Method in class org.apache.parquet.hadoop.ParquetReader.Builder
-
- withFilter(FilterCompat.Filter) - Method in class org.apache.parquet.hadoop.ParquetReader.Builder
-
- withFooterKey(byte[]) - Method in class org.apache.parquet.crypto.FileDecryptionProperties.Builder
-
Set an explicit footer key.
- withFooterKeyID(String) - Method in class org.apache.parquet.crypto.FileEncryptionProperties.Builder
-
Set a key retrieval metadata (converted from String).
- withFooterKeyMetadata(byte[]) - Method in class org.apache.parquet.crypto.FileEncryptionProperties.Builder
-
Set a key retrieval metadata.
- withKey(byte[]) - Method in class org.apache.parquet.crypto.ColumnDecryptionProperties.Builder
-
Set an explicit column key.
- withKey(byte[]) - Method in class org.apache.parquet.crypto.ColumnEncryptionProperties.Builder
-
Set a column-specific key.
- withKeyID(String) - Method in class org.apache.parquet.crypto.ColumnEncryptionProperties.Builder
-
Set a key retrieval metadata (converted from String).
- withKeyMetaData(byte[]) - Method in class org.apache.parquet.crypto.ColumnEncryptionProperties.Builder
-
Set a key retrieval metadata.
- withKeyRetriever(DecryptionKeyRetriever) - Method in class org.apache.parquet.crypto.FileDecryptionProperties.Builder
-
Set a key retriever callback.
- withMaxAllocationInBytes(int) - Method in class org.apache.parquet.ParquetReadOptions.Builder
-
- withMaxPaddingSize(int) - Method in class org.apache.parquet.hadoop.ParquetWriter.Builder
-
Set the maximum amount of padding, in bytes, that will be used to align
row groups with blocks in the underlying filesystem.
- withMetadataFilter(ParquetMetadataConverter.MetadataFilter) - Method in class org.apache.parquet.ParquetReadOptions.Builder
-
- withOffsets(long...) - Method in class org.apache.parquet.ParquetReadOptions.Builder
-
- withoutAADPrefixStorage() - Method in class org.apache.parquet.crypto.FileEncryptionProperties.Builder
-
Skip storing AAD Prefix in file metadata.
- withoutFooterSignatureVerification() - Method in class org.apache.parquet.crypto.FileDecryptionProperties.Builder
-
Skip integrity verification of plaintext footers.
- withPageChecksumVerification(boolean) - Method in class org.apache.parquet.ParquetReadOptions.Builder
-
- withPageRowCountLimit(int) - Method in class org.apache.parquet.hadoop.ParquetWriter.Builder
-
Sets the Parquet format page row count limit used by the constructed writer.
- withPageSize(int) - Method in class org.apache.parquet.hadoop.ParquetWriter.Builder
-
Set the Parquet format page size used by the constructed writer.
- withPageWriteChecksumEnabled(boolean) - Method in class org.apache.parquet.hadoop.ParquetWriter.Builder
-
Enables writing page level checksums for the constructed writer.
- withPlaintextFilesAllowed() - Method in class org.apache.parquet.crypto.FileDecryptionProperties.Builder
-
By default, reading plaintext (unencrypted) files is not allowed when using a decryptor
- in order to detect files that were not encrypted by mistake.
- withPlaintextFooter() - Method in class org.apache.parquet.crypto.FileEncryptionProperties.Builder
-
Create files with plaintext footer.
- withRange(long, long) - Method in class org.apache.parquet.ParquetReadOptions.Builder
-
- withRecordFilter(FilterCompat.Filter) - Method in class org.apache.parquet.ParquetReadOptions.Builder
-
- withRowGroupSize(int) - Method in class org.apache.parquet.hadoop.ParquetWriter.Builder
-
Set the Parquet format row group size used by the constructed writer.
- withType(MessageType) - Method in class org.apache.parquet.hadoop.example.ExampleParquetWriter.Builder
-
- withValidation(boolean) - Method in class org.apache.parquet.hadoop.ParquetWriter.Builder
-
Enable or disable validation for the constructed writer.
- withWriteMode(ParquetFileWriter.Mode) - Method in class org.apache.parquet.hadoop.ParquetWriter.Builder
-
Set the
write mode used when creating the
backing file for this writer.
- withWriterVersion(ParquetProperties.WriterVersion) - Method in class org.apache.parquet.hadoop.ParquetWriter.Builder
-
- wrap(FSDataInputStream) - Static method in class org.apache.parquet.hadoop.util.HadoopStreams
-
- wrap(FSDataOutputStream) - Static method in class org.apache.parquet.hadoop.util.HadoopStreams
-
- WRAP_LOCALLY_DEFAULT - Static variable in class org.apache.parquet.crypto.keytools.KeyToolkit
-
- WRAP_LOCALLY_PROPERTY_NAME - Static variable in class org.apache.parquet.crypto.keytools.KeyToolkit
-
Wrap keys locally - master keys are fetched from the KMS server and used to encrypt other keys (DEKs or KEKs).
- wrapKey(byte[], String) - Method in interface org.apache.parquet.crypto.keytools.KmsClient
-
Wraps a key - encrypts it with the master key, encodes the result
and potentially adds a KMS-specific metadata.
- wrapKey(byte[], String) - Method in class org.apache.parquet.crypto.keytools.RemoteKmsClient
-
- wrapKeyInServer(byte[], String) - Method in class org.apache.parquet.crypto.keytools.RemoteKmsClient
-
Wrap a key with the master key in the remote KMS server.
- write(T) - Method in class org.apache.parquet.hadoop.api.DelegatingWriteSupport
-
- write(T) - Method in class org.apache.parquet.hadoop.api.WriteSupport
-
called once per record
- write(byte[], int, int) - Method in class org.apache.parquet.hadoop.codec.NonBlockedCompressorStream
-
- write(byte[], int, int) - Method in class org.apache.parquet.hadoop.codec.ZstdCompressorStream
-
- write(int) - Method in class org.apache.parquet.hadoop.codec.ZstdCompressorStream
-
- write(Group) - Method in class org.apache.parquet.hadoop.example.GroupWriteSupport
-
- write(DataOutput) - Method in class org.apache.parquet.hadoop.ParquetInputSplit
-
Deprecated.
- write(Void, T) - Method in class org.apache.parquet.hadoop.ParquetRecordWriter
- write(T) - Method in class org.apache.parquet.hadoop.ParquetWriter
-
- write(int) - Method in class org.apache.parquet.hadoop.util.HadoopPositionOutputStream
-
- write(byte[]) - Method in class org.apache.parquet.hadoop.util.HadoopPositionOutputStream
-
- write(byte[], int, int) - Method in class org.apache.parquet.hadoop.util.HadoopPositionOutputStream
-
- WRITE_SUPPORT_CLASS - Static variable in class org.apache.parquet.hadoop.ParquetOutputFormat
-
- WriteContext(MessageType, Map<String, String>) - Constructor for class org.apache.parquet.hadoop.api.WriteSupport.WriteContext
-
- writeDataPage(int, int, BytesInput, Encoding, Encoding, Encoding) - Method in class org.apache.parquet.hadoop.ParquetFileWriter
-
Deprecated.
- writeDataPage(int, int, BytesInput, Statistics, Encoding, Encoding, Encoding) - Method in class org.apache.parquet.hadoop.ParquetFileWriter
-
- writeDataPage(int, int, BytesInput, Statistics, long, Encoding, Encoding, Encoding) - Method in class org.apache.parquet.hadoop.ParquetFileWriter
-
Writes a single page
- writeDataPageHeader(int, int, int, Encoding, Encoding, Encoding, OutputStream) - Method in class org.apache.parquet.format.converter.ParquetMetadataConverter
-
Deprecated.
- writeDataPageHeader(int, int, int, Statistics, Encoding, Encoding, Encoding, OutputStream) - Method in class org.apache.parquet.format.converter.ParquetMetadataConverter
-
Deprecated.
- writeDataPageV1Header(int, int, int, Encoding, Encoding, Encoding, OutputStream) - Method in class org.apache.parquet.format.converter.ParquetMetadataConverter
-
- writeDataPageV1Header(int, int, int, Encoding, Encoding, Encoding, OutputStream, BlockCipher.Encryptor, byte[]) - Method in class org.apache.parquet.format.converter.ParquetMetadataConverter
-
- writeDataPageV1Header(int, int, int, Encoding, Encoding, Encoding, int, OutputStream) - Method in class org.apache.parquet.format.converter.ParquetMetadataConverter
-
- writeDataPageV1Header(int, int, int, Encoding, Encoding, Encoding, int, OutputStream, BlockCipher.Encryptor, byte[]) - Method in class org.apache.parquet.format.converter.ParquetMetadataConverter
-
- writeDataPageV2(int, int, int, BytesInput, BytesInput, Encoding, BytesInput, int, Statistics<?>) - Method in class org.apache.parquet.hadoop.ParquetFileWriter
-
Writes a single v2 data page
- writeDataPageV2Header(int, int, int, int, int, Statistics, Encoding, int, int, OutputStream) - Method in class org.apache.parquet.format.converter.ParquetMetadataConverter
-
Deprecated.
- writeDataPageV2Header(int, int, int, int, int, Encoding, int, int, OutputStream) - Method in class org.apache.parquet.format.converter.ParquetMetadataConverter
-
- writeDataPageV2Header(int, int, int, int, int, Encoding, int, int, OutputStream, BlockCipher.Encryptor, byte[]) - Method in class org.apache.parquet.format.converter.ParquetMetadataConverter
-
- writeDictionaryPage(DictionaryPage) - Method in class org.apache.parquet.hadoop.ParquetFileWriter
-
writes a dictionary page page
- writeDictionaryPage(DictionaryPage, BlockCipher.Encryptor, byte[]) - Method in class org.apache.parquet.hadoop.ParquetFileWriter
-
- writeDictionaryPageHeader(int, int, int, Encoding, OutputStream) - Method in class org.apache.parquet.format.converter.ParquetMetadataConverter
-
- writeDictionaryPageHeader(int, int, int, Encoding, OutputStream, BlockCipher.Encryptor, byte[]) - Method in class org.apache.parquet.format.converter.ParquetMetadataConverter
-
- writeDictionaryPageHeader(int, int, int, Encoding, int, OutputStream) - Method in class org.apache.parquet.format.converter.ParquetMetadataConverter
-
- writeDictionaryPageHeader(int, int, int, Encoding, int, OutputStream, BlockCipher.Encryptor, byte[]) - Method in class org.apache.parquet.format.converter.ParquetMetadataConverter
-
- writeMergedMetadataFile(List<Path>, Path, Configuration) - Static method in class org.apache.parquet.hadoop.ParquetFileWriter
-
- writeMetadataFile(Configuration, Path, List<Footer>) - Static method in class org.apache.parquet.hadoop.ParquetFileWriter
-
- writeMetadataFile(Configuration, Path, List<Footer>, ParquetOutputFormat.JobSummaryLevel) - Static method in class org.apache.parquet.hadoop.ParquetFileWriter
-
- writeMetaDataFile(Configuration, Path) - Static method in class org.apache.parquet.hadoop.ParquetOutputCommitter
-
- writeObjectToConfAsBase64(String, Object, Configuration) - Static method in class org.apache.parquet.hadoop.util.SerializationUtil
-
Writes an object to a configuration.
- WRITER_VERSION - Static variable in class org.apache.parquet.hadoop.ParquetOutputFormat
-
- WriteSupport<T> - Class in org.apache.parquet.hadoop.api
-
- WriteSupport() - Constructor for class org.apache.parquet.hadoop.api.WriteSupport
-
- WriteSupport.FinalizedWriteContext - Class in org.apache.parquet.hadoop.api
-
Information to be added in the file once all the records have been written
- WriteSupport.WriteContext - Class in org.apache.parquet.hadoop.api
-
information to be persisted in the file