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

A

accept(DataPage.Visitor<T>) - Method in class org.apache.parquet.column.page.DataPage
 
accept(DataPage.Visitor<T>) - Method in class org.apache.parquet.column.page.DataPageV1
 
accept(DataPage.Visitor<T>) - Method in class org.apache.parquet.column.page.DataPageV2
 
accept(FilterCompat.Visitor<R>) - Method in interface org.apache.parquet.filter2.compat.FilterCompat.Filter
 
accept(FilterCompat.Visitor<R>) - Method in class org.apache.parquet.filter2.compat.FilterCompat.FilterPredicateCompat
 
accept(FilterCompat.Visitor<R>) - Method in class org.apache.parquet.filter2.compat.FilterCompat.NoOpFilter
 
accept(FilterCompat.Visitor<R>) - Method in class org.apache.parquet.filter2.compat.FilterCompat.UnboundRecordFilterCompat
 
accept(FilterPredicate.Visitor<R>) - Method in interface org.apache.parquet.filter2.predicate.FilterPredicate
A FilterPredicate must accept a Visitor, per the visitor pattern.
accept(FilterPredicate.Visitor<R>) - Method in class org.apache.parquet.filter2.predicate.Operators.And
 
accept(FilterPredicate.Visitor<R>) - Method in class org.apache.parquet.filter2.predicate.Operators.Eq
 
accept(FilterPredicate.Visitor<R>) - Method in class org.apache.parquet.filter2.predicate.Operators.Gt
 
accept(FilterPredicate.Visitor<R>) - Method in class org.apache.parquet.filter2.predicate.Operators.GtEq
 
accept(FilterPredicate.Visitor<R>) - Method in class org.apache.parquet.filter2.predicate.Operators.LogicalNotUserDefined
 
accept(FilterPredicate.Visitor<R>) - Method in class org.apache.parquet.filter2.predicate.Operators.Lt
 
accept(FilterPredicate.Visitor<R>) - Method in class org.apache.parquet.filter2.predicate.Operators.LtEq
 
accept(FilterPredicate.Visitor<R>) - Method in class org.apache.parquet.filter2.predicate.Operators.Not
 
accept(FilterPredicate.Visitor<R>) - Method in class org.apache.parquet.filter2.predicate.Operators.NotEq
 
accept(FilterPredicate.Visitor<R>) - Method in class org.apache.parquet.filter2.predicate.Operators.Or
 
accept(FilterPredicate.Visitor<R>) - Method in class org.apache.parquet.filter2.predicate.Operators.UserDefined
 
accept(IncrementallyUpdatedFilterPredicate.Visitor) - Method in interface org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate
accept(IncrementallyUpdatedFilterPredicate.Visitor) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate.And
 
accept(IncrementallyUpdatedFilterPredicate.Visitor) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate.Or
 
accept(IncrementallyUpdatedFilterPredicate.Visitor) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate.ValueInspector
 
accept(TypeVisitor) - Method in class org.apache.parquet.schema.GroupType
Visits this type with the given visitor
accept(TypeVisitor) - Method in class org.apache.parquet.schema.MessageType
Visits this type with the given visitor
accept(TypeVisitor) - Method in class org.apache.parquet.schema.PrimitiveType
Visits this type with the given visitor
accept(TypeVisitor) - Method in class org.apache.parquet.schema.Type
Visits this type with the given visitor
add(int) - Method in class org.apache.parquet.column.values.dictionary.IntList
 
add(String, int) - Method in class org.apache.parquet.example.data.Group
 
add(String, long) - Method in class org.apache.parquet.example.data.Group
 
add(String, float) - Method in class org.apache.parquet.example.data.Group
 
add(String, double) - Method in class org.apache.parquet.example.data.Group
 
add(String, String) - Method in class org.apache.parquet.example.data.Group
 
add(String, NanoTime) - Method in class org.apache.parquet.example.data.Group
 
add(String, boolean) - Method in class org.apache.parquet.example.data.Group
 
add(String, Binary) - Method in class org.apache.parquet.example.data.Group
 
add(String, Group) - Method in class org.apache.parquet.example.data.Group
 
add(int, int) - Method in class org.apache.parquet.example.data.Group
 
add(int, long) - Method in class org.apache.parquet.example.data.Group
 
add(int, String) - Method in class org.apache.parquet.example.data.Group
 
add(int, boolean) - Method in class org.apache.parquet.example.data.Group
 
add(int, NanoTime) - Method in class org.apache.parquet.example.data.Group
 
add(int, Binary) - Method in class org.apache.parquet.example.data.Group
 
add(int, float) - Method in class org.apache.parquet.example.data.Group
 
add(int, double) - Method in class org.apache.parquet.example.data.Group
 
add(int, Group) - Method in class org.apache.parquet.example.data.Group
 
add(int, int) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
add(int, long) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
add(int, String) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
add(int, NanoTime) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
add(int, boolean) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
add(int, Binary) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
add(int, float) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
add(int, double) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
add(int, Group) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
addBinary(Binary) - Method in class org.apache.parquet.filter2.recordlevel.FilteringPrimitiveConverter
 
addBinary(Binary) - Method in class org.apache.parquet.io.api.PrimitiveConverter
 
addBinary(Binary) - Method in class org.apache.parquet.io.api.RecordConsumer
add a binary value in the current field
addBinary(Binary) - Method in class org.apache.parquet.io.RecordConsumerLoggingWrapper
add a binary value in the current field
addBinary(Binary) - Method in class org.apache.parquet.io.ValidatingRecordConsumer
add a binary value in the current field
addBoolean(boolean) - Method in class org.apache.parquet.filter2.recordlevel.FilteringPrimitiveConverter
 
addBoolean(boolean) - Method in class org.apache.parquet.io.api.PrimitiveConverter
 
addBoolean(boolean) - Method in class org.apache.parquet.io.api.RecordConsumer
add a boolean value in the current field
addBoolean(boolean) - Method in class org.apache.parquet.io.RecordConsumerLoggingWrapper
add a boolean value in the current field
addBoolean(boolean) - Method in class org.apache.parquet.io.ValidatingRecordConsumer
add a boolean value in the current field
addDouble(double) - Method in class org.apache.parquet.filter2.recordlevel.FilteringPrimitiveConverter
 
addDouble(double) - Method in class org.apache.parquet.io.api.PrimitiveConverter
 
addDouble(double) - Method in class org.apache.parquet.io.api.RecordConsumer
add a double value in the current field
addDouble(double) - Method in class org.apache.parquet.io.RecordConsumerLoggingWrapper
add a double value in the current field
addDouble(double) - Method in class org.apache.parquet.io.ValidatingRecordConsumer
add a double value in the current field
addField(Type) - Method in class org.apache.parquet.schema.Types.GroupBuilder
Adds type as a sub-field to the group configured by this builder.
addFields(Type...) - Method in class org.apache.parquet.schema.Types.GroupBuilder
Adds types as sub-fields of the group configured by this builder.
addFloat(float) - Method in class org.apache.parquet.filter2.recordlevel.FilteringPrimitiveConverter
 
addFloat(float) - Method in class org.apache.parquet.io.api.PrimitiveConverter
 
addFloat(float) - Method in class org.apache.parquet.io.api.RecordConsumer
add a float value in the current field
addFloat(float) - Method in class org.apache.parquet.io.RecordConsumerLoggingWrapper
add a float value in the current field
addFloat(float) - Method in class org.apache.parquet.io.ValidatingRecordConsumer
add a float value in the current field
addGroup(String) - Method in class org.apache.parquet.example.data.Group
 
addGroup(int) - Method in class org.apache.parquet.example.data.Group
 
addGroup(int) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
addInt(int) - Method in class org.apache.parquet.filter2.recordlevel.FilteringPrimitiveConverter
 
addInt(int) - Method in class org.apache.parquet.io.api.PrimitiveConverter
 
addInteger(int) - Method in class org.apache.parquet.io.api.RecordConsumer
add an int value in the current field
addInteger(int) - Method in class org.apache.parquet.io.RecordConsumerLoggingWrapper
add an int value in the current field
addInteger(int) - Method in class org.apache.parquet.io.ValidatingRecordConsumer
add an int value in the current field
addLong(long) - Method in class org.apache.parquet.filter2.recordlevel.FilteringPrimitiveConverter
 
addLong(long) - Method in class org.apache.parquet.io.api.PrimitiveConverter
 
addLong(long) - Method in class org.apache.parquet.io.api.RecordConsumer
add a long value in the current field
addLong(long) - Method in class org.apache.parquet.io.RecordConsumerLoggingWrapper
add a long value in the current field
addLong(long) - Method in class org.apache.parquet.io.ValidatingRecordConsumer
add a long value in the current field
addPrimitiveBINARY(String, int, Binary) - Method in class org.apache.parquet.io.BaseRecordReader
 
addPrimitiveINT32(String, int, int) - Method in class org.apache.parquet.io.BaseRecordReader
 
addPrimitiveINT64(String, int, long) - Method in class org.apache.parquet.io.BaseRecordReader
 
addValueFromDictionary(int) - Method in class org.apache.parquet.filter2.recordlevel.FilteringPrimitiveConverter
 
addValueFromDictionary(int) - Method in class org.apache.parquet.io.api.PrimitiveConverter
add a value based on the dictionary set with setDictionary() Will be used if the Converter has dictionary support and the data was encoded using a dictionary
addValueInspector(ColumnPath, IncrementallyUpdatedFilterPredicate.ValueInspector) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateBuilderBase
 
addValueToPrimitiveConverter(PrimitiveConverter, ColumnReader) - Method in enum org.apache.parquet.schema.PrimitiveType.PrimitiveTypeName
 
addValueToRecordConsumer(RecordConsumer, ColumnReader) - Method in enum org.apache.parquet.schema.PrimitiveType.PrimitiveTypeName
reads the value from the columnReader with the appropriate accessor and writes it to the recordConsumer
allocatedSize() - Method in interface org.apache.parquet.column.page.PageWriter
 
and(UnboundRecordFilter, UnboundRecordFilter) - Static method in class org.apache.parquet.filter.AndRecordFilter
Returns builder for creating an and filter.
and(FilterPredicate, FilterPredicate) - Static method in class org.apache.parquet.filter2.predicate.FilterApi
Constructs the logical and of two predicates.
AndRecordFilter - Class in org.apache.parquet.filter
Provides ability to chain two filters together.
append(String, int) - Method in class org.apache.parquet.example.data.Group
 
append(String, float) - Method in class org.apache.parquet.example.data.Group
 
append(String, double) - Method in class org.apache.parquet.example.data.Group
 
append(String, long) - Method in class org.apache.parquet.example.data.Group
 
append(String, NanoTime) - Method in class org.apache.parquet.example.data.Group
 
append(String, String) - Method in class org.apache.parquet.example.data.Group
 
append(String, boolean) - Method in class org.apache.parquet.example.data.Group
 
append(String, Binary) - Method in class org.apache.parquet.example.data.Group
 
apply(ColumnReader) - Method in interface org.apache.parquet.filter.ColumnPredicates.Predicate
 
applyFunctionToBinary(ColumnPredicates.PredicateFunction<Binary>) - Static method in class org.apache.parquet.filter.ColumnPredicates
 
applyFunctionToBoolean(ColumnPredicates.BooleanPredicateFunction) - Static method in class org.apache.parquet.filter.ColumnPredicates
 
applyFunctionToDouble(ColumnPredicates.DoublePredicateFunction) - Static method in class org.apache.parquet.filter.ColumnPredicates
 
applyFunctionToFloat(ColumnPredicates.FloatPredicateFunction) - Static method in class org.apache.parquet.filter.ColumnPredicates
 
applyFunctionToInteger(ColumnPredicates.IntegerPredicateFunction) - Static method in class org.apache.parquet.filter.ColumnPredicates
 
applyFunctionToLong(ColumnPredicates.LongPredicateFunction) - Static method in class org.apache.parquet.filter.ColumnPredicates
 
applyFunctionToString(ColumnPredicates.PredicateFunction<String>) - Static method in class org.apache.parquet.filter.ColumnPredicates
 
as(OriginalType) - Method in class org.apache.parquet.schema.Types.Builder
Adds a type annotation (OriginalType) to the type being built.
asGroup() - Method in class org.apache.parquet.example.data.Group
 
asGroupConverter() - Method in class org.apache.parquet.io.api.Converter
 
asGroupConverter() - Method in class org.apache.parquet.io.api.GroupConverter
 
asGroupType() - Method in class org.apache.parquet.schema.Type
 
asPrimitiveConverter() - Method in class org.apache.parquet.io.api.Converter
 
asPrimitiveConverter() - Method in class org.apache.parquet.io.api.PrimitiveConverter
 
asPrimitiveType() - Method in class org.apache.parquet.schema.Type
 
assertTypeValid(Operators.Column<T>, PrimitiveType.PrimitiveTypeName, OriginalType) - Static method in class org.apache.parquet.filter2.predicate.ValidTypeMap
Asserts that foundColumn was declared as a type that is compatible with the type for this column found in the schema of the parquet file.

B

BaseRecordReader<T> - Class in org.apache.parquet.io
 
BaseRecordReader() - Constructor for class org.apache.parquet.io.BaseRecordReader
 
Binary - Class in org.apache.parquet.io.api
 
binaryColumn(String) - Static method in class org.apache.parquet.filter2.predicate.FilterApi
 
binaryDictionaryContent - Variable in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter
 
BinaryPlainValuesReader - Class in org.apache.parquet.column.values.plain
 
BinaryPlainValuesReader() - Constructor for class org.apache.parquet.column.values.plain.BinaryPlainValuesReader
 
BinaryStatistics - Class in org.apache.parquet.column.statistics
 
BinaryStatistics() - Constructor for class org.apache.parquet.column.statistics.BinaryStatistics
 
BinaryValue - Class in org.apache.parquet.example.data.simple
 
BinaryValue(Binary) - Constructor for class org.apache.parquet.example.data.simple.BinaryValue
 
bind(Iterable<ColumnReader>) - Method in interface org.apache.parquet.filter.UnboundRecordFilter
Call to bind to actual columns and create filter.
BitPackingValuesReader - Class in org.apache.parquet.column.values.bitpacking
a column reader that packs the ints in the number of bits required based on the maximum size.
BitPackingValuesReader(int) - Constructor for class org.apache.parquet.column.values.bitpacking.BitPackingValuesReader
 
BitPackingValuesWriter - Class in org.apache.parquet.column.values.bitpacking
a column writer that packs the ints in the number of bits required based on the maximum size.
BitPackingValuesWriter(int, int, int) - Constructor for class org.apache.parquet.column.values.bitpacking.BitPackingValuesWriter
 
booleanColumn(String) - Static method in class org.apache.parquet.filter2.predicate.FilterApi
 
BooleanPlainValuesReader - Class in org.apache.parquet.column.values.plain
encodes boolean for the plain encoding: one bit at a time (0 = false)
BooleanPlainValuesReader() - Constructor for class org.apache.parquet.column.values.plain.BooleanPlainValuesReader
 
BooleanPlainValuesWriter - Class in org.apache.parquet.column.values.plain
An implementation of the PLAIN encoding
BooleanPlainValuesWriter() - Constructor for class org.apache.parquet.column.values.plain.BooleanPlainValuesWriter
 
BooleanStatistics - Class in org.apache.parquet.column.statistics
 
BooleanStatistics() - Constructor for class org.apache.parquet.column.statistics.BooleanStatistics
 
BooleanValue - Class in org.apache.parquet.example.data.simple
 
BooleanValue(boolean) - Constructor for class org.apache.parquet.example.data.simple.BooleanValue
 
BoundedIntValuesFactory - Class in org.apache.parquet.column.values.boundedint
 
BoundedIntValuesFactory() - Constructor for class org.apache.parquet.column.values.boundedint.BoundedIntValuesFactory
 
build(FilterPredicate) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateBuilderBase
 
build(String) - Method in class org.apache.parquet.schema.Types.Builder
 
build(String) - Method in class org.apache.parquet.schema.Types.GroupBuilder
 
build(String) - Method in class org.apache.parquet.schema.Types.PrimitiveBuilder
 
buildGroup(Type.Repetition) - Static method in class org.apache.parquet.schema.Types
 
buildMessage() - Static method in class org.apache.parquet.schema.Types
Returns a builder to construct a MessageType.
ByteBitPackingValuesReader - Class in org.apache.parquet.column.values.bitpacking
 
ByteBitPackingValuesReader(int, Packer) - Constructor for class org.apache.parquet.column.values.bitpacking.ByteBitPackingValuesReader
 
ByteBitPackingValuesWriter - Class in org.apache.parquet.column.values.bitpacking
 
ByteBitPackingValuesWriter(int, Packer) - Constructor for class org.apache.parquet.column.values.bitpacking.ByteBitPackingValuesWriter
 

C

canDrop(Statistics<T>) - Method in class org.apache.parquet.filter2.predicate.UserDefinedPredicate
Given information about a group of records (eg, the min and max value) Return true to drop all the records in this group, false to keep them for further inspection.
CHARSET - Static variable in class org.apache.parquet.column.values.plain.PlainValuesWriter
 
checkContains(Type) - Method in class org.apache.parquet.schema.MessageType
 
clearDictionaryContent() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
clear/free the underlying dictionary content
clearDictionaryContent() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter
 
clearDictionaryContent() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter
 
clearDictionaryContent() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainFloatDictionaryValuesWriter
 
clearDictionaryContent() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter
 
clearDictionaryContent() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainLongDictionaryValuesWriter
 
column(String, ColumnPredicates.Predicate) - Static method in class org.apache.parquet.filter.ColumnRecordFilter
Factory method for record filter which applies the supplied predicate to the specified column.
column - Variable in class org.apache.parquet.filter2.predicate.Operators.UserDefined
 
ColumnDescriptor - Class in org.apache.parquet.column
Describes a column's type as well as its position in its containing schema.
ColumnDescriptor(String[], PrimitiveType.PrimitiveTypeName, int, int) - Constructor for class org.apache.parquet.column.ColumnDescriptor
 
ColumnDescriptor(String[], PrimitiveType.PrimitiveTypeName, int, int, int) - Constructor for class org.apache.parquet.column.ColumnDescriptor
 
ColumnIO - Class in org.apache.parquet.io
a structure used to serialize deserialize records
ColumnIOFactory - Class in org.apache.parquet.io
Factory constructing the ColumnIO structure from the schema
ColumnIOFactory() - Constructor for class org.apache.parquet.io.ColumnIOFactory
validation is off by default
ColumnIOFactory(boolean) - Constructor for class org.apache.parquet.io.ColumnIOFactory
 
ColumnIOFactory.ColumnIOCreatorVisitor - Class in org.apache.parquet.io
 
ColumnIOFactory.ColumnIOCreatorVisitor(boolean, MessageType) - Constructor for class org.apache.parquet.io.ColumnIOFactory.ColumnIOCreatorVisitor
 
ColumnIOFactory.ColumnIOCreatorVisitor(boolean, MessageType, boolean) - Constructor for class org.apache.parquet.io.ColumnIOFactory.ColumnIOCreatorVisitor
 
ColumnPredicates - Class in org.apache.parquet.filter
ColumnPredicates class provides checks for column values.
ColumnPredicates() - Constructor for class org.apache.parquet.filter.ColumnPredicates
 
ColumnPredicates.BooleanPredicateFunction - Interface in org.apache.parquet.filter
 
ColumnPredicates.DoublePredicateFunction - Interface in org.apache.parquet.filter
 
ColumnPredicates.FloatPredicateFunction - Interface in org.apache.parquet.filter
 
ColumnPredicates.IntegerPredicateFunction - Interface in org.apache.parquet.filter
 
ColumnPredicates.LongPredicateFunction - Interface in org.apache.parquet.filter
 
ColumnPredicates.Predicate - Interface in org.apache.parquet.filter
 
ColumnPredicates.PredicateFunction<T> - Interface in org.apache.parquet.filter
 
ColumnReader - Interface in org.apache.parquet.column
Reader for (repetition level, definition level, values) triplets.
ColumnReadStore - Interface in org.apache.parquet.column
Container which can produce a ColumnReader for any given column in a schema.
ColumnReadStoreImpl - Class in org.apache.parquet.column.impl
Implementation of the ColumnReadStore Initializes individual columns based on schema and converter
ColumnReadStoreImpl(PageReadStore, GroupConverter, MessageType) - Constructor for class org.apache.parquet.column.impl.ColumnReadStoreImpl
 
ColumnRecordFilter - Class in org.apache.parquet.filter
Record filter which applies the supplied predicate to the specified column.
columnStore - Variable in class org.apache.parquet.io.BaseRecordReader
 
ColumnWriter - Interface in org.apache.parquet.column
writer for (repetition level, definition level, values) triplets
ColumnWriteStore - Interface in org.apache.parquet.column
Container which can construct writers for multiple columns to be stored together.
ColumnWriteStoreV1 - Class in org.apache.parquet.column.impl
 
ColumnWriteStoreV1(PageWriteStore, int, int, boolean, ParquetProperties.WriterVersion) - Constructor for class org.apache.parquet.column.impl.ColumnWriteStoreV1
 
ColumnWriteStoreV2 - Class in org.apache.parquet.column.impl
 
ColumnWriteStoreV2(MessageType, PageWriteStore, int, ParquetProperties) - Constructor for class org.apache.parquet.column.impl.ColumnWriteStoreV2
 
compareTo(ColumnDescriptor) - Method in class org.apache.parquet.column.ColumnDescriptor
 
compareTo(Binary) - Method in class org.apache.parquet.io.api.Binary
 
CompilationException - Exception in org.apache.parquet.io
thrown when a problem occured while compiling the column reader
CompilationException() - Constructor for exception org.apache.parquet.io.CompilationException
 
CompilationException(String, Throwable) - Constructor for exception org.apache.parquet.io.CompilationException
 
CompilationException(String) - Constructor for exception org.apache.parquet.io.CompilationException
 
CompilationException(Throwable) - Constructor for exception org.apache.parquet.io.CompilationException
 
compressed(int, int, int, BytesInput, BytesInput, Encoding, BytesInput, int, Statistics<?>) - Static method in class org.apache.parquet.column.page.DataPageV2
 
consume() - Method in interface org.apache.parquet.column.ColumnReader
Consume the current triplet, moving to the next value.
containsField(String) - Method in class org.apache.parquet.schema.GroupType
 
containsPath(String[], int) - Method in class org.apache.parquet.schema.GroupType
 
containsPath(String[]) - Method in class org.apache.parquet.schema.MessageType
 
containsPath(String[], int) - Method in class org.apache.parquet.schema.PrimitiveType
 
containsPath(String[], int) - Method in class org.apache.parquet.schema.Type
 
ConversionPatterns - Class in org.apache.parquet.schema
Utility functions to convert from Java-like map and list types to equivalent Parquet types.
ConversionPatterns() - Constructor for class org.apache.parquet.schema.ConversionPatterns
 
convert(List<GroupType>, TypeConverter<T>) - Method in class org.apache.parquet.schema.PrimitiveType
 
convert(PrimitiveType.PrimitiveTypeNameConverter<T, E>) - Method in enum org.apache.parquet.schema.PrimitiveType.PrimitiveTypeName
 
convertBINARY(PrimitiveType.PrimitiveTypeName) - Method in interface org.apache.parquet.schema.PrimitiveType.PrimitiveTypeNameConverter
 
convertBOOLEAN(PrimitiveType.PrimitiveTypeName) - Method in interface org.apache.parquet.schema.PrimitiveType.PrimitiveTypeNameConverter
 
convertChildren(List<GroupType>, TypeConverter<T>) - Method in class org.apache.parquet.schema.GroupType
 
convertDOUBLE(PrimitiveType.PrimitiveTypeName) - Method in interface org.apache.parquet.schema.PrimitiveType.PrimitiveTypeNameConverter
 
Converter - Class in org.apache.parquet.io.api
Represent a tree of converters that materializes tuples
Converter() - Constructor for class org.apache.parquet.io.api.Converter
 
convertFIXED_LEN_BYTE_ARRAY(PrimitiveType.PrimitiveTypeName) - Method in interface org.apache.parquet.schema.PrimitiveType.PrimitiveTypeNameConverter
 
convertFLOAT(PrimitiveType.PrimitiveTypeName) - Method in interface org.apache.parquet.schema.PrimitiveType.PrimitiveTypeNameConverter
 
convertGroupType(List<GroupType>, GroupType, List<T>) - Method in interface org.apache.parquet.schema.TypeConverter
 
convertINT32(PrimitiveType.PrimitiveTypeName) - Method in interface org.apache.parquet.schema.PrimitiveType.PrimitiveTypeNameConverter
 
convertINT64(PrimitiveType.PrimitiveTypeName) - Method in interface org.apache.parquet.schema.PrimitiveType.PrimitiveTypeNameConverter
 
convertINT96(PrimitiveType.PrimitiveTypeName) - Method in interface org.apache.parquet.schema.PrimitiveType.PrimitiveTypeNameConverter
 
convertMessageType(MessageType, List<T>) - Method in interface org.apache.parquet.schema.TypeConverter
 
convertPrimitiveType(List<GroupType>, PrimitiveType) - Method in interface org.apache.parquet.schema.TypeConverter
 
convertWith(TypeConverter<T>) - Method in class org.apache.parquet.schema.MessageType
 
copy() - Method in class org.apache.parquet.column.page.DictionaryPage
 
copy(Binary) - Static method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter
 
createDictionaryPage() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter
 
createDictionaryPage() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter
 
createDictionaryPage() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainFixedLenArrayDictionaryValuesWriter
 
createDictionaryPage() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainFloatDictionaryValuesWriter
 
createDictionaryPage() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter
 
createDictionaryPage() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainLongDictionaryValuesWriter
 
createDictionaryPage() - Method in class org.apache.parquet.column.values.fallback.FallbackValuesWriter
 
createDictionaryPage() - Method in class org.apache.parquet.column.values.ValuesWriter
 
currentLevel(int) - Method in class org.apache.parquet.io.BaseRecordReader
 

D

DataPage - Class in org.apache.parquet.column.page
one data page in a chunk
DataPage.Visitor<T> - Interface in org.apache.parquet.column.page
 
DataPageV1 - Class in org.apache.parquet.column.page
 
DataPageV1(BytesInput, int, int, Statistics<?>, Encoding, Encoding, Encoding) - Constructor for class org.apache.parquet.column.page.DataPageV1
 
DataPageV2 - Class in org.apache.parquet.column.page
 
DataPageV2(int, int, int, BytesInput, BytesInput, Encoding, BytesInput, int, Statistics<?>, boolean) - Constructor for class org.apache.parquet.column.page.DataPageV2
 
DecimalMetadata - Class in org.apache.parquet.schema
 
DecimalMetadata(int, int) - Constructor for class org.apache.parquet.schema.DecimalMetadata
 
decimalMetadata() - Method in class org.apache.parquet.schema.Types.PrimitiveBuilder
 
decodeToBinary(int) - Method in class org.apache.parquet.column.Dictionary
 
decodeToBinary(int) - Method in class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainBinaryDictionary
 
decodeToBoolean(int) - Method in class org.apache.parquet.column.Dictionary
 
decodeToDouble(int) - Method in class org.apache.parquet.column.Dictionary
 
decodeToDouble(int) - Method in class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainDoubleDictionary
 
decodeToFloat(int) - Method in class org.apache.parquet.column.Dictionary
 
decodeToFloat(int) - Method in class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainFloatDictionary
 
decodeToInt(int) - Method in class org.apache.parquet.column.Dictionary
 
decodeToInt(int) - Method in class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainIntegerDictionary
 
decodeToLong(int) - Method in class org.apache.parquet.column.Dictionary
 
decodeToLong(int) - Method in class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainLongDictionary
 
DEFAULT_NUM_BLOCK_VALUES - Static variable in class org.apache.parquet.column.values.delta.DeltaBinaryPackingValuesWriter
 
DEFAULT_NUM_MINIBLOCKS - Static variable in class org.apache.parquet.column.values.delta.DeltaBinaryPackingValuesWriter
 
DeltaBinaryPackingValuesReader - Class in org.apache.parquet.column.values.delta
Read values written by DeltaBinaryPackingValuesWriter
DeltaBinaryPackingValuesReader() - Constructor for class org.apache.parquet.column.values.delta.DeltaBinaryPackingValuesReader
 
DeltaBinaryPackingValuesWriter - Class in org.apache.parquet.column.values.delta
Write integers with delta encoding and binary packing The format is as follows:

DeltaBinaryPackingValuesWriter(int, int) - Constructor for class org.apache.parquet.column.values.delta.DeltaBinaryPackingValuesWriter
 
DeltaBinaryPackingValuesWriter(int, int, int, int) - Constructor for class org.apache.parquet.column.values.delta.DeltaBinaryPackingValuesWriter
 
DeltaByteArrayReader - Class in org.apache.parquet.column.values.deltastrings
Reads binary data written by DeltaByteArrayWriter
DeltaByteArrayReader() - Constructor for class org.apache.parquet.column.values.deltastrings.DeltaByteArrayReader
 
DeltaByteArrayWriter - Class in org.apache.parquet.column.values.deltastrings
Write prefix lengths using delta encoding, followed by suffixes with Delta length byte arrays
DeltaByteArrayWriter(int, int) - Constructor for class org.apache.parquet.column.values.deltastrings.DeltaByteArrayWriter
 
DeltaLengthByteArrayValuesReader - Class in org.apache.parquet.column.values.deltalengthbytearray
Reads binary data written by DeltaLengthByteArrayValueWriter
DeltaLengthByteArrayValuesReader() - Constructor for class org.apache.parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesReader
 
DeltaLengthByteArrayValuesWriter - Class in org.apache.parquet.column.values.deltalengthbytearray
Write lengths of byte-arrays using delta encoding, followed by concatenated byte-arrays
DeltaLengthByteArrayValuesWriter(int, int) - Constructor for class org.apache.parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesWriter
 
DevNullValuesWriter - Class in org.apache.parquet.column.values.boundedint
This is a special writer that doesn't write anything.
DevNullValuesWriter() - Constructor for class org.apache.parquet.column.values.boundedint.DevNullValuesWriter
 
Dictionary - Class in org.apache.parquet.column
a dictionary to decode dictionary based encodings
Dictionary(Encoding) - Constructor for class org.apache.parquet.column.Dictionary
 
dictionaryByteSize - Variable in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
DictionaryPage - Class in org.apache.parquet.column.page
Data for a dictionary page
DictionaryPage(BytesInput, int, Encoding) - Constructor for class org.apache.parquet.column.page.DictionaryPage
creates an uncompressed page
DictionaryPage(BytesInput, int, int, Encoding) - Constructor for class org.apache.parquet.column.page.DictionaryPage
creates a dictionary page
dictionaryTooBig - Variable in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
DictionaryValuesReader - Class in org.apache.parquet.column.values.dictionary
Reads values that have been dictionary encoded
DictionaryValuesReader(Dictionary) - Constructor for class org.apache.parquet.column.values.dictionary.DictionaryValuesReader
 
DictionaryValuesWriter - Class in org.apache.parquet.column.values.dictionary
Will attempt to encode values using a dictionary and fall back to plain encoding if the dictionary gets too big
DictionaryValuesWriter(int, Encoding, Encoding) - Constructor for class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter - Class in org.apache.parquet.column.values.dictionary
 
DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter(int, Encoding, Encoding) - Constructor for class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter
 
DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter - Class in org.apache.parquet.column.values.dictionary
 
DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter(int, Encoding, Encoding) - Constructor for class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter
 
DictionaryValuesWriter.PlainFixedLenArrayDictionaryValuesWriter - Class in org.apache.parquet.column.values.dictionary
 
DictionaryValuesWriter.PlainFixedLenArrayDictionaryValuesWriter(int, int, Encoding, Encoding) - Constructor for class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainFixedLenArrayDictionaryValuesWriter
 
DictionaryValuesWriter.PlainFloatDictionaryValuesWriter - Class in org.apache.parquet.column.values.dictionary
 
DictionaryValuesWriter.PlainFloatDictionaryValuesWriter(int, Encoding, Encoding) - Constructor for class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainFloatDictionaryValuesWriter
 
DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter - Class in org.apache.parquet.column.values.dictionary
 
DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter(int, Encoding, Encoding) - Constructor for class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter
 
DictionaryValuesWriter.PlainLongDictionaryValuesWriter - Class in org.apache.parquet.column.values.dictionary
 
DictionaryValuesWriter.PlainLongDictionaryValuesWriter(int, Encoding, Encoding) - Constructor for class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainLongDictionaryValuesWriter
 
dictPage(ValuesWriter) - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
doubleColumn(String) - Static method in class org.apache.parquet.filter2.predicate.FilterApi
 
DoubleStatistics - Class in org.apache.parquet.column.statistics
 
DoubleStatistics() - Constructor for class org.apache.parquet.column.statistics.DoubleStatistics
 
DoubleValue - Class in org.apache.parquet.example.data.simple
 
DoubleValue(double) - Constructor for class org.apache.parquet.example.data.simple.DoubleValue
 
DummyRecordConverter - Class in org.apache.parquet.example
Dummy implementation for perf tests
DummyRecordConverter(MessageType) - Constructor for class org.apache.parquet.example.DummyRecordConverter
 

E

EMPTY - Static variable in class org.apache.parquet.io.api.Binary
 
encodedValues - Variable in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
Encoding - Enum in org.apache.parquet.column
encoding of the data
encodingForDictionaryPage - Variable in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
end() - Method in class org.apache.parquet.filter2.recordlevel.FilteringGroupConverter
 
end() - Method in class org.apache.parquet.io.api.GroupConverter
call at the end of the group
endField(String, int) - Method in class org.apache.parquet.io.api.RecordConsumer
end of a field in a group or message
endField(String, int) - Method in class org.apache.parquet.io.RecordConsumerLoggingWrapper
end of a field in a group or message
endField(String, int) - Method in class org.apache.parquet.io.ValidatingRecordConsumer
end of a field in a group or message
endGroup() - Method in class org.apache.parquet.io.api.RecordConsumer
end of a group in a field
endGroup(String, int) - Method in class org.apache.parquet.io.BaseRecordReader
 
endGroup() - Method in class org.apache.parquet.io.RecordConsumerLoggingWrapper
end of a group in a field
endGroup() - Method in class org.apache.parquet.io.ValidatingRecordConsumer
end of a group in a field
endMessage() - Method in class org.apache.parquet.io.api.RecordConsumer
end of a record
endMessage() - Method in class org.apache.parquet.io.BaseRecordReader
 
endMessage() - Method in class org.apache.parquet.io.RecordConsumerLoggingWrapper
end of a record
endMessage() - Method in class org.apache.parquet.io.ValidatingRecordConsumer
end of a record
endRecord() - Method in interface org.apache.parquet.column.ColumnWriteStore
called to notify of record boundaries
endRecord() - Method in class org.apache.parquet.column.impl.ColumnWriteStoreV1
 
endRecord() - Method in class org.apache.parquet.column.impl.ColumnWriteStoreV2
 
eq(C, T) - Static method in class org.apache.parquet.filter2.predicate.FilterApi
Keeps records if their value is equal to the provided value.
eqOrBothNull(Object, Object) - Method in class org.apache.parquet.schema.Type
 
equals(Object) - Method in class org.apache.parquet.column.ColumnDescriptor
 
equals(Statistics) - Method in class org.apache.parquet.column.statistics.Statistics
Equality comparison method to compare two statistics objects.
equals(Object) - Method in class org.apache.parquet.filter2.predicate.Operators.Column
 
equals(Object) - Method in class org.apache.parquet.filter2.predicate.Operators.LogicalNotUserDefined
 
equals(Object) - Method in class org.apache.parquet.filter2.predicate.Operators.Not
 
equals(Object) - Method in class org.apache.parquet.filter2.predicate.Operators.UserDefinedByClass
 
equals(Object) - Method in class org.apache.parquet.filter2.predicate.Operators.UserDefinedByInstance
 
equals(Object) - Method in class org.apache.parquet.io.api.Binary
 
equals(Object) - Method in class org.apache.parquet.schema.DecimalMetadata
 
equals(Type) - Method in class org.apache.parquet.schema.GroupType
equals(Type) - Method in class org.apache.parquet.schema.PrimitiveType
equals(Type) - Method in class org.apache.parquet.schema.Type
 
equals(Object) - Method in class org.apache.parquet.schema.Type
 
equals(Object) - Method in class org.apache.parquet.schema.Type.ID
 
equalTo(String) - Static method in class org.apache.parquet.filter.ColumnPredicates
 
equalTo(int) - Static method in class org.apache.parquet.filter.ColumnPredicates
 
equalTo(long) - Static method in class org.apache.parquet.filter.ColumnPredicates
 
equalTo(float) - Static method in class org.apache.parquet.filter.ColumnPredicates
 
equalTo(double) - Static method in class org.apache.parquet.filter.ColumnPredicates
 
equalTo(boolean) - Static method in class org.apache.parquet.filter.ColumnPredicates
 
equalTo(E) - Static method in class org.apache.parquet.filter.ColumnPredicates
 
error(String) - Method in class org.apache.parquet.io.BaseRecordReader
 
evaluate(IncrementallyUpdatedFilterPredicate) - Static method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateEvaluator
 

F

fallBackAllValuesTo(ValuesWriter) - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
fallBackAllValuesTo(ValuesWriter) - Method in interface org.apache.parquet.column.values.RequiresFallback
When falling back to a different encoding we must re-encode all the values seen so far
fallBackDictionaryEncodedData(ValuesWriter) - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
fallBackDictionaryEncodedData(ValuesWriter) - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter
 
fallBackDictionaryEncodedData(ValuesWriter) - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter
 
fallBackDictionaryEncodedData(ValuesWriter) - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainFloatDictionaryValuesWriter
 
fallBackDictionaryEncodedData(ValuesWriter) - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter
 
fallBackDictionaryEncodedData(ValuesWriter) - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainLongDictionaryValuesWriter
 
FallbackValuesWriter<I extends ValuesWriter & RequiresFallback,F extends ValuesWriter> - Class in org.apache.parquet.column.values.fallback
 
FallbackValuesWriter(I, F) - Constructor for class org.apache.parquet.column.values.fallback.FallbackValuesWriter
 
fallBackWriter - Variable in class org.apache.parquet.column.values.fallback.FallbackValuesWriter
fallback
fields - Variable in class org.apache.parquet.schema.Types.GroupBuilder
 
FilterApi - Class in org.apache.parquet.filter2.predicate
The Filter API is expressed through these static methods.
FilterCompat - Class in org.apache.parquet.filter2.compat
Parquet currently has two ways to specify a filter for dropping records at read time.
FilterCompat() - Constructor for class org.apache.parquet.filter2.compat.FilterCompat
 
FilterCompat.Filter - Interface in org.apache.parquet.filter2.compat
 
FilterCompat.FilterPredicateCompat - Class in org.apache.parquet.filter2.compat
 
FilterCompat.NoOpFilter - Class in org.apache.parquet.filter2.compat
 
FilterCompat.UnboundRecordFilterCompat - Class in org.apache.parquet.filter2.compat
 
FilterCompat.Visitor<T> - Interface in org.apache.parquet.filter2.compat
Anyone wanting to use a FilterCompat.Filter need only implement this interface, per the visitor pattern.
FilteringGroupConverter - Class in org.apache.parquet.filter2.recordlevel
FilteringGroupConverter(GroupConverter, List<Integer>, Map<ColumnPath, List<IncrementallyUpdatedFilterPredicate.ValueInspector>>, Map<List<Integer>, PrimitiveColumnIO>) - Constructor for class org.apache.parquet.filter2.recordlevel.FilteringGroupConverter
 
FilteringPrimitiveConverter - Class in org.apache.parquet.filter2.recordlevel
FilteringPrimitiveConverter(PrimitiveConverter, IncrementallyUpdatedFilterPredicate.ValueInspector[]) - Constructor for class org.apache.parquet.filter2.recordlevel.FilteringPrimitiveConverter
 
FilteringRecordMaterializer<T> - Class in org.apache.parquet.filter2.recordlevel
A pass-through proxy for a RecordMaterializer that updates a IncrementallyUpdatedFilterPredicate as it receives concrete values for the current record.
FilteringRecordMaterializer(RecordMaterializer<T>, List<PrimitiveColumnIO>, Map<ColumnPath, List<IncrementallyUpdatedFilterPredicate.ValueInspector>>, IncrementallyUpdatedFilterPredicate) - Constructor for class org.apache.parquet.filter2.recordlevel.FilteringRecordMaterializer
 
FilterPredicate - Interface in org.apache.parquet.filter2.predicate
A FilterPredicate is an expression tree describing the criteria for which records to keep when loading data from a parquet file.
FilterPredicate.Visitor<R> - Interface in org.apache.parquet.filter2.predicate
A FilterPredicate Visitor must visit all the operators in a FilterPredicate expression tree, and must handle recursion itself, per the visitor pattern.
FixedLenByteArrayPlainValuesReader - Class in org.apache.parquet.column.values.plain
ValuesReader for FIXED_LEN_BYTE_ARRAY.
FixedLenByteArrayPlainValuesReader(int) - Constructor for class org.apache.parquet.column.values.plain.FixedLenByteArrayPlainValuesReader
 
FixedLenByteArrayPlainValuesWriter - Class in org.apache.parquet.column.values.plain
ValuesWriter for FIXED_LEN_BYTE_ARRAY.
FixedLenByteArrayPlainValuesWriter(int, int, int) - Constructor for class org.apache.parquet.column.values.plain.FixedLenByteArrayPlainValuesWriter
 
floatColumn(String) - Static method in class org.apache.parquet.filter2.predicate.FilterApi
 
FloatStatistics - Class in org.apache.parquet.column.statistics
 
FloatStatistics() - Constructor for class org.apache.parquet.column.statistics.FloatStatistics
 
FloatValue - Class in org.apache.parquet.example.data.simple
 
FloatValue(float) - Constructor for class org.apache.parquet.example.data.simple.FloatValue
 
flush() - Method in interface org.apache.parquet.column.ColumnWriteStore
when we are done writing to flush to the underlying storage
flush() - Method in class org.apache.parquet.column.impl.ColumnWriteStoreV1
 
flush() - Method in class org.apache.parquet.column.impl.ColumnWriteStoreV2
 
fromBinary(Binary) - Static method in class org.apache.parquet.example.data.simple.NanoTime
 
fromByteArray(byte[], int, int) - Static method in class org.apache.parquet.io.api.Binary
 
fromByteArray(byte[]) - Static method in class org.apache.parquet.io.api.Binary
 
fromByteBuffer(ByteBuffer) - Static method in class org.apache.parquet.io.api.Binary
 
fromInt96(Int96Value) - Static method in class org.apache.parquet.example.data.simple.NanoTime
 
fromString(String) - Static method in enum org.apache.parquet.column.ParquetProperties.WriterVersion
 
fromString(String) - Static method in class org.apache.parquet.io.api.Binary
 
functionToApply(boolean) - Method in interface org.apache.parquet.filter.ColumnPredicates.BooleanPredicateFunction
 
functionToApply(double) - Method in interface org.apache.parquet.filter.ColumnPredicates.DoublePredicateFunction
 
functionToApply(float) - Method in interface org.apache.parquet.filter.ColumnPredicates.FloatPredicateFunction
 
functionToApply(int) - Method in interface org.apache.parquet.filter.ColumnPredicates.IntegerPredicateFunction
 
functionToApply(long) - Method in interface org.apache.parquet.filter.ColumnPredicates.LongPredicateFunction
 
functionToApply(T) - Method in interface org.apache.parquet.filter.ColumnPredicates.PredicateFunction
 

G

genericGetMax() - Method in class org.apache.parquet.column.statistics.BinaryStatistics
 
genericGetMax() - Method in class org.apache.parquet.column.statistics.BooleanStatistics
 
genericGetMax() - Method in class org.apache.parquet.column.statistics.DoubleStatistics
 
genericGetMax() - Method in class org.apache.parquet.column.statistics.FloatStatistics
 
genericGetMax() - Method in class org.apache.parquet.column.statistics.IntStatistics
 
genericGetMax() - Method in class org.apache.parquet.column.statistics.LongStatistics
 
genericGetMax() - Method in class org.apache.parquet.column.statistics.Statistics
 
genericGetMin() - Method in class org.apache.parquet.column.statistics.BinaryStatistics
 
genericGetMin() - Method in class org.apache.parquet.column.statistics.BooleanStatistics
 
genericGetMin() - Method in class org.apache.parquet.column.statistics.DoubleStatistics
 
genericGetMin() - Method in class org.apache.parquet.column.statistics.FloatStatistics
 
genericGetMin() - Method in class org.apache.parquet.column.statistics.IntStatistics
 
genericGetMin() - Method in class org.apache.parquet.column.statistics.LongStatistics
 
genericGetMin() - Method in class org.apache.parquet.column.statistics.Statistics
 
get(FilterPredicate) - Static method in class org.apache.parquet.filter2.compat.FilterCompat
Given a FilterPredicate, return a Filter that wraps it.
get(UnboundRecordFilter) - Static method in class org.apache.parquet.filter2.compat.FilterCompat
Given an UnboundRecordFilter, return a Filter that wraps it.
get(FilterPredicate, UnboundRecordFilter) - Static method in class org.apache.parquet.filter2.compat.FilterCompat
Given either a FilterPredicate or the class of an UnboundRecordFilter, or neither (but not both) return a Filter that wraps whichever was provided.
getAllocatedSize() - Method in interface org.apache.parquet.column.ColumnWriteStore
used for information
getAllocatedSize() - Method in class org.apache.parquet.column.impl.ColumnWriteStoreV1
 
getAllocatedSize() - Method in class org.apache.parquet.column.impl.ColumnWriteStoreV2
 
getAllocatedSize() - Method in class org.apache.parquet.column.values.bitpacking.BitPackingValuesWriter
( > #getBufferedMemorySize )
getAllocatedSize() - Method in class org.apache.parquet.column.values.bitpacking.ByteBitPackingValuesWriter
 
getAllocatedSize() - Method in class org.apache.parquet.column.values.boundedint.DevNullValuesWriter
 
getAllocatedSize() - Method in class org.apache.parquet.column.values.delta.DeltaBinaryPackingValuesWriter
 
getAllocatedSize() - Method in class org.apache.parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesWriter
 
getAllocatedSize() - Method in class org.apache.parquet.column.values.deltastrings.DeltaByteArrayWriter
 
getAllocatedSize() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
getAllocatedSize() - Method in class org.apache.parquet.column.values.fallback.FallbackValuesWriter
 
getAllocatedSize() - Method in class org.apache.parquet.column.values.plain.BooleanPlainValuesWriter
 
getAllocatedSize() - Method in class org.apache.parquet.column.values.plain.FixedLenByteArrayPlainValuesWriter
 
getAllocatedSize() - Method in class org.apache.parquet.column.values.plain.PlainValuesWriter
 
getAllocatedSize() - Method in class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridEncoder
 
getAllocatedSize() - Method in class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridValuesWriter
 
getAllocatedSize() - Method in class org.apache.parquet.column.values.ValuesWriter
( > #getBufferedMemorySize )
getBinary() - Method in interface org.apache.parquet.column.ColumnReader
 
getBinary(String, int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getBinary(int, int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getBinary() - Method in class org.apache.parquet.example.data.simple.BinaryValue
 
getBinary() - Method in class org.apache.parquet.example.data.simple.Primitive
 
getBinary(int, int) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
getBoolean() - Method in interface org.apache.parquet.column.ColumnReader
 
getBoolean(String, int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getBoolean(int, int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getBoolean() - Method in class org.apache.parquet.example.data.simple.BooleanValue
 
getBoolean() - Method in class org.apache.parquet.example.data.simple.Primitive
 
getBoolean(int, int) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
getBoundedReader(int) - Static method in class org.apache.parquet.column.values.boundedint.BoundedIntValuesFactory
 
getBoundedWriter(int, int, int) - Static method in class org.apache.parquet.column.values.boundedint.BoundedIntValuesFactory
 
getBufferedSize() - Method in interface org.apache.parquet.column.ColumnWriteStore
used to flush row groups to disk
getBufferedSize() - Method in class org.apache.parquet.column.impl.ColumnWriteStoreV1
 
getBufferedSize() - Method in class org.apache.parquet.column.impl.ColumnWriteStoreV2
 
getBufferedSize() - Method in class org.apache.parquet.column.values.bitpacking.BitPackingValuesWriter
used to decide if we want to work to the next page
getBufferedSize() - Method in class org.apache.parquet.column.values.bitpacking.ByteBitPackingValuesWriter
 
getBufferedSize() - Method in class org.apache.parquet.column.values.boundedint.DevNullValuesWriter
 
getBufferedSize() - Method in class org.apache.parquet.column.values.delta.DeltaBinaryPackingValuesWriter
 
getBufferedSize() - Method in class org.apache.parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesWriter
 
getBufferedSize() - Method in class org.apache.parquet.column.values.deltastrings.DeltaByteArrayWriter
 
getBufferedSize() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
getBufferedSize() - Method in class org.apache.parquet.column.values.fallback.FallbackValuesWriter
 
getBufferedSize() - Method in class org.apache.parquet.column.values.plain.BooleanPlainValuesWriter
 
getBufferedSize() - Method in class org.apache.parquet.column.values.plain.FixedLenByteArrayPlainValuesWriter
 
getBufferedSize() - Method in class org.apache.parquet.column.values.plain.PlainValuesWriter
 
getBufferedSize() - Method in class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridEncoder
 
getBufferedSize() - Method in class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridValuesWriter
 
getBufferedSize() - Method in class org.apache.parquet.column.values.ValuesWriter
used to decide if we want to work to the next page
getBytes() - Method in class org.apache.parquet.column.page.DataPageV1
 
getBytes() - Method in class org.apache.parquet.column.page.DictionaryPage
 
getBytes() - Method in class org.apache.parquet.column.values.bitpacking.BitPackingValuesWriter
getBytes() - Method in class org.apache.parquet.column.values.bitpacking.ByteBitPackingValuesWriter
 
getBytes() - Method in class org.apache.parquet.column.values.boundedint.DevNullValuesWriter
 
getBytes() - Method in class org.apache.parquet.column.values.delta.DeltaBinaryPackingValuesWriter
getBytes will trigger flushing block buffer, DO NOT write after getBytes() is called without calling reset()
getBytes() - Method in class org.apache.parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesWriter
 
getBytes() - Method in class org.apache.parquet.column.values.deltastrings.DeltaByteArrayWriter
 
getBytes() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
getBytes() - Method in class org.apache.parquet.column.values.fallback.FallbackValuesWriter
 
getBytes() - Method in class org.apache.parquet.column.values.plain.BooleanPlainValuesWriter
 
getBytes() - Method in class org.apache.parquet.column.values.plain.FixedLenByteArrayPlainValuesWriter
 
getBytes() - Method in class org.apache.parquet.column.values.plain.PlainValuesWriter
 
getBytes() - Method in class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridValuesWriter
 
getBytes() - Method in class org.apache.parquet.column.values.ValuesWriter
 
getBytes() - Method in class org.apache.parquet.io.api.Binary
 
getCaseId(int, int, int, int) - Method in class org.apache.parquet.io.BaseRecordReader
 
getChild(String) - Method in class org.apache.parquet.io.GroupColumnIO
 
getChild(int) - Method in class org.apache.parquet.io.GroupColumnIO
 
getChildrenCount() - Method in class org.apache.parquet.io.GroupColumnIO
 
getColumn() - Method in class org.apache.parquet.filter2.predicate.Operators.UserDefined
 
getColumnDescription(String[]) - Method in class org.apache.parquet.schema.MessageType
 
getColumnDescriptor() - Method in class org.apache.parquet.io.PrimitiveColumnIO
 
getColumnDescriptors() - Method in class org.apache.parquet.column.impl.ColumnWriteStoreV1
 
getColumnDescriptors() - Method in class org.apache.parquet.column.impl.ColumnWriteStoreV2
 
getColumnDescriptorValuesWriter(int, int, int) - Static method in class org.apache.parquet.column.ParquetProperties
 
getColumnIO() - Method in class org.apache.parquet.io.ColumnIOFactory.ColumnIOCreatorVisitor
 
getColumnIO(MessageType, MessageType) - Method in class org.apache.parquet.io.ColumnIOFactory
 
getColumnIO(MessageType, MessageType, boolean) - Method in class org.apache.parquet.io.ColumnIOFactory
 
getColumnIO(MessageType) - Method in class org.apache.parquet.io.ColumnIOFactory
 
getColumnNames() - Method in class org.apache.parquet.io.MessageColumnIO
 
getColumnPath() - Method in class org.apache.parquet.filter2.predicate.Operators.Column
 
getColumnReader(ColumnDescriptor) - Method in interface org.apache.parquet.column.ColumnReadStore
 
getColumnReader(ColumnDescriptor) - Method in class org.apache.parquet.column.impl.ColumnReadStoreImpl
 
getColumns() - Method in class org.apache.parquet.schema.MessageType
 
getColumnType() - Method in class org.apache.parquet.filter2.predicate.Operators.Column
 
getColumnWriter(ColumnDescriptor) - Method in interface org.apache.parquet.column.ColumnWriteStore
 
getColumnWriter(ColumnDescriptor) - Method in class org.apache.parquet.column.impl.ColumnWriteStoreV1
 
getColumnWriter(ColumnDescriptor) - Method in class org.apache.parquet.column.impl.ColumnWriteStoreV2
 
getCompressedSize() - Method in class org.apache.parquet.column.page.Page
 
getConverter(int) - Method in class org.apache.parquet.filter2.recordlevel.FilteringGroupConverter
 
getConverter(int) - Method in class org.apache.parquet.io.api.GroupConverter
called at initialization based on schema must consistently return the same object
getCurrentDefinitionLevel() - Method in interface org.apache.parquet.column.ColumnReader
 
getCurrentRecord() - Method in class org.apache.parquet.example.data.simple.convert.GroupRecordConverter
 
getCurrentRecord() - Method in class org.apache.parquet.example.DummyRecordConverter
 
getCurrentRecord() - Method in class org.apache.parquet.filter2.recordlevel.FilteringRecordMaterializer
 
getCurrentRecord() - Method in class org.apache.parquet.io.api.RecordMaterializer
 
getCurrentRepetitionLevel() - Method in interface org.apache.parquet.column.ColumnReader
must return 0 when isFullyConsumed() == true
getCurrentValueDictionaryID() - Method in interface org.apache.parquet.column.ColumnReader
available when the underlying encoding is dictionary based
getData() - Method in class org.apache.parquet.column.page.DataPageV2
 
getDataEncoding() - Method in class org.apache.parquet.column.page.DataPageV2
 
getDecimalMetadata() - Method in class org.apache.parquet.schema.PrimitiveType
 
getDefinitionLevels() - Method in class org.apache.parquet.column.page.DataPageV2
 
getDescriptor() - Method in interface org.apache.parquet.column.ColumnReader
 
getDescriptor() - Method in exception org.apache.parquet.column.UnknownColumnException
 
getDictionaryBasedValuesReader(ColumnDescriptor, ValuesType, Dictionary) - Method in enum org.apache.parquet.column.Encoding
To read decoded values that require a dictionary
getDictionaryPageSizeThreshold() - Method in class org.apache.parquet.column.ParquetProperties
 
getDictionarySize() - Method in class org.apache.parquet.column.page.DictionaryPage
 
getDictionarySize() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
getDictionarySize() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter
 
getDictionarySize() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter
 
getDictionarySize() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainFloatDictionaryValuesWriter
 
getDictionarySize() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter
 
getDictionarySize() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainLongDictionaryValuesWriter
 
getDlEncoding() - Method in class org.apache.parquet.column.page.DataPageV1
 
getDouble() - Method in interface org.apache.parquet.column.ColumnReader
 
getDouble(String, int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getDouble(int, int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getDouble() - Method in class org.apache.parquet.example.data.simple.DoubleValue
 
getDouble() - Method in class org.apache.parquet.example.data.simple.Primitive
 
getDouble(int, int) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
getEncoding() - Method in class org.apache.parquet.column.Dictionary
 
getEncoding() - Method in class org.apache.parquet.column.page.DictionaryPage
 
getEncoding() - Method in class org.apache.parquet.column.values.bitpacking.BitPackingValuesWriter
 
getEncoding() - Method in class org.apache.parquet.column.values.bitpacking.ByteBitPackingValuesWriter
 
getEncoding() - Method in class org.apache.parquet.column.values.boundedint.DevNullValuesWriter
 
getEncoding() - Method in class org.apache.parquet.column.values.delta.DeltaBinaryPackingValuesWriter
 
getEncoding() - Method in class org.apache.parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesWriter
 
getEncoding() - Method in class org.apache.parquet.column.values.deltastrings.DeltaByteArrayWriter
 
getEncoding() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
getEncoding() - Method in class org.apache.parquet.column.values.fallback.FallbackValuesWriter
 
getEncoding() - Method in class org.apache.parquet.column.values.plain.BooleanPlainValuesWriter
 
getEncoding() - Method in class org.apache.parquet.column.values.plain.FixedLenByteArrayPlainValuesWriter
 
getEncoding() - Method in class org.apache.parquet.column.values.plain.PlainValuesWriter
 
getEncoding() - Method in class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridValuesWriter
 
getEncoding() - Method in class org.apache.parquet.column.values.ValuesWriter
called after getBytes() and before reset()
getFieldCount() - Method in class org.apache.parquet.schema.GroupType
 
getFieldIndex(String) - Method in class org.apache.parquet.schema.GroupType
 
getFieldName(int) - Method in class org.apache.parquet.schema.GroupType
returns the name of the corresponding field
getFieldPath(int) - Method in class org.apache.parquet.io.ColumnIO
 
getFieldRepetitionCount(String) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getFieldRepetitionCount(int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getFieldRepetitionCount(int) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
getFields() - Method in class org.apache.parquet.schema.GroupType
 
getFilterPredicate() - Method in class org.apache.parquet.filter2.compat.FilterCompat.FilterPredicateCompat
 
getFloat() - Method in interface org.apache.parquet.column.ColumnReader
 
getFloat(String, int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getFloat(int, int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getFloat() - Method in class org.apache.parquet.example.data.simple.FloatValue
 
getFloat() - Method in class org.apache.parquet.example.data.simple.Primitive
 
getFloat(int, int) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
getGroup(String, int) - Method in class org.apache.parquet.example.data.Group
 
getGroup(int, int) - Method in class org.apache.parquet.example.data.Group
 
getGroup(String, int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getGroup(int, int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getGroup(int, int) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
getId() - Method in class org.apache.parquet.io.PrimitiveColumnIO
 
getId() - Method in class org.apache.parquet.schema.Type
 
getIndex() - Method in class org.apache.parquet.io.ColumnIO
 
getIndexFieldPath() - Method in class org.apache.parquet.io.ColumnIO
 
getIndexFieldPath(int) - Method in class org.apache.parquet.io.ColumnIO
 
getIndexFieldPathList(PrimitiveColumnIO) - Static method in class org.apache.parquet.filter2.recordlevel.FilteringRecordMaterializer
 
getInt96(String, int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getInt96(int, int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getInt96() - Method in class org.apache.parquet.example.data.simple.Int96Value
 
getInt96() - Method in class org.apache.parquet.example.data.simple.Primitive
 
getInt96(int, int) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
getInteger() - Method in interface org.apache.parquet.column.ColumnReader
 
getInteger(String, int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getInteger(int, int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getInteger() - Method in class org.apache.parquet.example.data.simple.IntegerValue
 
getInteger() - Method in class org.apache.parquet.example.data.simple.Primitive
 
getInteger(int, int) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
getJulianDay() - Method in class org.apache.parquet.example.data.simple.NanoTime
 
getLeaves() - Method in class org.apache.parquet.io.MessageColumnIO
 
getLeft() - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate.BinaryLogical
 
getLong() - Method in interface org.apache.parquet.column.ColumnReader
 
getLong(String, int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getLong(int, int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getLong() - Method in class org.apache.parquet.example.data.simple.LongValue
 
getLong() - Method in class org.apache.parquet.example.data.simple.Primitive
 
getLong(int, int) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
getMax() - Method in class org.apache.parquet.column.statistics.BinaryStatistics
 
getMax() - Method in class org.apache.parquet.column.statistics.BooleanStatistics
 
getMax() - Method in class org.apache.parquet.column.statistics.DoubleStatistics
 
getMax() - Method in class org.apache.parquet.column.statistics.FloatStatistics
 
getMax() - Method in class org.apache.parquet.column.statistics.IntStatistics
 
getMax() - Method in class org.apache.parquet.column.statistics.LongStatistics
 
getMax() - Method in class org.apache.parquet.filter2.predicate.Statistics
 
getMaxBytes() - Method in class org.apache.parquet.column.statistics.BinaryStatistics
 
getMaxBytes() - Method in class org.apache.parquet.column.statistics.BooleanStatistics
 
getMaxBytes() - Method in class org.apache.parquet.column.statistics.DoubleStatistics
 
getMaxBytes() - Method in class org.apache.parquet.column.statistics.FloatStatistics
 
getMaxBytes() - Method in class org.apache.parquet.column.statistics.IntStatistics
 
getMaxBytes() - Method in class org.apache.parquet.column.statistics.LongStatistics
 
getMaxBytes() - Method in class org.apache.parquet.column.statistics.Statistics
Abstract method to return the max value as a byte array
getMaxDefinitionLevel() - Method in class org.apache.parquet.column.ColumnDescriptor
 
getMaxDefinitionLevel(String[], int) - Method in class org.apache.parquet.schema.GroupType
 
getMaxDefinitionLevel(String...) - Method in class org.apache.parquet.schema.MessageType
 
getMaxDefinitionLevel(String[], int) - Method in class org.apache.parquet.schema.PrimitiveType
 
getMaxDefinitionLevel(String[], int) - Method in class org.apache.parquet.schema.Type
 
getMaxId() - Method in class org.apache.parquet.column.Dictionary
 
getMaxId() - Method in class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainBinaryDictionary
 
getMaxId() - Method in class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainDoubleDictionary
 
getMaxId() - Method in class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainFloatDictionary
 
getMaxId() - Method in class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainIntegerDictionary
 
getMaxId() - Method in class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainLongDictionary
 
getMaxRepetitionLevel() - Method in class org.apache.parquet.column.ColumnDescriptor
 
getMaxRepetitionLevel(String[], int) - Method in class org.apache.parquet.schema.GroupType
 
getMaxRepetitionLevel(String...) - Method in class org.apache.parquet.schema.MessageType
 
getMaxRepetitionLevel(String[], int) - Method in class org.apache.parquet.schema.PrimitiveType
 
getMaxRepetitionLevel(String[], int) - Method in class org.apache.parquet.schema.Type
 
getMemSize() - Method in interface org.apache.parquet.column.page.PageWriter
 
getMethod - Variable in enum org.apache.parquet.schema.PrimitiveType.PrimitiveTypeName
 
getMin() - Method in class org.apache.parquet.column.statistics.BinaryStatistics
 
getMin() - Method in class org.apache.parquet.column.statistics.BooleanStatistics
 
getMin() - Method in class org.apache.parquet.column.statistics.DoubleStatistics
 
getMin() - Method in class org.apache.parquet.column.statistics.FloatStatistics
 
getMin() - Method in class org.apache.parquet.column.statistics.IntStatistics
 
getMin() - Method in class org.apache.parquet.column.statistics.LongStatistics
 
getMin() - Method in class org.apache.parquet.filter2.predicate.Statistics
 
getMinBytes() - Method in class org.apache.parquet.column.statistics.BinaryStatistics
 
getMinBytes() - Method in class org.apache.parquet.column.statistics.BooleanStatistics
 
getMinBytes() - Method in class org.apache.parquet.column.statistics.DoubleStatistics
 
getMinBytes() - Method in class org.apache.parquet.column.statistics.FloatStatistics
 
getMinBytes() - Method in class org.apache.parquet.column.statistics.IntStatistics
 
getMinBytes() - Method in class org.apache.parquet.column.statistics.LongStatistics
 
getMinBytes() - Method in class org.apache.parquet.column.statistics.Statistics
Abstract method to return the min value as a byte array
getName() - Method in class org.apache.parquet.io.ColumnIO
 
getName() - Method in class org.apache.parquet.schema.Type
 
getNextOffset() - Method in class org.apache.parquet.column.values.bitpacking.BitPackingValuesReader
 
getNextOffset() - Method in class org.apache.parquet.column.values.bitpacking.ByteBitPackingValuesReader
 
getNextOffset() - Method in class org.apache.parquet.column.values.boundedint.ZeroIntegerValuesReader
 
getNextOffset() - Method in class org.apache.parquet.column.values.delta.DeltaBinaryPackingValuesReader
 
getNextOffset() - Method in class org.apache.parquet.column.values.plain.BooleanPlainValuesReader
 
getNextOffset() - Method in class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridValuesReader
 
getNextOffset() - Method in class org.apache.parquet.column.values.ValuesReader
Called to return offset of the next section
getNullCount() - Method in class org.apache.parquet.column.page.DataPageV2
 
getNumNulls() - Method in class org.apache.parquet.column.statistics.Statistics
Returns the null count
getOriginalType() - Method in class org.apache.parquet.schema.Type
 
getPageReader(ColumnDescriptor) - Method in interface org.apache.parquet.column.page.PageReadStore
 
getPageWriter(ColumnDescriptor) - Method in interface org.apache.parquet.column.page.PageWriteStore
 
getParent() - Method in class org.apache.parquet.io.ColumnIO
 
getPath() - Method in class org.apache.parquet.column.ColumnDescriptor
 
getPath() - Method in class org.apache.parquet.io.PrimitiveColumnIO
 
getPaths(int) - Method in class org.apache.parquet.schema.GroupType
 
getPaths() - Method in class org.apache.parquet.schema.MessageType
 
getPaths(int) - Method in class org.apache.parquet.schema.PrimitiveType
 
getPaths(int) - Method in class org.apache.parquet.schema.Type
 
getPrecision() - Method in class org.apache.parquet.schema.DecimalMetadata
 
getPredicate() - Method in class org.apache.parquet.filter2.predicate.Operators.Not
 
getPrimitive() - Method in class org.apache.parquet.io.PrimitiveColumnIO
 
getPrimitiveTypeName() - Method in class org.apache.parquet.schema.PrimitiveType
 
getRecordReader(PageReadStore, RecordMaterializer<T>) - Method in class org.apache.parquet.io.MessageColumnIO
 
getRecordReader(PageReadStore, RecordMaterializer<T>, UnboundRecordFilter) - Method in class org.apache.parquet.io.MessageColumnIO
Deprecated.
use #getRecordReader(PageReadStore, RecordMaterializer, Filter)
getRecordReader(PageReadStore, RecordMaterializer<T>, FilterCompat.Filter) - Method in class org.apache.parquet.io.MessageColumnIO
 
getRecordWriter(ColumnWriteStore) - Method in class org.apache.parquet.io.MessageColumnIO
 
getRepetition() - Method in class org.apache.parquet.schema.Type
 
getRepetitionLevels() - Method in class org.apache.parquet.column.page.DataPageV2
 
getResult() - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate.ValueInspector
getRight() - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate.BinaryLogical
 
getRlEncoding() - Method in class org.apache.parquet.column.page.DataPageV1
 
getRootConverter() - Method in class org.apache.parquet.example.data.simple.convert.GroupRecordConverter
 
getRootConverter() - Method in class org.apache.parquet.example.DummyRecordConverter
 
getRootConverter() - Method in class org.apache.parquet.filter2.recordlevel.FilteringRecordMaterializer
 
getRootConverter() - Method in class org.apache.parquet.io.api.RecordMaterializer
 
getRowCount() - Method in class org.apache.parquet.column.page.DataPageV2
 
getRowCount() - Method in interface org.apache.parquet.column.page.PageReadStore
 
getScale() - Method in class org.apache.parquet.schema.DecimalMetadata
 
getStatistics() - Method in class org.apache.parquet.column.page.DataPageV1
 
getStatistics() - Method in class org.apache.parquet.column.page.DataPageV2
 
getStatsBasedOnType(PrimitiveType.PrimitiveTypeName) - Static method in class org.apache.parquet.column.statistics.Statistics
Returns the typed statistics object based on the passed type parameter
getString(String, int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getString(int, int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getString() - Method in class org.apache.parquet.example.data.simple.BinaryValue
 
getString() - Method in class org.apache.parquet.example.data.simple.Primitive
 
getString(int, int) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
getTimeNanos(int, int) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
getTimeOfDayNanos() - Method in class org.apache.parquet.example.data.simple.NanoTime
 
getTotalValueCount() - Method in interface org.apache.parquet.column.ColumnReader
 
getTotalValueCount() - Method in interface org.apache.parquet.column.page.PageReader
 
getType() - Method in class org.apache.parquet.column.ColumnDescriptor
 
getType() - Method in exception org.apache.parquet.column.UnknownColumnTypeException
 
getType() - Method in class org.apache.parquet.example.data.GroupValueSource
 
getType() - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
getType() - Method in class org.apache.parquet.io.ColumnIO
 
getType() - Method in class org.apache.parquet.io.MessageColumnIO
 
getType(String) - Method in class org.apache.parquet.schema.GroupType
 
getType(int) - Method in class org.apache.parquet.schema.GroupType
 
getType(String[], int) - Method in class org.apache.parquet.schema.GroupType
 
getType(String...) - Method in class org.apache.parquet.schema.MessageType
 
getType(String[], int) - Method in class org.apache.parquet.schema.PrimitiveType
 
getType(String[], int) - Method in class org.apache.parquet.schema.Type
 
getTypeLength() - Method in class org.apache.parquet.column.ColumnDescriptor
 
getTypeLength() - Method in class org.apache.parquet.schema.PrimitiveType
 
getUnboundRecordFilter() - Method in class org.apache.parquet.filter2.compat.FilterCompat.UnboundRecordFilterCompat
 
getUncompressedSize() - Method in class org.apache.parquet.column.page.Page
 
getUserDefined() - Method in class org.apache.parquet.filter2.predicate.Operators.LogicalNotUserDefined
 
getUserDefinedPredicate() - Method in class org.apache.parquet.filter2.predicate.Operators.UserDefined
 
getUserDefinedPredicate() - Method in class org.apache.parquet.filter2.predicate.Operators.UserDefinedByClass
 
getUserDefinedPredicate() - Method in class org.apache.parquet.filter2.predicate.Operators.UserDefinedByInstance
 
getUserDefinedPredicateClass() - Method in class org.apache.parquet.filter2.predicate.Operators.UserDefinedByClass
 
getValueCount() - Method in class org.apache.parquet.column.page.DataPage
 
getValueEncoding() - Method in class org.apache.parquet.column.page.DataPageV1
 
getValueInspectorsByColumn() - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateBuilderBase
 
getValuesReader(ColumnDescriptor, ValuesType) - Method in enum org.apache.parquet.column.Encoding
To read decoded values that don't require a dictionary
getValuesWriter(ColumnDescriptor, int, int) - Method in class org.apache.parquet.column.ParquetProperties
 
getValueToString(int, int) - Method in class org.apache.parquet.example.data.GroupValueSource
 
getValueToString(int, int) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
getWriterVersion() - Method in class org.apache.parquet.column.ParquetProperties
 
Group - Class in org.apache.parquet.example.data
 
Group() - Constructor for class org.apache.parquet.example.data.Group
 
group(Type.Repetition) - Method in class org.apache.parquet.schema.Types.GroupBuilder
 
GroupColumnIO - Class in org.apache.parquet.io
Group level of the IO structure
GroupConverter - Class in org.apache.parquet.io.api
converter for group nodes
GroupConverter() - Constructor for class org.apache.parquet.io.api.GroupConverter
 
GroupFactory - Class in org.apache.parquet.example.data
 
GroupFactory() - Constructor for class org.apache.parquet.example.data.GroupFactory
 
GroupRecordConverter - Class in org.apache.parquet.example.data.simple.convert
 
GroupRecordConverter(MessageType) - Constructor for class org.apache.parquet.example.data.simple.convert.GroupRecordConverter
 
GroupType - Class in org.apache.parquet.schema
Represents a group type: a list of fields
GroupType(Type.Repetition, String, List<Type>) - Constructor for class org.apache.parquet.schema.GroupType
 
GroupType(Type.Repetition, String, Type...) - Constructor for class org.apache.parquet.schema.GroupType
 
GroupType(Type.Repetition, String, OriginalType, Type...) - Constructor for class org.apache.parquet.schema.GroupType
Deprecated.
GroupType(Type.Repetition, String, OriginalType, List<Type>) - Constructor for class org.apache.parquet.schema.GroupType
Deprecated.
GroupValueSource - Class in org.apache.parquet.example.data
 
GroupValueSource() - Constructor for class org.apache.parquet.example.data.GroupValueSource
 
GroupWriter - Class in org.apache.parquet.example.data
 
GroupWriter(RecordConsumer, GroupType) - Constructor for class org.apache.parquet.example.data.GroupWriter
 
gt(C, T) - Static method in class org.apache.parquet.filter2.predicate.FilterApi
Keeps records if their value is greater than (but not equal to) the provided value.
gtEq(C, T) - Static method in class org.apache.parquet.filter2.predicate.FilterApi
Keeps records if their value is greater than or equal to the provided value.

H

hasDictionarySupport() - Method in class org.apache.parquet.filter2.recordlevel.FilteringPrimitiveConverter
 
hasDictionarySupport() - Method in class org.apache.parquet.io.api.PrimitiveConverter
if it returns true we will attempt to use dictionary based conversion instead
hashCode() - Method in class org.apache.parquet.column.ColumnDescriptor
 
hashCode() - Method in class org.apache.parquet.column.statistics.Statistics
Hash code for the statistics object
hashCode() - Method in class org.apache.parquet.filter2.predicate.Operators.Column
 
hashCode() - Method in class org.apache.parquet.filter2.predicate.Operators.LogicalNotUserDefined
 
hashCode() - Method in class org.apache.parquet.filter2.predicate.Operators.Not
 
hashCode() - Method in class org.apache.parquet.filter2.predicate.Operators.UserDefinedByClass
 
hashCode() - Method in class org.apache.parquet.filter2.predicate.Operators.UserDefinedByInstance
 
hashCode() - Method in class org.apache.parquet.schema.DecimalMetadata
 
hashCode() - Method in class org.apache.parquet.schema.GroupType
hashCode() - Method in class org.apache.parquet.schema.PrimitiveType
hashCode() - Method in class org.apache.parquet.schema.Type
 
hashCode() - Method in class org.apache.parquet.schema.Type.ID
 
hasNext() - Method in class org.apache.parquet.column.values.dictionary.IntList.IntIterator
 
hasNonNullValue() - Method in class org.apache.parquet.column.statistics.Statistics
Returns whether there have been non-null values added to this statistics

I

id - Variable in class org.apache.parquet.schema.Types.Builder
 
id(int) - Method in class org.apache.parquet.schema.Types.Builder
adds an id annotation to the type being built.
in - Variable in class org.apache.parquet.column.values.plain.PlainValuesReader
 
IncompatibleSchemaModificationException - Exception in org.apache.parquet.schema
thrown when we are trying to read together files with incompatible schemas.
IncompatibleSchemaModificationException() - Constructor for exception org.apache.parquet.schema.IncompatibleSchemaModificationException
 
IncompatibleSchemaModificationException(String, Throwable) - Constructor for exception org.apache.parquet.schema.IncompatibleSchemaModificationException
 
IncompatibleSchemaModificationException(String) - Constructor for exception org.apache.parquet.schema.IncompatibleSchemaModificationException
 
IncompatibleSchemaModificationException(Throwable) - Constructor for exception org.apache.parquet.schema.IncompatibleSchemaModificationException
 
IncrementallyUpdatedFilterPredicate - Interface in org.apache.parquet.filter2.recordlevel
A rewritten version of a FilterPredicate which receives the values for a record's columns one by one and internally tracks whether the predicate is satisfied, unsatisfied, or unknown.
IncrementallyUpdatedFilterPredicate.And - Class in org.apache.parquet.filter2.recordlevel
 
IncrementallyUpdatedFilterPredicate.BinaryLogical - Class in org.apache.parquet.filter2.recordlevel
 
IncrementallyUpdatedFilterPredicate.Or - Class in org.apache.parquet.filter2.recordlevel
 
IncrementallyUpdatedFilterPredicate.ValueInspector - Class in org.apache.parquet.filter2.recordlevel
This is the leaf node of a filter predicate.
IncrementallyUpdatedFilterPredicate.Visitor - Interface in org.apache.parquet.filter2.recordlevel
A Visitor for an IncrementallyUpdatedFilterPredicate, per the visitor pattern.
IncrementallyUpdatedFilterPredicateBuilder - Class in org.apache.parquet.filter2.recordlevel
This class is auto-generated by parquet.filter2.IncrementallyUpdatedFilterPredicateGenerator Do not manually edit! See IncrementallyUpdatedFilterPredicateBuilderBase
IncrementallyUpdatedFilterPredicateBuilder() - Constructor for class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateBuilder
 
IncrementallyUpdatedFilterPredicateBuilderBase - Class in org.apache.parquet.filter2.recordlevel
The implementation of this abstract class is auto-generated by IncrementallyUpdatedFilterPredicateGenerator Constructs a IncrementallyUpdatedFilterPredicate from a FilterPredicate This is how records are filtered during record assembly.
IncrementallyUpdatedFilterPredicateBuilderBase() - Constructor for class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateBuilderBase
 
IncrementallyUpdatedFilterPredicateEvaluator - Class in org.apache.parquet.filter2.recordlevel
Determines whether an IncrementallyUpdatedFilterPredicate is satisfied or not.
IncrementallyUpdatedFilterPredicateResetter - Class in org.apache.parquet.filter2.recordlevel
incrementNumNulls() - Method in class org.apache.parquet.column.statistics.Statistics
Increments the null count by one
incrementNumNulls(long) - Method in class org.apache.parquet.column.statistics.Statistics
Increments the null count by the parameter value
initDictionary(ColumnDescriptor, DictionaryPage) - Method in enum org.apache.parquet.column.Encoding
initializes a dictionary from a page
initFromPage(int, byte[], int) - Method in class org.apache.parquet.column.values.bitpacking.BitPackingValuesReader
Called to initialize the column reader from a part of a page.
initFromPage(int, byte[], int) - Method in class org.apache.parquet.column.values.bitpacking.ByteBitPackingValuesReader
 
initFromPage(int, byte[], int) - Method in class org.apache.parquet.column.values.boundedint.ZeroIntegerValuesReader
 
initFromPage(int, byte[], int) - Method in class org.apache.parquet.column.values.delta.DeltaBinaryPackingValuesReader
eagerly load all the data into memory
initFromPage(int, byte[], int) - Method in class org.apache.parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesReader
 
initFromPage(int, byte[], int) - Method in class org.apache.parquet.column.values.deltastrings.DeltaByteArrayReader
 
initFromPage(int, byte[], int) - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesReader
 
initFromPage(int, byte[], int) - Method in class org.apache.parquet.column.values.plain.BinaryPlainValuesReader
 
initFromPage(int, byte[], int) - Method in class org.apache.parquet.column.values.plain.BooleanPlainValuesReader
Called to initialize the column reader from a part of a page.
initFromPage(int, byte[], int) - Method in class org.apache.parquet.column.values.plain.FixedLenByteArrayPlainValuesReader
 
initFromPage(int, byte[], int) - Method in class org.apache.parquet.column.values.plain.PlainValuesReader
Called to initialize the column reader from a part of a page.
initFromPage(int, byte[], int) - Method in class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridValuesReader
 
initFromPage(int, byte[], int) - Method in class org.apache.parquet.column.values.ValuesReader
Called to initialize the column reader from a part of a page.
initializeStats(Binary, Binary) - Method in class org.apache.parquet.column.statistics.BinaryStatistics
 
initializeStats(boolean, boolean) - Method in class org.apache.parquet.column.statistics.BooleanStatistics
 
initializeStats(double, double) - Method in class org.apache.parquet.column.statistics.DoubleStatistics
 
initializeStats(float, float) - Method in class org.apache.parquet.column.statistics.FloatStatistics
 
initializeStats(int, int) - Method in class org.apache.parquet.column.statistics.IntStatistics
 
initializeStats(long, long) - Method in class org.apache.parquet.column.statistics.LongStatistics
 
initialWriter - Variable in class org.apache.parquet.column.values.fallback.FallbackValuesWriter
writer to start with
Int96Value - Class in org.apache.parquet.example.data.simple
 
Int96Value(Binary) - Constructor for class org.apache.parquet.example.data.simple.Int96Value
 
intArrayToList(int[]) - Static method in class org.apache.parquet.filter2.recordlevel.FilteringRecordMaterializer
 
intColumn(String) - Static method in class org.apache.parquet.filter2.predicate.FilterApi
 
IntegerValue - Class in org.apache.parquet.example.data.simple
 
IntegerValue(int) - Constructor for class org.apache.parquet.example.data.simple.IntegerValue
 
IntList - Class in org.apache.parquet.column.values.dictionary
An append-only integer list avoids autoboxing and buffer resizing
IntList() - Constructor for class org.apache.parquet.column.values.dictionary.IntList
construct an empty list
IntList.IntIterator - Class in org.apache.parquet.column.values.dictionary
to iterate on the content of the list not an actual iterator to avoid autoboxing
IntList.IntIterator(int[][], int) - Constructor for class org.apache.parquet.column.values.dictionary.IntList.IntIterator
slabs will be iterated in order up to the provided count as the last slab may not be full
IntStatistics - Class in org.apache.parquet.column.statistics
 
IntStatistics() - Constructor for class org.apache.parquet.column.statistics.IntStatistics
 
intValue() - Method in class org.apache.parquet.schema.Type.ID
 
InvalidRecordException - Exception in org.apache.parquet.io
thrown when an invalid record is encountered
InvalidRecordException() - Constructor for exception org.apache.parquet.io.InvalidRecordException
 
InvalidRecordException(String, Throwable) - Constructor for exception org.apache.parquet.io.InvalidRecordException
 
InvalidRecordException(String) - Constructor for exception org.apache.parquet.io.InvalidRecordException
 
InvalidRecordException(Throwable) - Constructor for exception org.apache.parquet.io.InvalidRecordException
 
inverseCanDrop(Statistics<T>) - Method in class org.apache.parquet.filter2.predicate.UserDefinedPredicate
Same as UserDefinedPredicate.canDrop(org.apache.parquet.filter2.predicate.Statistics<T>) except this method describes the logical inverse behavior of this predicate.
invert(FilterPredicate) - Static method in class org.apache.parquet.filter2.predicate.LogicalInverter
 
isCompressed() - Method in class org.apache.parquet.column.page.DataPageV2
 
isCompressionSatisfying(long, long) - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
isCompressionSatisfying(long, long) - Method in interface org.apache.parquet.column.values.RequiresFallback
Before writing the first page we will verify if the encoding is worth it.
isEmpty() - Method in class org.apache.parquet.column.statistics.Statistics
Returns a boolean specifying if the Statistics object is empty, i.e does not contain valid statistics for the page/column yet
isEnableDictionary() - Method in class org.apache.parquet.column.ParquetProperties
 
isFirst(int) - Method in class org.apache.parquet.io.PrimitiveColumnIO
 
isKnown() - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate.ValueInspector
Return true if this inspector has received a value yet, false otherwise.
isLast(int) - Method in class org.apache.parquet.io.PrimitiveColumnIO
 
isMatch() - Method in class org.apache.parquet.filter.AndRecordFilter
 
isMatch() - Method in class org.apache.parquet.filter.ColumnRecordFilter
 
isMatch() - Method in class org.apache.parquet.filter.NotRecordFilter
 
isMatch() - Method in class org.apache.parquet.filter.OrRecordFilter
 
isMatch() - Method in class org.apache.parquet.filter.PagedRecordFilter
Keeps track of how many times it is called.
isMatch() - Method in interface org.apache.parquet.filter.RecordFilter
Works out whether the current record can pass through the filter.
isMoreRestrictiveThan(Type.Repetition) - Method in enum org.apache.parquet.schema.Type.Repetition
 
isPrimitive() - Method in class org.apache.parquet.io.api.Converter
 
isPrimitive() - Method in class org.apache.parquet.io.api.GroupConverter
 
isPrimitive() - Method in class org.apache.parquet.io.api.PrimitiveConverter
 
isPrimitive() - Method in class org.apache.parquet.schema.GroupType
 
isPrimitive() - Method in class org.apache.parquet.schema.PrimitiveType
 
isPrimitive() - Method in class org.apache.parquet.schema.Type
 
isRepetition(Type.Repetition) - Method in class org.apache.parquet.schema.Type
 
iterator() - Method in class org.apache.parquet.column.values.dictionary.IntList
(not an actual Iterable)

J

javaType - Variable in enum org.apache.parquet.schema.PrimitiveType.PrimitiveTypeName
 

K

keep(T) - Method in class org.apache.parquet.filter2.predicate.UserDefinedPredicate
Return true to keep the record with this value, false to drop it.

L

lastUsedDictionaryByteSize - Variable in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
lastUsedDictionarySize - Variable in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
length() - Method in class org.apache.parquet.io.api.Binary
 
length(int) - Method in class org.apache.parquet.schema.Types.PrimitiveBuilder
Adds the length for a FIXED_LEN_BYTE_ARRAY.
listType(Type.Repetition, String, Type) - Static method in class org.apache.parquet.schema.ConversionPatterns
 
log(String) - Method in class org.apache.parquet.io.BaseRecordReader
 
LogicalInverseRewriter - Class in org.apache.parquet.filter2.predicate
Recursively removes all use of the not() operator in a predicate by replacing all instances of not(x) with the inverse(x), eg: not(and(eq(), not(eq(y))) -> or(notEq(), eq(y)) The returned predicate should have the same meaning as the original, but without the use of the not() operator.
LogicalInverter - Class in org.apache.parquet.filter2.predicate
Converts a FilterPredicate to its logical inverse.
longColumn(String) - Static method in class org.apache.parquet.filter2.predicate.FilterApi
 
LongStatistics - Class in org.apache.parquet.column.statistics
 
LongStatistics() - Constructor for class org.apache.parquet.column.statistics.LongStatistics
 
LongValue - Class in org.apache.parquet.example.data.simple
 
LongValue(long) - Constructor for class org.apache.parquet.example.data.simple.LongValue
 
lt(C, T) - Static method in class org.apache.parquet.filter2.predicate.FilterApi
Keeps records if their value is less than (but not equal to) the provided value.
ltEq(C, T) - Static method in class org.apache.parquet.filter2.predicate.FilterApi
Keeps records if their value is less than or equal to the provided value.

M

mapType(Type.Repetition, String, Type, Type) - Static method in class org.apache.parquet.schema.ConversionPatterns
 
mapType(Type.Repetition, String, String, Type, Type) - Static method in class org.apache.parquet.schema.ConversionPatterns
 
markAsNotEmpty() - Method in class org.apache.parquet.column.statistics.Statistics
Sets the page/column as having a valid non-null value kind of misnomer here
MAX_BITWIDTH - Static variable in class org.apache.parquet.column.values.delta.DeltaBinaryPackingValuesWriter
max bitwidth for a mini block, it is used to allocate miniBlockByteBuffer which is reused between flushes.
maxColMemSize() - Method in class org.apache.parquet.column.impl.ColumnWriteStoreV1
 
maxDictionaryByteSize - Variable in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
memUsageString() - Method in interface org.apache.parquet.column.ColumnWriteStore
used for debugging pupose
memUsageString() - Method in class org.apache.parquet.column.impl.ColumnWriteStoreV1
 
memUsageString() - Method in class org.apache.parquet.column.impl.ColumnWriteStoreV2
 
memUsageString(String) - Method in interface org.apache.parquet.column.page.PageWriter
 
memUsageString(String) - Method in class org.apache.parquet.column.values.bitpacking.BitPackingValuesWriter
 
memUsageString(String) - Method in class org.apache.parquet.column.values.bitpacking.ByteBitPackingValuesWriter
 
memUsageString(String) - Method in class org.apache.parquet.column.values.boundedint.DevNullValuesWriter
 
memUsageString(String) - Method in class org.apache.parquet.column.values.delta.DeltaBinaryPackingValuesWriter
 
memUsageString(String) - Method in class org.apache.parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesWriter
 
memUsageString(String) - Method in class org.apache.parquet.column.values.deltastrings.DeltaByteArrayWriter
 
memUsageString(String) - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
memUsageString(String) - Method in class org.apache.parquet.column.values.fallback.FallbackValuesWriter
 
memUsageString(String) - Method in class org.apache.parquet.column.values.plain.BooleanPlainValuesWriter
 
memUsageString(String) - Method in class org.apache.parquet.column.values.plain.FixedLenByteArrayPlainValuesWriter
 
memUsageString(String) - Method in class org.apache.parquet.column.values.plain.PlainValuesWriter
 
memUsageString(String) - Method in class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridValuesWriter
 
memUsageString(String) - Method in class org.apache.parquet.column.values.ValuesWriter
 
mergeStatistics(Statistics) - Method in class org.apache.parquet.column.statistics.Statistics
Method to merge this statistics object with the object passed as parameter.
mergeStatisticsMinMax(Statistics) - Method in class org.apache.parquet.column.statistics.BinaryStatistics
 
mergeStatisticsMinMax(Statistics) - Method in class org.apache.parquet.column.statistics.BooleanStatistics
 
mergeStatisticsMinMax(Statistics) - Method in class org.apache.parquet.column.statistics.DoubleStatistics
 
mergeStatisticsMinMax(Statistics) - Method in class org.apache.parquet.column.statistics.FloatStatistics
 
mergeStatisticsMinMax(Statistics) - Method in class org.apache.parquet.column.statistics.IntStatistics
 
mergeStatisticsMinMax(Statistics) - Method in class org.apache.parquet.column.statistics.LongStatistics
 
mergeStatisticsMinMax(Statistics) - Method in class org.apache.parquet.column.statistics.Statistics
Abstract method to merge this statistics min and max with the values of the parameter object.
MessageColumnIO - Class in org.apache.parquet.io
Message level of the IO structure
MessageType - Class in org.apache.parquet.schema
The root of a schema
MessageType(String, Type...) - Constructor for class org.apache.parquet.schema.MessageType
 
MessageType(String, List<Type>) - Constructor for class org.apache.parquet.schema.MessageType
 
MessageTypeParser - Class in org.apache.parquet.schema
Parses a schema from a textual format similar to that described in the Dremel paper.

N

named(String) - Method in class org.apache.parquet.schema.Types.Builder
Builds a Type and returns the parent builder, if given, or the Type that was built.
named(String) - Method in class org.apache.parquet.schema.Types.MessageTypeBuilder
Builds and returns the MessageType configured by this builder.
NanoTime - Class in org.apache.parquet.example.data.simple
 
NanoTime(int, long) - Constructor for class org.apache.parquet.example.data.simple.NanoTime
 
newColumnWriteStore(MessageType, PageWriteStore, int) - Method in class org.apache.parquet.column.ParquetProperties
 
newGroup() - Method in class org.apache.parquet.example.data.GroupFactory
 
newGroup() - Method in class org.apache.parquet.example.data.simple.SimpleGroupFactory
 
next() - Method in class org.apache.parquet.column.values.dictionary.IntList.IntIterator
 
NOOP - Static variable in class org.apache.parquet.filter2.compat.FilterCompat
 
not(UnboundRecordFilter) - Static method in class org.apache.parquet.filter.NotRecordFilter
Returns builder for creating an and filter.
not(FilterPredicate) - Static method in class org.apache.parquet.filter2.predicate.FilterApi
Constructs the logical not (or inverse) of a predicate.
notEq(C, T) - Static method in class org.apache.parquet.filter2.predicate.FilterApi
Keeps records if their value is not equal to the provided value.
NotRecordFilter - Class in org.apache.parquet.filter
Provides ability to negate the result of a filter.

O

of(I, F) - Static method in class org.apache.parquet.column.values.fallback.FallbackValuesWriter
 
Operators - Class in org.apache.parquet.filter2.predicate
These are the operators in a filter predicate expression tree.
Operators.And - Class in org.apache.parquet.filter2.predicate
 
Operators.BinaryColumn - Class in org.apache.parquet.filter2.predicate
 
Operators.BooleanColumn - Class in org.apache.parquet.filter2.predicate
 
Operators.Column<T extends Comparable<T>> - Class in org.apache.parquet.filter2.predicate
 
Operators.Column(ColumnPath, Class<T>) - Constructor for class org.apache.parquet.filter2.predicate.Operators.Column
 
Operators.DoubleColumn - Class in org.apache.parquet.filter2.predicate
 
Operators.Eq<T extends Comparable<T>> - Class in org.apache.parquet.filter2.predicate
 
Operators.FloatColumn - Class in org.apache.parquet.filter2.predicate
 
Operators.Gt<T extends Comparable<T>> - Class in org.apache.parquet.filter2.predicate
 
Operators.GtEq<T extends Comparable<T>> - Class in org.apache.parquet.filter2.predicate
 
Operators.IntColumn - Class in org.apache.parquet.filter2.predicate
 
Operators.LogicalNotUserDefined<T extends Comparable<T>,U extends UserDefinedPredicate<T>> - Class in org.apache.parquet.filter2.predicate
 
Operators.LongColumn - Class in org.apache.parquet.filter2.predicate
 
Operators.Lt<T extends Comparable<T>> - Class in org.apache.parquet.filter2.predicate
 
Operators.LtEq<T extends Comparable<T>> - Class in org.apache.parquet.filter2.predicate
 
Operators.Not - Class in org.apache.parquet.filter2.predicate
 
Operators.NotEq<T extends Comparable<T>> - Class in org.apache.parquet.filter2.predicate
 
Operators.Or - Class in org.apache.parquet.filter2.predicate
 
Operators.SupportsEqNotEq - Interface in org.apache.parquet.filter2.predicate
 
Operators.SupportsLtGt - Interface in org.apache.parquet.filter2.predicate
 
Operators.UserDefined<T extends Comparable<T>,U extends UserDefinedPredicate<T>> - Class in org.apache.parquet.filter2.predicate
 
Operators.UserDefinedByClass<T extends Comparable<T>,U extends UserDefinedPredicate<T>> - Class in org.apache.parquet.filter2.predicate
 
Operators.UserDefinedByInstance<T extends Comparable<T>,U extends UserDefinedPredicate<T> & Serializable> - Class in org.apache.parquet.filter2.predicate
 
optional(PrimitiveType.PrimitiveTypeName) - Method in class org.apache.parquet.schema.Types.GroupBuilder
Returns a Types.PrimitiveBuilder for the optional primitive type type.
optional(PrimitiveType.PrimitiveTypeName) - Static method in class org.apache.parquet.schema.Types
Returns a builder to construct an optional PrimitiveType.
optionalGroup() - Method in class org.apache.parquet.schema.Types.GroupBuilder
Returns a Types.GroupBuilder to build an optional sub-group.
optionalGroup() - Static method in class org.apache.parquet.schema.Types
Returns a builder to construct an optional GroupType.
or(UnboundRecordFilter, UnboundRecordFilter) - Static method in class org.apache.parquet.filter.OrRecordFilter
Returns builder for creating an and filter.
or(FilterPredicate, FilterPredicate) - Static method in class org.apache.parquet.filter2.predicate.FilterApi
Constructs the logical or of two predicates.
org.apache.parquet.column - package org.apache.parquet.column
 
org.apache.parquet.column.impl - package org.apache.parquet.column.impl
 
org.apache.parquet.column.page - package org.apache.parquet.column.page
 
org.apache.parquet.column.statistics - package org.apache.parquet.column.statistics
 
org.apache.parquet.column.values - package org.apache.parquet.column.values
 
org.apache.parquet.column.values.bitpacking - package org.apache.parquet.column.values.bitpacking
 
org.apache.parquet.column.values.boundedint - package org.apache.parquet.column.values.boundedint
 
org.apache.parquet.column.values.delta - package org.apache.parquet.column.values.delta
 
org.apache.parquet.column.values.deltalengthbytearray - package org.apache.parquet.column.values.deltalengthbytearray
 
org.apache.parquet.column.values.deltastrings - package org.apache.parquet.column.values.deltastrings
 
org.apache.parquet.column.values.dictionary - package org.apache.parquet.column.values.dictionary
 
org.apache.parquet.column.values.fallback - package org.apache.parquet.column.values.fallback
 
org.apache.parquet.column.values.plain - package org.apache.parquet.column.values.plain
 
org.apache.parquet.column.values.rle - package org.apache.parquet.column.values.rle
 
org.apache.parquet.example - package org.apache.parquet.example
 
org.apache.parquet.example.data - package org.apache.parquet.example.data
 
org.apache.parquet.example.data.simple - package org.apache.parquet.example.data.simple
 
org.apache.parquet.example.data.simple.convert - package org.apache.parquet.example.data.simple.convert
 
org.apache.parquet.filter - package org.apache.parquet.filter
 
org.apache.parquet.filter2.compat - package org.apache.parquet.filter2.compat
 
org.apache.parquet.filter2.predicate - package org.apache.parquet.filter2.predicate
 
org.apache.parquet.filter2.recordlevel - package org.apache.parquet.filter2.recordlevel
 
org.apache.parquet.io - package org.apache.parquet.io
 
org.apache.parquet.io.api - package org.apache.parquet.io.api
 
org.apache.parquet.schema - package org.apache.parquet.schema
 
OriginalType - Enum in org.apache.parquet.schema
 
originalType - Variable in class org.apache.parquet.schema.Types.Builder
 
OrRecordFilter - Class in org.apache.parquet.filter
Provides ability to chain two filters together.

P

Page - Class in org.apache.parquet.column.page
one page in a chunk
page(long, long) - Static method in class org.apache.parquet.filter.PagedRecordFilter
Returns builder for creating a paged query.
PagedRecordFilter - Class in org.apache.parquet.filter
Filter which will only materialize a page worth of results.
PageReader - Interface in org.apache.parquet.column.page
Reader for a sequence a page from a given column chunk
PageReadStore - Interface in org.apache.parquet.column.page
contains all the readers for all the columns of the corresponding row group TODO: rename to RowGroup?
PageWriter - Interface in org.apache.parquet.column.page
a writer for all the pages of a given column chunk
PageWriteStore - Interface in org.apache.parquet.column.page
contains all the writers for the columns in the corresponding row group
Paper - Class in org.apache.parquet.example
Examples from the Dremel Paper
Paper() - Constructor for class org.apache.parquet.example.Paper
 
parent - Variable in class org.apache.parquet.schema.Types.Builder
 
ParquetDecodingException - Exception in org.apache.parquet.io
thrown when an encoding problem occured
ParquetDecodingException() - Constructor for exception org.apache.parquet.io.ParquetDecodingException
 
ParquetDecodingException(String, Throwable) - Constructor for exception org.apache.parquet.io.ParquetDecodingException
 
ParquetDecodingException(String) - Constructor for exception org.apache.parquet.io.ParquetDecodingException
 
ParquetDecodingException(Throwable) - Constructor for exception org.apache.parquet.io.ParquetDecodingException
 
ParquetEncodingException - Exception in org.apache.parquet.io
thrown when a decoding problem occured
ParquetEncodingException() - Constructor for exception org.apache.parquet.io.ParquetEncodingException
 
ParquetEncodingException(String, Throwable) - Constructor for exception org.apache.parquet.io.ParquetEncodingException
 
ParquetEncodingException(String) - Constructor for exception org.apache.parquet.io.ParquetEncodingException
 
ParquetEncodingException(Throwable) - Constructor for exception org.apache.parquet.io.ParquetEncodingException
 
ParquetProperties - Class in org.apache.parquet.column
This class represents all the configurable Parquet properties.
ParquetProperties(int, ParquetProperties.WriterVersion, boolean) - Constructor for class org.apache.parquet.column.ParquetProperties
 
ParquetProperties.WriterVersion - Enum in org.apache.parquet.column
 
parseMessageType(String) - Static method in class org.apache.parquet.schema.MessageTypeParser
 
PlainValuesDictionary - Class in org.apache.parquet.column.values.dictionary
a simple implementation of dictionary for plain encoded values
PlainValuesDictionary(DictionaryPage) - Constructor for class org.apache.parquet.column.values.dictionary.PlainValuesDictionary
 
PlainValuesDictionary.PlainBinaryDictionary - Class in org.apache.parquet.column.values.dictionary
a simple implementation of dictionary for plain encoded binary
PlainValuesDictionary.PlainBinaryDictionary(DictionaryPage) - Constructor for class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainBinaryDictionary
Decodes Binary values from a DictionaryPage.
PlainValuesDictionary.PlainBinaryDictionary(DictionaryPage, Integer) - Constructor for class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainBinaryDictionary
Decodes Binary values from a DictionaryPage.
PlainValuesDictionary.PlainDoubleDictionary - Class in org.apache.parquet.column.values.dictionary
a simple implementation of dictionary for plain encoded double values
PlainValuesDictionary.PlainDoubleDictionary(DictionaryPage) - Constructor for class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainDoubleDictionary
 
PlainValuesDictionary.PlainFloatDictionary - Class in org.apache.parquet.column.values.dictionary
a simple implementation of dictionary for plain encoded float values
PlainValuesDictionary.PlainFloatDictionary(DictionaryPage) - Constructor for class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainFloatDictionary
 
PlainValuesDictionary.PlainIntegerDictionary - Class in org.apache.parquet.column.values.dictionary
a simple implementation of dictionary for plain encoded integer values
PlainValuesDictionary.PlainIntegerDictionary(DictionaryPage) - Constructor for class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainIntegerDictionary
 
PlainValuesDictionary.PlainLongDictionary - Class in org.apache.parquet.column.values.dictionary
a simple implementation of dictionary for plain encoded long values
PlainValuesDictionary.PlainLongDictionary(DictionaryPage) - Constructor for class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainLongDictionary
 
PlainValuesReader - Class in org.apache.parquet.column.values.plain
Plain encoding for float, double, int, long
PlainValuesReader() - Constructor for class org.apache.parquet.column.values.plain.PlainValuesReader
 
PlainValuesReader.DoublePlainValuesReader - Class in org.apache.parquet.column.values.plain
 
PlainValuesReader.DoublePlainValuesReader() - Constructor for class org.apache.parquet.column.values.plain.PlainValuesReader.DoublePlainValuesReader
 
PlainValuesReader.FloatPlainValuesReader - Class in org.apache.parquet.column.values.plain
 
PlainValuesReader.FloatPlainValuesReader() - Constructor for class org.apache.parquet.column.values.plain.PlainValuesReader.FloatPlainValuesReader
 
PlainValuesReader.IntegerPlainValuesReader - Class in org.apache.parquet.column.values.plain
 
PlainValuesReader.IntegerPlainValuesReader() - Constructor for class org.apache.parquet.column.values.plain.PlainValuesReader.IntegerPlainValuesReader
 
PlainValuesReader.LongPlainValuesReader - Class in org.apache.parquet.column.values.plain
 
PlainValuesReader.LongPlainValuesReader() - Constructor for class org.apache.parquet.column.values.plain.PlainValuesReader.LongPlainValuesReader
 
PlainValuesWriter - Class in org.apache.parquet.column.values.plain
Plain encoding except for booleans
PlainValuesWriter(int, int) - Constructor for class org.apache.parquet.column.values.plain.PlainValuesWriter
 
pr1 - Static variable in class org.apache.parquet.example.Paper
 
pr2 - Static variable in class org.apache.parquet.example.Paper
 
precision(int) - Method in class org.apache.parquet.schema.Types.PrimitiveBuilder
Adds the precision for a DECIMAL.
Primitive - Class in org.apache.parquet.example.data.simple
 
Primitive() - Constructor for class org.apache.parquet.example.data.simple.Primitive
 
primitive(PrimitiveType.PrimitiveTypeName, Type.Repetition) - Method in class org.apache.parquet.schema.Types.GroupBuilder
 
primitive(PrimitiveType.PrimitiveTypeName, Type.Repetition) - Static method in class org.apache.parquet.schema.Types
 
PrimitiveColumnIO - Class in org.apache.parquet.io
Primitive level of the IO structure
PrimitiveConverter - Class in org.apache.parquet.io.api
converter for leaves of the schema
PrimitiveConverter() - Constructor for class org.apache.parquet.io.api.PrimitiveConverter
 
PrimitiveType - Class in org.apache.parquet.schema
Representation of a Primitive type
PrimitiveType(Type.Repetition, PrimitiveType.PrimitiveTypeName, String) - Constructor for class org.apache.parquet.schema.PrimitiveType
 
PrimitiveType(Type.Repetition, PrimitiveType.PrimitiveTypeName, int, String) - Constructor for class org.apache.parquet.schema.PrimitiveType
 
PrimitiveType(Type.Repetition, PrimitiveType.PrimitiveTypeName, String, OriginalType) - Constructor for class org.apache.parquet.schema.PrimitiveType
 
PrimitiveType(Type.Repetition, PrimitiveType.PrimitiveTypeName, int, String, OriginalType) - Constructor for class org.apache.parquet.schema.PrimitiveType
Deprecated.
PrimitiveType.PrimitiveTypeName - Enum in org.apache.parquet.schema
Supported Primitive types
PrimitiveType.PrimitiveTypeNameConverter<T,E extends Exception> - Interface in org.apache.parquet.schema
 

R

r1 - Static variable in class org.apache.parquet.example.Paper
 
r2 - Static variable in class org.apache.parquet.example.Paper
 
read() - Method in class org.apache.parquet.io.BaseRecordReader
 
read() - Method in class org.apache.parquet.io.RecordReader
Reads one record and returns it.
readBoolean() - Method in class org.apache.parquet.column.values.plain.BooleanPlainValuesReader
readBoolean() - Method in class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridValuesReader
 
readBoolean() - Method in class org.apache.parquet.column.values.ValuesReader
 
readBytes() - Method in class org.apache.parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesReader
 
readBytes() - Method in class org.apache.parquet.column.values.deltastrings.DeltaByteArrayReader
 
readBytes() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesReader
 
readBytes() - Method in class org.apache.parquet.column.values.plain.BinaryPlainValuesReader
 
readBytes() - Method in class org.apache.parquet.column.values.plain.FixedLenByteArrayPlainValuesReader
 
readBytes() - Method in class org.apache.parquet.column.values.ValuesReader
 
readDictionaryPage() - Method in interface org.apache.parquet.column.page.PageReader
 
readDouble() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesReader
 
readDouble() - Method in class org.apache.parquet.column.values.plain.PlainValuesReader.DoublePlainValuesReader
 
readDouble() - Method in class org.apache.parquet.column.values.ValuesReader
 
readFloat() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesReader
 
readFloat() - Method in class org.apache.parquet.column.values.plain.PlainValuesReader.FloatPlainValuesReader
 
readFloat() - Method in class org.apache.parquet.column.values.ValuesReader
 
readInt() - Method in class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridDecoder
 
readInteger() - Method in class org.apache.parquet.column.values.bitpacking.BitPackingValuesReader
readInteger() - Method in class org.apache.parquet.column.values.bitpacking.ByteBitPackingValuesReader
 
readInteger() - Method in class org.apache.parquet.column.values.boundedint.ZeroIntegerValuesReader
 
readInteger() - Method in class org.apache.parquet.column.values.delta.DeltaBinaryPackingValuesReader
 
readInteger() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesReader
 
readInteger() - Method in class org.apache.parquet.column.values.plain.PlainValuesReader.IntegerPlainValuesReader
 
readInteger() - Method in class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridValuesReader
 
readInteger() - Method in class org.apache.parquet.column.values.ValuesReader
 
readLong() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesReader
 
readLong() - Method in class org.apache.parquet.column.values.plain.PlainValuesReader.LongPlainValuesReader
 
readLong() - Method in class org.apache.parquet.column.values.ValuesReader
 
readOneRecord() - Method in class org.apache.parquet.io.BaseRecordReader
 
readPage() - Method in interface org.apache.parquet.column.page.PageReader
 
readValueDictionaryId() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesReader
 
readValueDictionaryId() - Method in class org.apache.parquet.column.values.ValuesReader
usable when the encoding is dictionary based
RecordConsumer - Class in org.apache.parquet.io.api
Abstraction for writing records It decouples the striping algorithm from the actual record model example:
RecordConsumer() - Constructor for class org.apache.parquet.io.api.RecordConsumer
 
recordConsumer - Variable in class org.apache.parquet.io.BaseRecordReader
 
RecordConsumerLoggingWrapper - Class in org.apache.parquet.io
This class can be used to wrap an actual RecordConsumer and log all calls
RecordConsumerLoggingWrapper(RecordConsumer) - Constructor for class org.apache.parquet.io.RecordConsumerLoggingWrapper
all calls a delegate to the wrapped delegate
RecordFilter - Interface in org.apache.parquet.filter
Filter to be applied to a record to work out whether to skip it.
RecordMaterializer<T> - Class in org.apache.parquet.io.api
Top-level class which should be implemented in order to materialize objects from a stream of Parquet data.
RecordMaterializer() - Constructor for class org.apache.parquet.io.api.RecordMaterializer
 
recordMaterializer - Variable in class org.apache.parquet.io.BaseRecordReader
 
RecordReader<T> - Class in org.apache.parquet.io
used to read reassembled records
RecordReader() - Constructor for class org.apache.parquet.io.RecordReader
 
repeated(PrimitiveType.PrimitiveTypeName) - Method in class org.apache.parquet.schema.Types.GroupBuilder
Returns a Types.PrimitiveBuilder for the repeated primitive type type.
repeated(PrimitiveType.PrimitiveTypeName) - Static method in class org.apache.parquet.schema.Types
Returns a builder to construct a repeated PrimitiveType.
repeatedGroup() - Method in class org.apache.parquet.schema.Types.GroupBuilder
Returns a Types.GroupBuilder to build a repeated sub-group.
repeatedGroup() - Static method in class org.apache.parquet.schema.Types
Returns a builder to construct a repeated GroupType.
repetition - Variable in class org.apache.parquet.schema.Types.Builder
 
repetition(Type.Repetition) - Method in class org.apache.parquet.schema.Types.Builder
 
required(PrimitiveType.PrimitiveTypeName) - Method in class org.apache.parquet.schema.Types.GroupBuilder
Returns a Types.PrimitiveBuilder for the required primitive type type.
required(PrimitiveType.PrimitiveTypeName) - Static method in class org.apache.parquet.schema.Types
Returns a builder to construct a required PrimitiveType.
requiredGroup() - Method in class org.apache.parquet.schema.Types.GroupBuilder
Returns a Types.GroupBuilder to build a required sub-group.
requiredGroup() - Static method in class org.apache.parquet.schema.Types
Returns a builder to construct a required GroupType.
RequiresFallback - Interface in org.apache.parquet.column.values
Used to add extra behavior to a ValuesWriter that requires fallback
reset() - Method in class org.apache.parquet.column.values.bitpacking.BitPackingValuesWriter
called after getBytes() to reset the current buffer and start writing the next page
reset() - Method in class org.apache.parquet.column.values.bitpacking.ByteBitPackingValuesWriter
 
reset() - Method in class org.apache.parquet.column.values.boundedint.DevNullValuesWriter
 
reset() - Method in class org.apache.parquet.column.values.delta.DeltaBinaryPackingValuesWriter
 
reset() - Method in class org.apache.parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesWriter
 
reset() - Method in class org.apache.parquet.column.values.deltastrings.DeltaByteArrayWriter
 
reset() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
reset() - Method in class org.apache.parquet.column.values.fallback.FallbackValuesWriter
 
reset() - Method in class org.apache.parquet.column.values.plain.BooleanPlainValuesWriter
 
reset() - Method in class org.apache.parquet.column.values.plain.FixedLenByteArrayPlainValuesWriter
 
reset() - Method in class org.apache.parquet.column.values.plain.PlainValuesWriter
 
reset() - Method in class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridEncoder
Reset this encoder for re-use
reset() - Method in class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridValuesWriter
 
reset() - Method in class org.apache.parquet.column.values.ValuesWriter
called after getBytes() to reset the current buffer and start writing the next page
reset() - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate.ValueInspector
Reset to clear state and begin evaluating the next record.
reset(IncrementallyUpdatedFilterPredicate) - Static method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateResetter
 
resetDictionary() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
resetDictionary() - Method in class org.apache.parquet.column.values.fallback.FallbackValuesWriter
 
resetDictionary() - Method in class org.apache.parquet.column.values.ValuesWriter
reset the dictionary when a new block starts
returnClass - Variable in class org.apache.parquet.schema.Types.Builder
 
rewrite(FilterPredicate) - Static method in class org.apache.parquet.filter2.predicate.LogicalInverseRewriter
 
RunLengthBitPackingHybridDecoder - Class in org.apache.parquet.column.values.rle
Decodes values written in the grammar described in RunLengthBitPackingHybridEncoder
RunLengthBitPackingHybridDecoder(int, ByteArrayInputStream) - Constructor for class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridDecoder
 
RunLengthBitPackingHybridEncoder - Class in org.apache.parquet.column.values.rle
Encodes values using a combination of run length encoding and bit packing, according to the following grammar:
RunLengthBitPackingHybridEncoder(int, int, int) - Constructor for class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridEncoder
 
RunLengthBitPackingHybridValuesReader - Class in org.apache.parquet.column.values.rle
This ValuesReader does all the reading in RunLengthBitPackingHybridValuesReader.initFromPage(int, byte[], int) and stores the values in an in memory buffer, which is less than ideal.
RunLengthBitPackingHybridValuesReader(int) - Constructor for class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridValuesReader
 
RunLengthBitPackingHybridValuesWriter - Class in org.apache.parquet.column.values.rle
 
RunLengthBitPackingHybridValuesWriter(int, int, int) - Constructor for class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridValuesWriter
 

S

scale(int) - Method in class org.apache.parquet.schema.Types.PrimitiveBuilder
Adds the scale for a DECIMAL.
schema - Static variable in class org.apache.parquet.example.Paper
 
schema2 - Static variable in class org.apache.parquet.example.Paper
 
schema3 - Static variable in class org.apache.parquet.example.Paper
 
SchemaCompatibilityValidator - Class in org.apache.parquet.filter2.predicate
Inspects the column types found in the provided FilterPredicate and compares them to the actual schema found in the parquet file.
self() - Method in class org.apache.parquet.schema.Types.Builder
 
self() - Method in class org.apache.parquet.schema.Types.GroupBuilder
 
self() - Method in class org.apache.parquet.schema.Types.PrimitiveBuilder
 
setDictionary(Dictionary) - Method in class org.apache.parquet.filter2.recordlevel.FilteringPrimitiveConverter
 
setDictionary(Dictionary) - Method in class org.apache.parquet.io.api.PrimitiveConverter
Set the dictionary to use if the data was encoded using dictionary encoding and the converter hasDictionarySupport().
setMinMax(Binary, Binary) - Method in class org.apache.parquet.column.statistics.BinaryStatistics
 
setMinMax(boolean, boolean) - Method in class org.apache.parquet.column.statistics.BooleanStatistics
 
setMinMax(double, double) - Method in class org.apache.parquet.column.statistics.DoubleStatistics
 
setMinMax(float, float) - Method in class org.apache.parquet.column.statistics.FloatStatistics
 
setMinMax(int, int) - Method in class org.apache.parquet.column.statistics.IntStatistics
 
setMinMax(long, long) - Method in class org.apache.parquet.column.statistics.LongStatistics
 
setMinMaxFromBytes(byte[], byte[]) - Method in class org.apache.parquet.column.statistics.BinaryStatistics
 
setMinMaxFromBytes(byte[], byte[]) - Method in class org.apache.parquet.column.statistics.BooleanStatistics
 
setMinMaxFromBytes(byte[], byte[]) - Method in class org.apache.parquet.column.statistics.DoubleStatistics
 
setMinMaxFromBytes(byte[], byte[]) - Method in class org.apache.parquet.column.statistics.FloatStatistics
 
setMinMaxFromBytes(byte[], byte[]) - Method in class org.apache.parquet.column.statistics.IntStatistics
 
setMinMaxFromBytes(byte[], byte[]) - Method in class org.apache.parquet.column.statistics.LongStatistics
 
setMinMaxFromBytes(byte[], byte[]) - Method in class org.apache.parquet.column.statistics.Statistics
Abstract method to set min and max values from byte arrays.
setNumNulls(long) - Method in class org.apache.parquet.column.statistics.Statistics
Sets the number of nulls to the parameter value
setResult(boolean) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate.ValueInspector
Subclasses should call this method to signal that the result of this predicate is known.
shouldFallBack() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter
 
shouldFallBack() - Method in interface org.apache.parquet.column.values.RequiresFallback
In the case of a dictionary based encoding we will fallback if the dictionary becomes too big
shouldSkipCurrentRecord() - Method in class org.apache.parquet.io.RecordReader
Returns whether the current record should be skipped (dropped) Will be called *after* read()
SimpleGroup - Class in org.apache.parquet.example.data.simple
 
SimpleGroup(GroupType) - Constructor for class org.apache.parquet.example.data.simple.SimpleGroup
 
SimpleGroupFactory - Class in org.apache.parquet.example.data.simple
 
SimpleGroupFactory(MessageType) - Constructor for class org.apache.parquet.example.data.simple.SimpleGroupFactory
 
size() - Method in class org.apache.parquet.column.values.dictionary.IntList
 
skip() - Method in interface org.apache.parquet.column.ColumnReader
Skip the current value
skip() - Method in class org.apache.parquet.column.values.bitpacking.BitPackingValuesReader
 
skip() - Method in class org.apache.parquet.column.values.bitpacking.ByteBitPackingValuesReader
 
skip() - Method in class org.apache.parquet.column.values.boundedint.ZeroIntegerValuesReader
 
skip() - Method in class org.apache.parquet.column.values.delta.DeltaBinaryPackingValuesReader
 
skip() - Method in class org.apache.parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesReader
 
skip() - Method in class org.apache.parquet.column.values.deltastrings.DeltaByteArrayReader
 
skip() - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesReader
 
skip() - Method in class org.apache.parquet.column.values.plain.BinaryPlainValuesReader
 
skip() - Method in class org.apache.parquet.column.values.plain.BooleanPlainValuesReader
Skips the next value in the page
skip() - Method in class org.apache.parquet.column.values.plain.FixedLenByteArrayPlainValuesReader
 
skip() - Method in class org.apache.parquet.column.values.plain.PlainValuesReader.DoublePlainValuesReader
 
skip() - Method in class org.apache.parquet.column.values.plain.PlainValuesReader.FloatPlainValuesReader
 
skip() - Method in class org.apache.parquet.column.values.plain.PlainValuesReader.IntegerPlainValuesReader
 
skip() - Method in class org.apache.parquet.column.values.plain.PlainValuesReader.LongPlainValuesReader
 
skip() - Method in class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridValuesReader
 
skip() - Method in class org.apache.parquet.column.values.ValuesReader
Skips the next value in the page
skipCurrentRecord() - Method in class org.apache.parquet.filter2.recordlevel.FilteringRecordMaterializer
 
skipCurrentRecord() - Method in class org.apache.parquet.io.api.RecordMaterializer
Called if RecordMaterializer.getCurrentRecord() isn't going to be called.
start() - Method in class org.apache.parquet.filter2.recordlevel.FilteringGroupConverter
 
start() - Method in class org.apache.parquet.io.api.GroupConverter
called at the beginning of the group managed by this converter
startField(String, int) - Method in class org.apache.parquet.io.api.RecordConsumer
start of a field in a group or message if the field is repeated the field is started only once and all values added in between start and end
startField(String, int) - Method in class org.apache.parquet.io.RecordConsumerLoggingWrapper
start of a field in a group or message if the field is repeated the field is started only once and all values added in between start and end
startField(String, int) - Method in class org.apache.parquet.io.ValidatingRecordConsumer
start of a field in a group or message if the field is repeated the field is started only once and all values added in between start and end
startGroup() - Method in class org.apache.parquet.io.api.RecordConsumer
start of a group in a field
startGroup(String, int) - Method in class org.apache.parquet.io.BaseRecordReader
 
startGroup() - Method in class org.apache.parquet.io.RecordConsumerLoggingWrapper
start of a group in a field
startGroup() - Method in class org.apache.parquet.io.ValidatingRecordConsumer
start of a group in a field
startMessage() - Method in class org.apache.parquet.io.api.RecordConsumer
start a new record
startMessage() - Method in class org.apache.parquet.io.BaseRecordReader
 
startMessage() - Method in class org.apache.parquet.io.RecordConsumerLoggingWrapper
start a new record
startMessage() - Method in class org.apache.parquet.io.ValidatingRecordConsumer
start a new record
Statistics<T extends Comparable<T>> - Class in org.apache.parquet.column.statistics
Statistics class to keep track of statistics in parquet pages and column chunks
Statistics() - Constructor for class org.apache.parquet.column.statistics.Statistics
 
Statistics<T> - Class in org.apache.parquet.filter2.predicate
Contains statistics about a group of records
Statistics(T, T) - Constructor for class org.apache.parquet.filter2.predicate.Statistics
 
StatisticsClassException - Exception in org.apache.parquet.column.statistics
Thrown if the two Statistics objects have mismatching types
StatisticsClassException(String, String) - Constructor for exception org.apache.parquet.column.statistics.StatisticsClassException
 
stringKeyMapType(Type.Repetition, String, String, Type) - Static method in class org.apache.parquet.schema.ConversionPatterns
 
stringKeyMapType(Type.Repetition, String, Type) - Static method in class org.apache.parquet.schema.ConversionPatterns
 

T

toBinary() - Method in class org.apache.parquet.example.data.simple.NanoTime
 
toByteBuffer() - Method in class org.apache.parquet.io.api.Binary
 
toBytes() - Method in class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridEncoder
 
toInt96() - Method in class org.apache.parquet.example.data.simple.NanoTime
 
toString() - Method in class org.apache.parquet.column.ColumnDescriptor
 
toString() - Method in class org.apache.parquet.column.impl.ColumnWriteStoreV1
 
toString() - Method in class org.apache.parquet.column.impl.ColumnWriteStoreV2
 
toString() - Method in class org.apache.parquet.column.page.DataPageV1
 
toString() - Method in class org.apache.parquet.column.page.DataPageV2
 
toString() - Method in class org.apache.parquet.column.page.DictionaryPage
 
toString() - Method in class org.apache.parquet.column.statistics.BinaryStatistics
 
toString() - Method in class org.apache.parquet.column.statistics.BooleanStatistics
 
toString() - Method in class org.apache.parquet.column.statistics.DoubleStatistics
 
toString() - Method in class org.apache.parquet.column.statistics.FloatStatistics
 
toString() - Method in class org.apache.parquet.column.statistics.IntStatistics
 
toString() - Method in class org.apache.parquet.column.statistics.LongStatistics
 
toString() - Method in class org.apache.parquet.column.statistics.Statistics
toString() to display min, max, num_nulls in a string
toString() - Method in class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainBinaryDictionary
 
toString() - Method in class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainDoubleDictionary
 
toString() - Method in class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainFloatDictionary
 
toString() - Method in class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainIntegerDictionary
 
toString() - Method in class org.apache.parquet.column.values.dictionary.PlainValuesDictionary.PlainLongDictionary
 
toString() - Method in class org.apache.parquet.example.data.simple.BinaryValue
 
toString() - Method in class org.apache.parquet.example.data.simple.BooleanValue
 
toString() - Method in class org.apache.parquet.example.data.simple.DoubleValue
 
toString() - Method in class org.apache.parquet.example.data.simple.FloatValue
 
toString() - Method in class org.apache.parquet.example.data.simple.Int96Value
 
toString() - Method in class org.apache.parquet.example.data.simple.IntegerValue
 
toString() - Method in class org.apache.parquet.example.data.simple.LongValue
 
toString() - Method in class org.apache.parquet.example.data.simple.NanoTime
 
toString() - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
toString(String) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 
toString() - Method in class org.apache.parquet.filter2.predicate.Operators.Column
 
toString() - Method in class org.apache.parquet.filter2.predicate.Operators.LogicalNotUserDefined
 
toString() - Method in class org.apache.parquet.filter2.predicate.Operators.Not
 
toString() - Method in class org.apache.parquet.filter2.predicate.Operators.UserDefinedByClass
 
toString() - Method in class org.apache.parquet.filter2.predicate.Operators.UserDefinedByInstance
 
toString() - Method in class org.apache.parquet.io.api.Binary
 
toString() - Method in class org.apache.parquet.io.ColumnIO
 
toString(ColumnReader) - Method in enum org.apache.parquet.schema.PrimitiveType.PrimitiveTypeName
reads the value from the columnReader with the appropriate accessor and returns a String representation
toString() - Method in class org.apache.parquet.schema.Type.ID
 
toString() - Method in class org.apache.parquet.schema.Type
toStringUsingUTF8() - Method in class org.apache.parquet.io.api.Binary
 
Type - Class in org.apache.parquet.schema
Represents the declared type for a field in a schema.
Type(String, Type.Repetition) - Constructor for class org.apache.parquet.schema.Type
Deprecated.
Type(String, Type.Repetition, OriginalType) - Constructor for class org.apache.parquet.schema.Type
Deprecated.
Type.ID - Class in org.apache.parquet.schema
represents a field ID
Type.ID(int) - Constructor for class org.apache.parquet.schema.Type.ID
 
Type.Repetition - Enum in org.apache.parquet.schema
Constraint on the repetition of a field
TypeConverter<T> - Interface in org.apache.parquet.schema
to convert a MessageType tree
typeEquals(Type) - Method in class org.apache.parquet.schema.GroupType
Deprecated.
typeEquals(Type) - Method in class org.apache.parquet.schema.PrimitiveType
Deprecated.
typeEquals(Type) - Method in class org.apache.parquet.schema.Type
Deprecated.
typeHashCode() - Method in class org.apache.parquet.schema.GroupType
Deprecated.
typeHashCode() - Method in class org.apache.parquet.schema.PrimitiveType
Deprecated.
typeHashCode() - Method in class org.apache.parquet.schema.Type
Deprecated.
Types - Class in org.apache.parquet.schema
This class provides fluent builders that produce Parquet schema Types.
Types() - Constructor for class org.apache.parquet.schema.Types
 
Types.Builder<T extends Types.Builder,P> - Class in org.apache.parquet.schema
A base builder for Type objects.
Types.Builder(P) - Constructor for class org.apache.parquet.schema.Types.Builder
Construct a type builder that returns a "parent" object when the builder is finished.
Types.Builder(Class<P>) - Constructor for class org.apache.parquet.schema.Types.Builder
Construct a type builder that returns the Type that was built when the builder is finished.
Types.GroupBuilder<P> - Class in org.apache.parquet.schema
A builder for GroupType objects.
Types.MessageTypeBuilder - Class in org.apache.parquet.schema
 
Types.PrimitiveBuilder<P> - Class in org.apache.parquet.schema
A builder for PrimitiveType objects.
TypeVisitor - Interface in org.apache.parquet.schema
Implement this interface to visit a schema type.accept(new TypeVisitor() { ...

U

UnboundRecordFilter - Interface in org.apache.parquet.filter
Builder for a record filter.
uncompressed(int, int, int, BytesInput, BytesInput, Encoding, BytesInput, Statistics<?>) - Static method in class org.apache.parquet.column.page.DataPageV2
 
union(Type) - Method in class org.apache.parquet.schema.GroupType
 
union(Type, boolean) - Method in class org.apache.parquet.schema.GroupType
 
union(MessageType) - Method in class org.apache.parquet.schema.MessageType
 
union(MessageType, boolean) - Method in class org.apache.parquet.schema.MessageType
 
union(Type) - Method in class org.apache.parquet.schema.PrimitiveType
 
union(Type, boolean) - Method in class org.apache.parquet.schema.PrimitiveType
 
union(Type) - Method in class org.apache.parquet.schema.Type
 
union(Type, boolean) - Method in class org.apache.parquet.schema.Type
 
UnknownColumnException - Exception in org.apache.parquet.column
Thrown if the specified column is unknown in the underlying storage
UnknownColumnException(ColumnDescriptor) - Constructor for exception org.apache.parquet.column.UnknownColumnException
 
UnknownColumnTypeException - Exception in org.apache.parquet.column
Thrown if the specified column type is unknown in the underlying storage
UnknownColumnTypeException(PrimitiveType.PrimitiveTypeName) - Constructor for exception org.apache.parquet.column.UnknownColumnTypeException
 
update(int) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate.ValueInspector
 
update(long) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate.ValueInspector
 
update(double) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate.ValueInspector
 
update(float) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate.ValueInspector
 
update(boolean) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate.ValueInspector
 
update(Binary) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate.ValueInspector
 
updateNull() - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate.ValueInspector
 
updateStats(Binary) - Method in class org.apache.parquet.column.statistics.BinaryStatistics
 
updateStats(Binary, Binary) - Method in class org.apache.parquet.column.statistics.BinaryStatistics
 
updateStats(boolean) - Method in class org.apache.parquet.column.statistics.BooleanStatistics
 
updateStats(boolean, boolean) - Method in class org.apache.parquet.column.statistics.BooleanStatistics
 
updateStats(double) - Method in class org.apache.parquet.column.statistics.DoubleStatistics
 
updateStats(double, double) - Method in class org.apache.parquet.column.statistics.DoubleStatistics
 
updateStats(float) - Method in class org.apache.parquet.column.statistics.FloatStatistics
 
updateStats(float, float) - Method in class org.apache.parquet.column.statistics.FloatStatistics
 
updateStats(int) - Method in class org.apache.parquet.column.statistics.IntStatistics
 
updateStats(int, int) - Method in class org.apache.parquet.column.statistics.IntStatistics
 
updateStats(long) - Method in class org.apache.parquet.column.statistics.LongStatistics
 
updateStats(long, long) - Method in class org.apache.parquet.column.statistics.LongStatistics
 
updateStats(int) - Method in class org.apache.parquet.column.statistics.Statistics
updates statistics min and max using the passed value
updateStats(long) - Method in class org.apache.parquet.column.statistics.Statistics
updates statistics min and max using the passed value
updateStats(float) - Method in class org.apache.parquet.column.statistics.Statistics
updates statistics min and max using the passed value
updateStats(double) - Method in class org.apache.parquet.column.statistics.Statistics
updates statistics min and max using the passed value
updateStats(boolean) - Method in class org.apache.parquet.column.statistics.Statistics
updates statistics min and max using the passed value
updateStats(Binary) - Method in class org.apache.parquet.column.statistics.Statistics
updates statistics min and max using the passed value
userDefined(Operators.Column<T>, Class<U>) - Static method in class org.apache.parquet.filter2.predicate.FilterApi
Keeps records that pass the provided UserDefinedPredicate The provided class must have a default constructor.
userDefined(Operators.Column<T>, U) - Static method in class org.apache.parquet.filter2.predicate.FilterApi
Keeps records that pass the provided UserDefinedPredicate The provided instance of UserDefinedPredicate must be serializable.
UserDefinedPredicate<T extends Comparable<T>> - Class in org.apache.parquet.filter2.predicate
A UserDefinedPredicate decides whether a record should be kept or dropped, first by inspecting meta data about a group of records to see if the entire group can be dropped, then by inspecting actual values of a single column.
UserDefinedPredicate() - Constructor for class org.apache.parquet.filter2.predicate.UserDefinedPredicate
A udp must have a default constructor.
usesDictionary() - Method in enum org.apache.parquet.column.Encoding
 

V

validate(FilterPredicate, MessageType) - Static method in class org.apache.parquet.filter2.predicate.SchemaCompatibilityValidator
 
ValidatingRecordConsumer - Class in org.apache.parquet.io
Wraps a record consumer Validates the record written against the schema and pass down the event to the wrapped consumer
ValidatingRecordConsumer(RecordConsumer, MessageType) - Constructor for class org.apache.parquet.io.ValidatingRecordConsumer
 
ValidTypeMap - Class in org.apache.parquet.filter2.predicate
Contains all valid mappings from class -> parquet type (and vice versa) for use in FilterPredicates This is a bit ugly, but it allows us to provide good error messages at runtime when there are type mismatches.
valueOf(String) - Static method in enum org.apache.parquet.column.Encoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.column.ParquetProperties.WriterVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.column.ValuesType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.schema.OriginalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.schema.PrimitiveType.PrimitiveTypeName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.parquet.schema.Type.Repetition
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.parquet.column.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.column.ParquetProperties.WriterVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.column.ValuesType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.schema.OriginalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.schema.PrimitiveType.PrimitiveTypeName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.parquet.schema.Type.Repetition
Returns an array containing the constants of this enum type, in the order they are declared.
ValuesReader - Class in org.apache.parquet.column.values
Base class to implement an encoding for a given column type.
ValuesReader() - Constructor for class org.apache.parquet.column.values.ValuesReader
 
ValuesType - Enum in org.apache.parquet.column
The different type of values we can store in columns
ValuesWriter - Class in org.apache.parquet.column.values
base class to implement an encoding for a given column
ValuesWriter() - Constructor for class org.apache.parquet.column.values.ValuesWriter
 
visit(DataPageV1) - Method in interface org.apache.parquet.column.page.DataPage.Visitor
 
visit(DataPageV2) - Method in interface org.apache.parquet.column.page.DataPage.Visitor
 
visit(FilterCompat.FilterPredicateCompat) - Method in interface org.apache.parquet.filter2.compat.FilterCompat.Visitor
 
visit(FilterCompat.UnboundRecordFilterCompat) - Method in interface org.apache.parquet.filter2.compat.FilterCompat.Visitor
 
visit(FilterCompat.NoOpFilter) - Method in interface org.apache.parquet.filter2.compat.FilterCompat.Visitor
 
visit(Operators.Eq<T>) - Method in interface org.apache.parquet.filter2.predicate.FilterPredicate.Visitor
 
visit(Operators.NotEq<T>) - Method in interface org.apache.parquet.filter2.predicate.FilterPredicate.Visitor
 
visit(Operators.Lt<T>) - Method in interface org.apache.parquet.filter2.predicate.FilterPredicate.Visitor
 
visit(Operators.LtEq<T>) - Method in interface org.apache.parquet.filter2.predicate.FilterPredicate.Visitor
 
visit(Operators.Gt<T>) - Method in interface org.apache.parquet.filter2.predicate.FilterPredicate.Visitor
 
visit(Operators.GtEq<T>) - Method in interface org.apache.parquet.filter2.predicate.FilterPredicate.Visitor
 
visit(Operators.And) - Method in interface org.apache.parquet.filter2.predicate.FilterPredicate.Visitor
 
visit(Operators.Or) - Method in interface org.apache.parquet.filter2.predicate.FilterPredicate.Visitor
 
visit(Operators.Not) - Method in interface org.apache.parquet.filter2.predicate.FilterPredicate.Visitor
 
visit(Operators.UserDefined<T, U>) - Method in interface org.apache.parquet.filter2.predicate.FilterPredicate.Visitor
 
visit(Operators.LogicalNotUserDefined<T, U>) - Method in interface org.apache.parquet.filter2.predicate.FilterPredicate.Visitor
 
visit(Operators.Eq<T>) - Method in class org.apache.parquet.filter2.predicate.LogicalInverseRewriter
 
visit(Operators.NotEq<T>) - Method in class org.apache.parquet.filter2.predicate.LogicalInverseRewriter
 
visit(Operators.Lt<T>) - Method in class org.apache.parquet.filter2.predicate.LogicalInverseRewriter
 
visit(Operators.LtEq<T>) - Method in class org.apache.parquet.filter2.predicate.LogicalInverseRewriter
 
visit(Operators.Gt<T>) - Method in class org.apache.parquet.filter2.predicate.LogicalInverseRewriter
 
visit(Operators.GtEq<T>) - Method in class org.apache.parquet.filter2.predicate.LogicalInverseRewriter
 
visit(Operators.And) - Method in class org.apache.parquet.filter2.predicate.LogicalInverseRewriter
 
visit(Operators.Or) - Method in class org.apache.parquet.filter2.predicate.LogicalInverseRewriter
 
visit(Operators.Not) - Method in class org.apache.parquet.filter2.predicate.LogicalInverseRewriter
 
visit(Operators.UserDefined<T, U>) - Method in class org.apache.parquet.filter2.predicate.LogicalInverseRewriter
 
visit(Operators.LogicalNotUserDefined<T, U>) - Method in class org.apache.parquet.filter2.predicate.LogicalInverseRewriter
 
visit(Operators.Eq<T>) - Method in class org.apache.parquet.filter2.predicate.LogicalInverter
 
visit(Operators.NotEq<T>) - Method in class org.apache.parquet.filter2.predicate.LogicalInverter
 
visit(Operators.Lt<T>) - Method in class org.apache.parquet.filter2.predicate.LogicalInverter
 
visit(Operators.LtEq<T>) - Method in class org.apache.parquet.filter2.predicate.LogicalInverter
 
visit(Operators.Gt<T>) - Method in class org.apache.parquet.filter2.predicate.LogicalInverter
 
visit(Operators.GtEq<T>) - Method in class org.apache.parquet.filter2.predicate.LogicalInverter
 
visit(Operators.And) - Method in class org.apache.parquet.filter2.predicate.LogicalInverter
 
visit(Operators.Or) - Method in class org.apache.parquet.filter2.predicate.LogicalInverter
 
visit(Operators.Not) - Method in class org.apache.parquet.filter2.predicate.LogicalInverter
 
visit(Operators.UserDefined<T, U>) - Method in class org.apache.parquet.filter2.predicate.LogicalInverter
 
visit(Operators.LogicalNotUserDefined<T, U>) - Method in class org.apache.parquet.filter2.predicate.LogicalInverter
 
visit(Operators.Eq<T>) - Method in class org.apache.parquet.filter2.predicate.SchemaCompatibilityValidator
 
visit(Operators.NotEq<T>) - Method in class org.apache.parquet.filter2.predicate.SchemaCompatibilityValidator
 
visit(Operators.Lt<T>) - Method in class org.apache.parquet.filter2.predicate.SchemaCompatibilityValidator
 
visit(Operators.LtEq<T>) - Method in class org.apache.parquet.filter2.predicate.SchemaCompatibilityValidator
 
visit(Operators.Gt<T>) - Method in class org.apache.parquet.filter2.predicate.SchemaCompatibilityValidator
 
visit(Operators.GtEq<T>) - Method in class org.apache.parquet.filter2.predicate.SchemaCompatibilityValidator
 
visit(Operators.And) - Method in class org.apache.parquet.filter2.predicate.SchemaCompatibilityValidator
 
visit(Operators.Or) - Method in class org.apache.parquet.filter2.predicate.SchemaCompatibilityValidator
 
visit(Operators.Not) - Method in class org.apache.parquet.filter2.predicate.SchemaCompatibilityValidator
 
visit(Operators.UserDefined<T, U>) - Method in class org.apache.parquet.filter2.predicate.SchemaCompatibilityValidator
 
visit(Operators.LogicalNotUserDefined<T, U>) - Method in class org.apache.parquet.filter2.predicate.SchemaCompatibilityValidator
 
visit(IncrementallyUpdatedFilterPredicate.ValueInspector) - Method in interface org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate.Visitor
 
visit(IncrementallyUpdatedFilterPredicate.And) - Method in interface org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate.Visitor
 
visit(IncrementallyUpdatedFilterPredicate.Or) - Method in interface org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicate.Visitor
 
visit(Operators.Eq<T>) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateBuilder
 
visit(Operators.NotEq<T>) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateBuilder
 
visit(Operators.Lt<T>) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateBuilder
 
visit(Operators.LtEq<T>) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateBuilder
 
visit(Operators.Gt<T>) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateBuilder
 
visit(Operators.GtEq<T>) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateBuilder
 
visit(Operators.UserDefined<T, U>) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateBuilder
 
visit(Operators.LogicalNotUserDefined<T, U>) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateBuilder
 
visit(Operators.And) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateBuilderBase
 
visit(Operators.Or) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateBuilderBase
 
visit(Operators.Not) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateBuilderBase
 
visit(IncrementallyUpdatedFilterPredicate.ValueInspector) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateEvaluator
 
visit(IncrementallyUpdatedFilterPredicate.And) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateEvaluator
 
visit(IncrementallyUpdatedFilterPredicate.Or) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateEvaluator
 
visit(IncrementallyUpdatedFilterPredicate.ValueInspector) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateResetter
 
visit(IncrementallyUpdatedFilterPredicate.And) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateResetter
 
visit(IncrementallyUpdatedFilterPredicate.Or) - Method in class org.apache.parquet.filter2.recordlevel.IncrementallyUpdatedFilterPredicateResetter
 
visit(MessageType) - Method in class org.apache.parquet.io.ColumnIOFactory.ColumnIOCreatorVisitor
 
visit(GroupType) - Method in class org.apache.parquet.io.ColumnIOFactory.ColumnIOCreatorVisitor
 
visit(PrimitiveType) - Method in class org.apache.parquet.io.ColumnIOFactory.ColumnIOCreatorVisitor
 
visit(GroupType) - Method in interface org.apache.parquet.schema.TypeVisitor
 
visit(MessageType) - Method in interface org.apache.parquet.schema.TypeVisitor
 
visit(PrimitiveType) - Method in interface org.apache.parquet.schema.TypeVisitor
 

W

withId(int) - Method in class org.apache.parquet.schema.GroupType
 
withId(int) - Method in class org.apache.parquet.schema.PrimitiveType
 
withId(int) - Method in class org.apache.parquet.schema.Type
 
withNewFields(List<Type>) - Method in class org.apache.parquet.schema.GroupType
 
withNewFields(Type...) - Method in class org.apache.parquet.schema.GroupType
 
write(int, int, int) - Method in interface org.apache.parquet.column.ColumnWriter
writes the current value
write(long, int, int) - Method in interface org.apache.parquet.column.ColumnWriter
writes the current value
write(boolean, int, int) - Method in interface org.apache.parquet.column.ColumnWriter
writes the current value
write(Binary, int, int) - Method in interface org.apache.parquet.column.ColumnWriter
writes the current value
write(float, int, int) - Method in interface org.apache.parquet.column.ColumnWriter
writes the current value
write(double, int, int) - Method in interface org.apache.parquet.column.ColumnWriter
writes the current value
write(Group) - Method in class org.apache.parquet.example.data.GroupWriter
 
writeBoolean(boolean) - Method in class org.apache.parquet.column.values.boundedint.DevNullValuesWriter
 
writeBoolean(boolean) - Method in class org.apache.parquet.column.values.plain.BooleanPlainValuesWriter
 
writeBoolean(boolean) - Method in class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridValuesWriter
 
writeBoolean(boolean) - Method in class org.apache.parquet.column.values.ValuesWriter
 
writeByte(int) - Method in class org.apache.parquet.column.values.boundedint.DevNullValuesWriter
 
writeByte(int) - Method in class org.apache.parquet.column.values.fallback.FallbackValuesWriter
 
writeByte(int) - Method in class org.apache.parquet.column.values.plain.PlainValuesWriter
 
writeByte(int) - Method in class org.apache.parquet.column.values.ValuesWriter
 
writeBytes(Binary) - Method in class org.apache.parquet.column.values.boundedint.DevNullValuesWriter
 
writeBytes(Binary) - Method in class org.apache.parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesWriter
 
writeBytes(Binary) - Method in class org.apache.parquet.column.values.deltastrings.DeltaByteArrayWriter
 
writeBytes(Binary) - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter
 
writeBytes(Binary) - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainFixedLenArrayDictionaryValuesWriter
 
writeBytes(Binary) - Method in class org.apache.parquet.column.values.fallback.FallbackValuesWriter
 
writeBytes(Binary) - Method in class org.apache.parquet.column.values.plain.FixedLenByteArrayPlainValuesWriter
 
writeBytes(Binary) - Method in class org.apache.parquet.column.values.plain.PlainValuesWriter
 
writeBytes(Binary) - Method in class org.apache.parquet.column.values.ValuesWriter
 
writeCurrentValueToConverter() - Method in interface org.apache.parquet.column.ColumnReader
writes the current value to the converter
writeDictionaryPage(DictionaryPage) - Method in interface org.apache.parquet.column.page.PageWriter
writes a dictionary page
writeDouble(double) - Method in class org.apache.parquet.column.values.boundedint.DevNullValuesWriter
 
writeDouble(double) - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter
 
writeDouble(double) - Method in class org.apache.parquet.column.values.fallback.FallbackValuesWriter
 
writeDouble(double) - Method in class org.apache.parquet.column.values.plain.PlainValuesWriter
 
writeDouble(double) - Method in class org.apache.parquet.column.values.ValuesWriter
 
writeFloat(float) - Method in class org.apache.parquet.column.values.boundedint.DevNullValuesWriter
 
writeFloat(float) - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainFloatDictionaryValuesWriter
 
writeFloat(float) - Method in class org.apache.parquet.column.values.fallback.FallbackValuesWriter
 
writeFloat(float) - Method in class org.apache.parquet.column.values.plain.PlainValuesWriter
 
writeFloat(float) - Method in class org.apache.parquet.column.values.ValuesWriter
 
writeInt(int) - Method in class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridEncoder
 
writeInteger(int) - Method in class org.apache.parquet.column.values.bitpacking.BitPackingValuesWriter
writeInteger(int) - Method in class org.apache.parquet.column.values.bitpacking.ByteBitPackingValuesWriter
 
writeInteger(int) - Method in class org.apache.parquet.column.values.boundedint.DevNullValuesWriter
 
writeInteger(int) - Method in class org.apache.parquet.column.values.delta.DeltaBinaryPackingValuesWriter
 
writeInteger(int) - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter
 
writeInteger(int) - Method in class org.apache.parquet.column.values.fallback.FallbackValuesWriter
 
writeInteger(int) - Method in class org.apache.parquet.column.values.plain.PlainValuesWriter
 
writeInteger(int) - Method in class org.apache.parquet.column.values.rle.RunLengthBitPackingHybridValuesWriter
 
writeInteger(int) - Method in class org.apache.parquet.column.values.ValuesWriter
 
writeLong(long) - Method in class org.apache.parquet.column.values.boundedint.DevNullValuesWriter
 
writeLong(long) - Method in class org.apache.parquet.column.values.dictionary.DictionaryValuesWriter.PlainLongDictionaryValuesWriter
 
writeLong(long) - Method in class org.apache.parquet.column.values.fallback.FallbackValuesWriter
 
writeLong(long) - Method in class org.apache.parquet.column.values.plain.PlainValuesWriter
 
writeLong(long) - Method in class org.apache.parquet.column.values.ValuesWriter
 
writeNull(int, int) - Method in interface org.apache.parquet.column.ColumnWriter
writes the current null value
writePage(BytesInput, int, Statistics<?>, Encoding, Encoding, Encoding) - Method in interface org.apache.parquet.column.page.PageWriter
writes a single page
writePageV2(int, int, int, BytesInput, BytesInput, Encoding, BytesInput, Statistics<?>) - Method in interface org.apache.parquet.column.page.PageWriter
writes a single page in the new format
writeTo(OutputStream) - Method in class org.apache.parquet.io.api.Binary
 
writeTo(DataOutput) - Method in class org.apache.parquet.io.api.Binary
 
writeToStringBuilder(StringBuilder, String) - Method in class org.apache.parquet.schema.GroupType
Writes a string representation to the provided StringBuilder
writeToStringBuilder(StringBuilder, String) - Method in class org.apache.parquet.schema.MessageType
Writes a string representation to the provided StringBuilder
writeToStringBuilder(StringBuilder, String) - Method in class org.apache.parquet.schema.PrimitiveType
Writes a string representation to the provided StringBuilder
writeToStringBuilder(StringBuilder, String) - Method in class org.apache.parquet.schema.Type
Writes a string representation to the provided StringBuilder
writeValue(int, int, RecordConsumer) - Method in class org.apache.parquet.example.data.Group
 
writeValue(RecordConsumer) - Method in class org.apache.parquet.example.data.simple.BinaryValue
 
writeValue(RecordConsumer) - Method in class org.apache.parquet.example.data.simple.BooleanValue
 
writeValue(RecordConsumer) - Method in class org.apache.parquet.example.data.simple.DoubleValue
 
writeValue(RecordConsumer) - Method in class org.apache.parquet.example.data.simple.FloatValue
 
writeValue(RecordConsumer) - Method in class org.apache.parquet.example.data.simple.Int96Value
 
writeValue(RecordConsumer) - Method in class org.apache.parquet.example.data.simple.IntegerValue
 
writeValue(RecordConsumer) - Method in class org.apache.parquet.example.data.simple.LongValue
 
writeValue(RecordConsumer) - Method in class org.apache.parquet.example.data.simple.NanoTime
 
writeValue(RecordConsumer) - Method in class org.apache.parquet.example.data.simple.Primitive
 
writeValue(int, int, RecordConsumer) - Method in class org.apache.parquet.example.data.simple.SimpleGroup
 

Z

ZeroIntegerValuesReader - Class in org.apache.parquet.column.values.boundedint
ColumnReader which does not read any actual data, but rather simply produces an endless stream of constant values.
ZeroIntegerValuesReader() - Constructor for class org.apache.parquet.column.values.boundedint.ZeroIntegerValuesReader
 
A B C D E F G H I J K L M N O P R S T U V W Z 

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