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

A

accept(TypeVisitor) - Method in class parquet.schema.GroupType
Visits this type with the given visitor
accept(TypeVisitor) - Method in class parquet.schema.MessageType
Visits this type with the given visitor
accept(TypeVisitor) - Method in class parquet.schema.PrimitiveType
Visits this type with the given visitor
accept(TypeVisitor) - Method in class parquet.schema.Type
Visits this type with the given visitor
add(int) - Method in class parquet.column.values.dictionary.IntList
 
add(String, int) - Method in class parquet.example.data.Group
 
add(String, long) - Method in class parquet.example.data.Group
 
add(String, float) - Method in class parquet.example.data.Group
 
add(String, double) - Method in class parquet.example.data.Group
 
add(String, String) - Method in class parquet.example.data.Group
 
add(String, boolean) - Method in class parquet.example.data.Group
 
add(String, Binary) - Method in class parquet.example.data.Group
 
add(int, int) - Method in class parquet.example.data.Group
 
add(int, long) - Method in class parquet.example.data.Group
 
add(int, String) - Method in class parquet.example.data.Group
 
add(int, boolean) - Method in class parquet.example.data.Group
 
add(int, Binary) - Method in class parquet.example.data.Group
 
add(int, float) - Method in class parquet.example.data.Group
 
add(int, double) - Method in class parquet.example.data.Group
 
add(int, int) - Method in class parquet.example.data.simple.SimpleGroup
 
add(int, long) - Method in class parquet.example.data.simple.SimpleGroup
 
add(int, String) - Method in class parquet.example.data.simple.SimpleGroup
 
add(int, boolean) - Method in class parquet.example.data.simple.SimpleGroup
 
add(int, Binary) - Method in class parquet.example.data.simple.SimpleGroup
 
add(int, float) - Method in class parquet.example.data.simple.SimpleGroup
 
add(int, double) - Method in class parquet.example.data.simple.SimpleGroup
 
addBinary(Binary) - Method in class parquet.io.api.PrimitiveConverter
 
addBinary(Binary) - Method in class parquet.io.api.RecordConsumer
add a binary value in the current field
addBinary(Binary) - Method in class parquet.io.RecordConsumerLoggingWrapper
add a binary value in the current field
addBinary(Binary) - Method in class parquet.io.ValidatingRecordConsumer
add a binary value in the current field
addBoolean(boolean) - Method in class parquet.io.api.PrimitiveConverter
 
addBoolean(boolean) - Method in class parquet.io.api.RecordConsumer
add a boolean value in the current field
addBoolean(boolean) - Method in class parquet.io.RecordConsumerLoggingWrapper
add a boolean value in the current field
addBoolean(boolean) - Method in class parquet.io.ValidatingRecordConsumer
add a boolean value in the current field
addDouble(double) - Method in class parquet.io.api.PrimitiveConverter
 
addDouble(double) - Method in class parquet.io.api.RecordConsumer
add a double value in the current field
addDouble(double) - Method in class parquet.io.RecordConsumerLoggingWrapper
add a double value in the current field
addDouble(double) - Method in class parquet.io.ValidatingRecordConsumer
add a double value in the current field
addFloat(float) - Method in class parquet.io.api.PrimitiveConverter
 
addFloat(float) - Method in class parquet.io.api.RecordConsumer
add a float value in the current field
addFloat(float) - Method in class parquet.io.RecordConsumerLoggingWrapper
add a float value in the current field
addFloat(float) - Method in class parquet.io.ValidatingRecordConsumer
add a float value in the current field
addGroup(String) - Method in class parquet.example.data.Group
 
addGroup(int) - Method in class parquet.example.data.Group
 
addGroup(int) - Method in class parquet.example.data.simple.SimpleGroup
 
addInt(int) - Method in class parquet.io.api.PrimitiveConverter
 
addInteger(int) - Method in class parquet.io.api.RecordConsumer
add an int value in the current field
addInteger(int) - Method in class parquet.io.RecordConsumerLoggingWrapper
add an int value in the current field
addInteger(int) - Method in class parquet.io.ValidatingRecordConsumer
add an int value in the current field
addLong(long) - Method in class parquet.io.api.PrimitiveConverter
 
addLong(long) - Method in class parquet.io.api.RecordConsumer
add a long value in the current field
addLong(long) - Method in class parquet.io.RecordConsumerLoggingWrapper
add a long value in the current field
addLong(long) - Method in class parquet.io.ValidatingRecordConsumer
add a long value in the current field
addPrimitiveBINARY(String, int, Binary) - Method in class parquet.io.BaseRecordReader
 
addPrimitiveINT32(String, int, int) - Method in class parquet.io.BaseRecordReader
 
addPrimitiveINT64(String, int, long) - Method in class parquet.io.BaseRecordReader
 
addValueFromDictionary(int) - Method in class 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
addValueToPrimitiveConverter(PrimitiveConverter, ColumnReader) - Method in enum parquet.schema.PrimitiveType.PrimitiveTypeName
 
addValueToRecordConsumer(RecordConsumer, ColumnReader) - Method in enum parquet.schema.PrimitiveType.PrimitiveTypeName
reads the value from the columnReader with the appropriate accessor and writes it to the recordConsumer
allocatedSize() - Method in class parquet.column.impl.ColumnWriteStoreImpl
 
allocatedSize() - Method in interface parquet.column.page.PageWriter
 
and(UnboundRecordFilter, UnboundRecordFilter) - Static method in class parquet.filter.AndRecordFilter
Returns builder for creating an and filter.
AndRecordFilter - Class in parquet.filter
Provides ability to chain two filters together.
append(String, int) - Method in class parquet.example.data.Group
 
append(String, float) - Method in class parquet.example.data.Group
 
append(String, double) - Method in class parquet.example.data.Group
 
append(String, long) - Method in class parquet.example.data.Group
 
append(String, String) - Method in class parquet.example.data.Group
 
append(String, boolean) - Method in class parquet.example.data.Group
 
append(String, Binary) - Method in class parquet.example.data.Group
 
apply(ColumnReader) - Method in interface parquet.filter.ColumnPredicates.Predicate
 
asGroup() - Method in class parquet.example.data.Group
 
asGroupConverter() - Method in class parquet.io.api.Converter
 
asGroupConverter() - Method in class parquet.io.api.GroupConverter
 
asGroupType() - Method in class parquet.schema.Type
 
asPrimitiveConverter() - Method in class parquet.io.api.Converter
 
asPrimitiveConverter() - Method in class parquet.io.api.PrimitiveConverter
 
asPrimitiveType() - Method in class parquet.schema.Type
 

B

BaseRecordReader<T> - Class in parquet.io
 
BaseRecordReader() - Constructor for class parquet.io.BaseRecordReader
 
Binary - Class in parquet.io.api
 
Binary() - Constructor for class parquet.io.api.Binary
 
BinaryPlainValuesReader - Class in parquet.column.values.plain
 
BinaryPlainValuesReader() - Constructor for class parquet.column.values.plain.BinaryPlainValuesReader
 
BinaryValue - Class in parquet.example.data.simple
 
BinaryValue(Binary) - Constructor for class parquet.example.data.simple.BinaryValue
 
bind(Iterable<ColumnReader>) - Method in interface parquet.filter.UnboundRecordFilter
Call to bind to actual columns and create filter.
BitPackingValuesReader - Class in 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 parquet.column.values.bitpacking.BitPackingValuesReader
 
BitPackingValuesWriter - Class in 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) - Constructor for class parquet.column.values.bitpacking.BitPackingValuesWriter
 
BooleanPlainValuesReader - Class in parquet.column.values.plain
encodes boolean for the plain encoding: one bit at a time (0 = false)
BooleanPlainValuesReader() - Constructor for class parquet.column.values.plain.BooleanPlainValuesReader
 
BooleanPlainValuesWriter - Class in parquet.column.values.plain
An implementation of the PLAIN encoding
BooleanPlainValuesWriter() - Constructor for class parquet.column.values.plain.BooleanPlainValuesWriter
 
BooleanValue - Class in parquet.example.data.simple
 
BooleanValue(boolean) - Constructor for class parquet.example.data.simple.BooleanValue
 
BoundedIntValuesFactory - Class in parquet.column.values.boundedint
 
BoundedIntValuesFactory() - Constructor for class parquet.column.values.boundedint.BoundedIntValuesFactory
 
ByteBitPackingValuesReader - Class in parquet.column.values.bitpacking
 
ByteBitPackingValuesReader(int, Packer) - Constructor for class parquet.column.values.bitpacking.ByteBitPackingValuesReader
 
ByteBitPackingValuesWriter - Class in parquet.column.values.bitpacking
 
ByteBitPackingValuesWriter(int, Packer) - Constructor for class parquet.column.values.bitpacking.ByteBitPackingValuesWriter
 

C

CHARSET - Static variable in class parquet.column.values.plain.PlainValuesWriter
 
checkAndFallbackIfNeeded() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter
 
checkContains(Type) - Method in class parquet.schema.MessageType
 
clearDictionaryContent() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter
clear/free the underlying dictionary content
clearDictionaryContent() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter
 
clearDictionaryContent() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter
 
clearDictionaryContent() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainFloatDictionaryValuesWriter
 
clearDictionaryContent() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter
 
clearDictionaryContent() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainLongDictionaryValuesWriter
 
column(String, ColumnPredicates.Predicate) - Static method in class parquet.filter.ColumnRecordFilter
Factory method for record filter which applies the supplied predicate to the specified column.
ColumnDescriptor - Class in 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 parquet.column.ColumnDescriptor
 
ColumnIO - Class in parquet.io
a structure used to serialize deserialize records
ColumnIOFactory - Class in parquet.io
Factory constructing the ColumnIO structure from the schema
ColumnIOFactory() - Constructor for class parquet.io.ColumnIOFactory
validation is off by default
ColumnIOFactory(boolean) - Constructor for class parquet.io.ColumnIOFactory
 
ColumnIOFactory.ColumnIOCreatorVisitor - Class in parquet.io
 
ColumnIOFactory.ColumnIOCreatorVisitor(boolean, MessageType) - Constructor for class parquet.io.ColumnIOFactory.ColumnIOCreatorVisitor
 
ColumnPredicates - Class in parquet.filter
ColumnPredicates class provides checks for column values.
ColumnPredicates() - Constructor for class parquet.filter.ColumnPredicates
 
ColumnPredicates.Predicate - Interface in parquet.filter
 
ColumnReader - Interface in parquet.column
Reader for (repetition level, definition level, values) triplets.
ColumnReadStore - Interface in parquet.column
Container which can produce a ColumnReader for any given column in a schema.
ColumnReadStoreImpl - Class in parquet.column.impl
Implementation of the ColumnReadStore Initializes individual columns based on schema and converter
ColumnReadStoreImpl(PageReadStore, GroupConverter, MessageType) - Constructor for class parquet.column.impl.ColumnReadStoreImpl
 
ColumnRecordFilter - Class in parquet.filter
Record filter which applies the supplied predicate to the specified column.
columnStore - Variable in class parquet.io.BaseRecordReader
 
ColumnWriter - Interface in parquet.column
writer for (repetition level, definition level, values) triplets
ColumnWriteStore - Interface in parquet.column
Container which can construct writers for multiple columns to be stored together.
ColumnWriteStoreImpl - Class in parquet.column.impl
 
ColumnWriteStoreImpl(PageWriteStore, int, int, boolean) - Constructor for class parquet.column.impl.ColumnWriteStoreImpl
 
compareTo(ColumnDescriptor) - Method in class parquet.column.ColumnDescriptor
 
CompilationException - Exception in parquet.io
thrown when a problem occured while compiling the column reader
CompilationException() - Constructor for exception parquet.io.CompilationException
 
CompilationException(String, Throwable) - Constructor for exception parquet.io.CompilationException
 
CompilationException(String) - Constructor for exception parquet.io.CompilationException
 
CompilationException(Throwable) - Constructor for exception parquet.io.CompilationException
 
consume() - Method in interface parquet.column.ColumnReader
Consume the current triplet, moving to the next value.
containsField(String) - Method in class parquet.schema.GroupType
 
containsPath(String[], int) - Method in class parquet.schema.GroupType
 
containsPath(String[]) - Method in class parquet.schema.MessageType
 
containsPath(String[], int) - Method in class parquet.schema.PrimitiveType
 
containsPath(String[], int) - Method in class parquet.schema.Type
 
ConversionPatterns - Class in parquet.schema
Utility functions to convert from Java-like map and list types to equivalent Parquet types.
ConversionPatterns() - Constructor for class parquet.schema.ConversionPatterns
 
convert(List<GroupType>, TypeConverter<T>) - Method in class parquet.schema.PrimitiveType
 
convert(PrimitiveType.PrimitiveTypeNameConverter<T, E>) - Method in enum parquet.schema.PrimitiveType.PrimitiveTypeName
 
convertBINARY(PrimitiveType.PrimitiveTypeName) - Method in interface parquet.schema.PrimitiveType.PrimitiveTypeNameConverter
 
convertBOOLEAN(PrimitiveType.PrimitiveTypeName) - Method in interface parquet.schema.PrimitiveType.PrimitiveTypeNameConverter
 
convertChildren(List<GroupType>, TypeConverter<T>) - Method in class parquet.schema.GroupType
 
convertDOUBLE(PrimitiveType.PrimitiveTypeName) - Method in interface parquet.schema.PrimitiveType.PrimitiveTypeNameConverter
 
Converter - Class in parquet.io.api
Represent a tree of converters that materializes tuples
Converter() - Constructor for class parquet.io.api.Converter
 
convertFIXED_LEN_BYTE_ARRAY(PrimitiveType.PrimitiveTypeName) - Method in interface parquet.schema.PrimitiveType.PrimitiveTypeNameConverter
 
convertFLOAT(PrimitiveType.PrimitiveTypeName) - Method in interface parquet.schema.PrimitiveType.PrimitiveTypeNameConverter
 
convertGroupType(List<GroupType>, GroupType, List<T>) - Method in interface parquet.schema.TypeConverter
 
convertINT32(PrimitiveType.PrimitiveTypeName) - Method in interface parquet.schema.PrimitiveType.PrimitiveTypeNameConverter
 
convertINT64(PrimitiveType.PrimitiveTypeName) - Method in interface parquet.schema.PrimitiveType.PrimitiveTypeNameConverter
 
convertINT96(PrimitiveType.PrimitiveTypeName) - Method in interface parquet.schema.PrimitiveType.PrimitiveTypeNameConverter
 
convertMessageType(MessageType, List<T>) - Method in interface parquet.schema.TypeConverter
 
convertPrimitiveType(List<GroupType>, PrimitiveType) - Method in interface parquet.schema.TypeConverter
 
convertWith(TypeConverter<T>) - Method in class parquet.schema.MessageType
 
copy() - Method in class parquet.column.page.DictionaryPage
 
createDictionaryPage() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter
 
createDictionaryPage() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter
 
createDictionaryPage() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainFloatDictionaryValuesWriter
 
createDictionaryPage() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter
 
createDictionaryPage() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainLongDictionaryValuesWriter
 
createDictionaryPage() - Method in class parquet.column.values.ValuesWriter
 
currentLevel(int) - Method in class parquet.io.BaseRecordReader
 

D

decodeToBinary(int) - Method in class parquet.column.Dictionary
 
decodeToBinary(int) - Method in class parquet.column.values.dictionary.PlainValuesDictionary.PlainBinaryDictionary
 
decodeToBoolean(int) - Method in class parquet.column.Dictionary
 
decodeToDouble(int) - Method in class parquet.column.Dictionary
 
decodeToDouble(int) - Method in class parquet.column.values.dictionary.PlainValuesDictionary.PlainDoubleDictionary
 
decodeToFloat(int) - Method in class parquet.column.Dictionary
 
decodeToFloat(int) - Method in class parquet.column.values.dictionary.PlainValuesDictionary.PlainFloatDictionary
 
decodeToInt(int) - Method in class parquet.column.Dictionary
 
decodeToInt(int) - Method in class parquet.column.values.dictionary.PlainValuesDictionary.PlainIntegerDictionary
 
decodeToLong(int) - Method in class parquet.column.Dictionary
 
decodeToLong(int) - Method in class parquet.column.values.dictionary.PlainValuesDictionary.PlainLongDictionary
 
DevNullValuesWriter - Class in parquet.column.values.boundedint
This is a special writer that doesn't write anything.
DevNullValuesWriter() - Constructor for class parquet.column.values.boundedint.DevNullValuesWriter
 
Dictionary - Class in parquet.column
a dictionary to decode dictionary based encodings
Dictionary(Encoding) - Constructor for class parquet.column.Dictionary
 
dictionaryByteSize - Variable in class parquet.column.values.dictionary.DictionaryValuesWriter
 
DictionaryPage - Class in parquet.column.page
Data for a dictionary page
DictionaryPage(BytesInput, int, Encoding) - Constructor for class parquet.column.page.DictionaryPage
creates an uncompressed page
DictionaryPage(BytesInput, int, int, Encoding) - Constructor for class parquet.column.page.DictionaryPage
creates a dictionary page
dictionaryTooBig - Variable in class parquet.column.values.dictionary.DictionaryValuesWriter
 
DictionaryValuesReader - Class in parquet.column.values.dictionary
Reads values that have been dictionary encoded
DictionaryValuesReader(Dictionary) - Constructor for class parquet.column.values.dictionary.DictionaryValuesReader
 
DictionaryValuesWriter - Class in 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, int) - Constructor for class parquet.column.values.dictionary.DictionaryValuesWriter
 
DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter - Class in parquet.column.values.dictionary
 
DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter(int, int) - Constructor for class parquet.column.values.dictionary.DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter
 
DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter - Class in parquet.column.values.dictionary
 
DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter(int, int) - Constructor for class parquet.column.values.dictionary.DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter
 
DictionaryValuesWriter.PlainFloatDictionaryValuesWriter - Class in parquet.column.values.dictionary
 
DictionaryValuesWriter.PlainFloatDictionaryValuesWriter(int, int) - Constructor for class parquet.column.values.dictionary.DictionaryValuesWriter.PlainFloatDictionaryValuesWriter
 
DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter - Class in parquet.column.values.dictionary
 
DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter(int, int) - Constructor for class parquet.column.values.dictionary.DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter
 
DictionaryValuesWriter.PlainLongDictionaryValuesWriter - Class in parquet.column.values.dictionary
 
DictionaryValuesWriter.PlainLongDictionaryValuesWriter(int, int) - Constructor for class parquet.column.values.dictionary.DictionaryValuesWriter.PlainLongDictionaryValuesWriter
 
DoubleValue - Class in parquet.example.data.simple
 
DoubleValue(double) - Constructor for class parquet.example.data.simple.DoubleValue
 
DummyRecordConverter - Class in parquet.example
Dummy implementation for perf tests
DummyRecordConverter(MessageType) - Constructor for class parquet.example.DummyRecordConverter
 

E

EMPTY - Static variable in class parquet.io.api.Binary
 
encodedValues - Variable in class parquet.column.values.dictionary.DictionaryValuesWriter
 
Encoding - Enum in parquet.column
encoding of the data
end() - Method in class parquet.io.api.GroupConverter
call at the end of the group
endField(String, int) - Method in class parquet.io.api.RecordConsumer
end of a field in a group or message
endField(String, int) - Method in class parquet.io.RecordConsumerLoggingWrapper
end of a field in a group or message
endField(String, int) - Method in class parquet.io.ValidatingRecordConsumer
end of a field in a group or message
endGroup() - Method in class parquet.io.api.RecordConsumer
end of a group in a field
endGroup(String, int) - Method in class parquet.io.BaseRecordReader
 
endGroup() - Method in class parquet.io.RecordConsumerLoggingWrapper
end of a group in a field
endGroup() - Method in class parquet.io.ValidatingRecordConsumer
end of a group in a field
endMessage() - Method in class parquet.io.api.RecordConsumer
end of a record
endMessage() - Method in class parquet.io.BaseRecordReader
 
endMessage() - Method in class parquet.io.RecordConsumerLoggingWrapper
end of a record
endMessage() - Method in class parquet.io.ValidatingRecordConsumer
end of a record
equals(Object) - Method in class parquet.column.ColumnDescriptor
 
equals(Object) - Method in class parquet.io.api.Binary
 
equals(Object) - Method in class parquet.schema.Type
 
equalTo(String) - Static method in class parquet.filter.ColumnPredicates
 
equalTo(int) - Static method in class parquet.filter.ColumnPredicates
 
equalTo(long) - Static method in class parquet.filter.ColumnPredicates
 
equalTo(float) - Static method in class parquet.filter.ColumnPredicates
 
equalTo(double) - Static method in class parquet.filter.ColumnPredicates
 
equalTo(boolean) - Static method in class parquet.filter.ColumnPredicates
 
equalTo(E) - Static method in class parquet.filter.ColumnPredicates
 
error(String) - Method in class parquet.io.BaseRecordReader
 

F

FloatValue - Class in parquet.example.data.simple
 
FloatValue(float) - Constructor for class parquet.example.data.simple.FloatValue
 
flush() - Method in interface parquet.column.ColumnWriter
Flushes the underlying store.
flush() - Method in interface parquet.column.ColumnWriteStore
when we are done writing to flush to the underlying storage
flush() - Method in class parquet.column.impl.ColumnWriteStoreImpl
 
fromByteArray(byte[], int, int) - Static method in class parquet.io.api.Binary
 
fromByteArray(byte[]) - Static method in class parquet.io.api.Binary
 
fromByteBuffer(ByteBuffer) - Static method in class parquet.io.api.Binary
 
fromString(String) - Static method in class parquet.io.api.Binary
 

G

getAllocatedSize() - Method in class parquet.column.values.bitpacking.BitPackingValuesWriter
getAllocatedSize() - Method in class parquet.column.values.bitpacking.ByteBitPackingValuesWriter
 
getAllocatedSize() - Method in class parquet.column.values.boundedint.DevNullValuesWriter
 
getAllocatedSize() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter
 
getAllocatedSize() - Method in class parquet.column.values.plain.BooleanPlainValuesWriter
 
getAllocatedSize() - Method in class parquet.column.values.plain.PlainValuesWriter
 
getAllocatedSize() - Method in class parquet.column.values.rle.RunLengthBitPackingHybridEncoder
 
getAllocatedSize() - Method in class parquet.column.values.rle.RunLengthBitPackingHybridValuesWriter
 
getAllocatedSize() - Method in class parquet.column.values.ValuesWriter
 
getBinary() - Method in interface parquet.column.ColumnReader
 
getBinary(String, int) - Method in class parquet.example.data.GroupValueSource
 
getBinary(int, int) - Method in class parquet.example.data.GroupValueSource
 
getBinary() - Method in class parquet.example.data.simple.BinaryValue
 
getBinary() - Method in class parquet.example.data.simple.Primitive
 
getBinary(int, int) - Method in class parquet.example.data.simple.SimpleGroup
 
getBoolean() - Method in interface parquet.column.ColumnReader
 
getBoolean(String, int) - Method in class parquet.example.data.GroupValueSource
 
getBoolean(int, int) - Method in class parquet.example.data.GroupValueSource
 
getBoolean() - Method in class parquet.example.data.simple.BooleanValue
 
getBoolean() - Method in class parquet.example.data.simple.Primitive
 
getBoolean(int, int) - Method in class parquet.example.data.simple.SimpleGroup
 
getBoundedReader(int) - Static method in class parquet.column.values.boundedint.BoundedIntValuesFactory
 
getBoundedWriter(int, int) - Static method in class parquet.column.values.boundedint.BoundedIntValuesFactory
 
getBufferedSize() - Method in class parquet.column.values.bitpacking.BitPackingValuesWriter
used to decide if we want to work to the next page
getBufferedSize() - Method in class parquet.column.values.bitpacking.ByteBitPackingValuesWriter
 
getBufferedSize() - Method in class parquet.column.values.boundedint.DevNullValuesWriter
 
getBufferedSize() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter
 
getBufferedSize() - Method in class parquet.column.values.plain.BooleanPlainValuesWriter
 
getBufferedSize() - Method in class parquet.column.values.plain.PlainValuesWriter
 
getBufferedSize() - Method in class parquet.column.values.rle.RunLengthBitPackingHybridEncoder
 
getBufferedSize() - Method in class parquet.column.values.rle.RunLengthBitPackingHybridValuesWriter
 
getBufferedSize() - Method in class parquet.column.values.ValuesWriter
used to decide if we want to work to the next page
getBufferedSizeInMemory() - Method in interface parquet.column.ColumnWriter
used to decide when to write a page or row group
getBytes() - Method in class parquet.column.page.DictionaryPage
 
getBytes() - Method in class parquet.column.page.Page
 
getBytes() - Method in class parquet.column.values.bitpacking.BitPackingValuesWriter
getBytes() - Method in class parquet.column.values.bitpacking.ByteBitPackingValuesWriter
 
getBytes() - Method in class parquet.column.values.boundedint.DevNullValuesWriter
 
getBytes() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter
 
getBytes() - Method in class parquet.column.values.plain.BooleanPlainValuesWriter
 
getBytes() - Method in class parquet.column.values.plain.PlainValuesWriter
 
getBytes() - Method in class parquet.column.values.rle.RunLengthBitPackingHybridValuesWriter
 
getBytes() - Method in class parquet.column.values.ValuesWriter
 
getBytes() - Method in class parquet.io.api.Binary
 
getCaseId(int, int, int, int) - Method in class parquet.io.BaseRecordReader
 
getChild(String) - Method in class parquet.io.GroupColumnIO
 
getChild(int) - Method in class parquet.io.GroupColumnIO
 
getChildrenCount() - Method in class parquet.io.GroupColumnIO
 
getColumnDescription(String[]) - Method in class parquet.schema.MessageType
 
getColumnDescriptor() - Method in class parquet.io.PrimitiveColumnIO
 
getColumnIO() - Method in class parquet.io.ColumnIOFactory.ColumnIOCreatorVisitor
 
getColumnIO(MessageType, MessageType) - Method in class parquet.io.ColumnIOFactory
 
getColumnIO(MessageType) - Method in class parquet.io.ColumnIOFactory
 
getColumnNames() - Method in class parquet.io.MessageColumnIO
 
getColumnReader(ColumnDescriptor) - Method in interface parquet.column.ColumnReadStore
 
getColumnReader(ColumnDescriptor) - Method in class parquet.column.impl.ColumnReadStoreImpl
 
getColumns() - Method in class parquet.schema.MessageType
 
getColumnWriter(ColumnDescriptor) - Method in interface parquet.column.ColumnWriteStore
 
getColumnWriter(ColumnDescriptor) - Method in class parquet.column.impl.ColumnWriteStoreImpl
 
getConverter(int) - Method in class parquet.io.api.GroupConverter
called at initialization based on schema must consistently return the same object
getCurrentDefinitionLevel() - Method in interface parquet.column.ColumnReader
 
getCurrentRecord() - Method in class parquet.example.data.simple.convert.GroupRecordConverter
 
getCurrentRecord() - Method in class parquet.example.DummyRecordConverter
 
getCurrentRecord() - Method in class parquet.io.api.RecordMaterializer
 
getCurrentRepetitionLevel() - Method in interface parquet.column.ColumnReader
must return 0 when isFullyConsumed() == true
getCurrentValueDictionaryID() - Method in interface parquet.column.ColumnReader
available when the underlying encoding is dictionary based
getDescriptor() - Method in interface parquet.column.ColumnReader
 
getDescriptor() - Method in exception parquet.column.UnknownColumnException
 
getDictionaryBasedValuesReader(ColumnDescriptor, ValuesType, Dictionary) - Method in enum parquet.column.Encoding
To read decoded values that require a dictionary
getDictionarySize() - Method in class parquet.column.page.DictionaryPage
 
getDictionarySize() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter
 
getDictionarySize() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter
 
getDictionarySize() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter
 
getDictionarySize() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainFloatDictionaryValuesWriter
 
getDictionarySize() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter
 
getDictionarySize() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainLongDictionaryValuesWriter
 
getDlEncoding() - Method in class parquet.column.page.Page
 
getDouble() - Method in interface parquet.column.ColumnReader
 
getDouble() - Method in class parquet.example.data.simple.DoubleValue
 
getDouble() - Method in class parquet.example.data.simple.Primitive
 
getEncoding() - Method in class parquet.column.Dictionary
 
getEncoding() - Method in class parquet.column.page.DictionaryPage
 
getEncoding() - Method in class parquet.column.values.bitpacking.BitPackingValuesWriter
 
getEncoding() - Method in class parquet.column.values.bitpacking.ByteBitPackingValuesWriter
 
getEncoding() - Method in class parquet.column.values.boundedint.DevNullValuesWriter
 
getEncoding() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter
 
getEncoding() - Method in class parquet.column.values.plain.BooleanPlainValuesWriter
 
getEncoding() - Method in class parquet.column.values.plain.PlainValuesWriter
 
getEncoding() - Method in class parquet.column.values.rle.RunLengthBitPackingHybridValuesWriter
 
getEncoding() - Method in class parquet.column.values.ValuesWriter
called after getBytes() and before reset()
getFieldCount() - Method in class parquet.schema.GroupType
 
getFieldIndex(String) - Method in class parquet.schema.GroupType
 
getFieldName(int) - Method in class parquet.schema.GroupType
returns the name of the corresponding field
getFieldPath(int) - Method in class parquet.io.ColumnIO
 
getFieldRepetitionCount(String) - Method in class parquet.example.data.GroupValueSource
 
getFieldRepetitionCount(int) - Method in class parquet.example.data.GroupValueSource
 
getFieldRepetitionCount(int) - Method in class parquet.example.data.simple.SimpleGroup
 
getFields() - Method in class parquet.schema.GroupType
 
getFloat() - Method in interface parquet.column.ColumnReader
 
getFloat() - Method in class parquet.example.data.simple.FloatValue
 
getFloat() - Method in class parquet.example.data.simple.Primitive
 
getGroup(String, int) - Method in class parquet.example.data.Group
 
getGroup(int, int) - Method in class parquet.example.data.Group
 
getGroup(String, int) - Method in class parquet.example.data.GroupValueSource
 
getGroup(int, int) - Method in class parquet.example.data.GroupValueSource
 
getGroup(int, int) - Method in class parquet.example.data.simple.SimpleGroup
 
getId() - Method in class parquet.io.PrimitiveColumnIO
 
getIndex() - Method in class parquet.io.ColumnIO
 
getIndexFieldPath() - Method in class parquet.io.ColumnIO
 
getIndexFieldPath(int) - Method in class parquet.io.ColumnIO
 
getInteger() - Method in interface parquet.column.ColumnReader
 
getInteger(String, int) - Method in class parquet.example.data.GroupValueSource
 
getInteger(int, int) - Method in class parquet.example.data.GroupValueSource
 
getInteger() - Method in class parquet.example.data.simple.IntegerValue
 
getInteger() - Method in class parquet.example.data.simple.Primitive
 
getInteger(int, int) - Method in class parquet.example.data.simple.SimpleGroup
 
getLeaves() - Method in class parquet.io.MessageColumnIO
 
getLong() - Method in interface parquet.column.ColumnReader
 
getLong() - Method in class parquet.example.data.simple.LongValue
 
getLong() - Method in class parquet.example.data.simple.Primitive
 
getMaxDefinitionLevel() - Method in class parquet.column.ColumnDescriptor
 
getMaxDefinitionLevel(String[], int) - Method in class parquet.schema.GroupType
 
getMaxDefinitionLevel(String...) - Method in class parquet.schema.MessageType
 
getMaxDefinitionLevel(String[], int) - Method in class parquet.schema.PrimitiveType
 
getMaxDefinitionLevel(String[], int) - Method in class parquet.schema.Type
 
getMaxId() - Method in class parquet.column.Dictionary
 
getMaxId() - Method in class parquet.column.values.dictionary.PlainValuesDictionary.PlainBinaryDictionary
 
getMaxId() - Method in class parquet.column.values.dictionary.PlainValuesDictionary.PlainDoubleDictionary
 
getMaxId() - Method in class parquet.column.values.dictionary.PlainValuesDictionary.PlainFloatDictionary
 
getMaxId() - Method in class parquet.column.values.dictionary.PlainValuesDictionary.PlainIntegerDictionary
 
getMaxId() - Method in class parquet.column.values.dictionary.PlainValuesDictionary.PlainLongDictionary
 
getMaxRepetitionLevel() - Method in class parquet.column.ColumnDescriptor
 
getMaxRepetitionLevel(String[], int) - Method in class parquet.schema.GroupType
 
getMaxRepetitionLevel(String...) - Method in class parquet.schema.MessageType
 
getMaxRepetitionLevel(String[], int) - Method in class parquet.schema.PrimitiveType
 
getMaxRepetitionLevel(String[], int) - Method in class parquet.schema.Type
 
getMemSize() - Method in interface parquet.column.page.PageWriter
 
getMethod - Variable in enum parquet.schema.PrimitiveType.PrimitiveTypeName
 
getName() - Method in class parquet.io.ColumnIO
 
getName() - Method in class parquet.schema.Type
 
getOriginalType() - Method in class parquet.schema.Type
 
getPageReader(ColumnDescriptor) - Method in interface parquet.column.page.PageReadStore
 
getPageWriter(ColumnDescriptor) - Method in interface parquet.column.page.PageWriteStore
 
getParent() - Method in class parquet.io.ColumnIO
 
getPath() - Method in class parquet.column.ColumnDescriptor
 
getPath() - Method in class parquet.io.PrimitiveColumnIO
 
getPaths(int) - Method in class parquet.schema.GroupType
 
getPaths() - Method in class parquet.schema.MessageType
 
getPaths(int) - Method in class parquet.schema.PrimitiveType
 
getPaths(int) - Method in class parquet.schema.Type
 
getPrimitive() - Method in class parquet.io.PrimitiveColumnIO
 
getPrimitiveTypeName() - Method in class parquet.schema.PrimitiveType
 
getRecordReader(PageReadStore, RecordMaterializer<T>) - Method in class parquet.io.MessageColumnIO
 
getRecordReader(PageReadStore, RecordMaterializer<T>, UnboundRecordFilter) - Method in class parquet.io.MessageColumnIO
 
getRecordWriter(ColumnWriteStore) - Method in class parquet.io.MessageColumnIO
 
getRepetition() - Method in class parquet.schema.Type
 
getRlEncoding() - Method in class parquet.column.page.Page
 
getRootConverter() - Method in class parquet.example.data.simple.convert.GroupRecordConverter
 
getRootConverter() - Method in class parquet.example.DummyRecordConverter
 
getRootConverter() - Method in class parquet.io.api.RecordMaterializer
 
getRowCount() - Method in interface parquet.column.page.PageReadStore
 
getString(String, int) - Method in class parquet.example.data.GroupValueSource
 
getString(int, int) - Method in class parquet.example.data.GroupValueSource
 
getString() - Method in class parquet.example.data.simple.BinaryValue
 
getString() - Method in class parquet.example.data.simple.Primitive
 
getString(int, int) - Method in class parquet.example.data.simple.SimpleGroup
 
getTotalValueCount() - Method in interface parquet.column.ColumnReader
 
getTotalValueCount() - Method in interface parquet.column.page.PageReader
 
getType() - Method in class parquet.column.ColumnDescriptor
 
getType() - Method in class parquet.example.data.GroupValueSource
 
getType() - Method in class parquet.example.data.simple.SimpleGroup
 
getType() - Method in class parquet.io.ColumnIO
 
getType() - Method in class parquet.io.MessageColumnIO
 
getType(String) - Method in class parquet.schema.GroupType
 
getType(int) - Method in class parquet.schema.GroupType
 
getType(String[], int) - Method in class parquet.schema.GroupType
 
getType(String...) - Method in class parquet.schema.MessageType
 
getType(String[], int) - Method in class parquet.schema.PrimitiveType
 
getType(String[], int) - Method in class parquet.schema.Type
 
getUncompressedSize() - Method in class parquet.column.page.DictionaryPage
 
getUncompressedSize() - Method in class parquet.column.page.Page
 
getValueCount() - Method in class parquet.column.page.Page
 
getValueEncoding() - Method in class parquet.column.page.Page
 
getValuesReader(ColumnDescriptor, ValuesType) - Method in enum parquet.column.Encoding
To read decoded values that don't require a dictionary
getValueToString(int, int) - Method in class parquet.example.data.GroupValueSource
 
getValueToString(int, int) - Method in class parquet.example.data.simple.SimpleGroup
 
Group - Class in parquet.example.data
 
Group() - Constructor for class parquet.example.data.Group
 
GroupColumnIO - Class in parquet.io
Group level of the IO structure
GroupConverter - Class in parquet.io.api
converter for group nodes
GroupConverter() - Constructor for class parquet.io.api.GroupConverter
 
GroupFactory - Class in parquet.example.data
 
GroupFactory() - Constructor for class parquet.example.data.GroupFactory
 
GroupRecordConverter - Class in parquet.example.data.simple.convert
 
GroupRecordConverter(MessageType) - Constructor for class parquet.example.data.simple.convert.GroupRecordConverter
 
GroupType - Class in parquet.schema
Represents a group type: a list of fields
GroupType(Type.Repetition, String, List<Type>) - Constructor for class parquet.schema.GroupType
 
GroupType(Type.Repetition, String, Type...) - Constructor for class parquet.schema.GroupType
 
GroupType(Type.Repetition, String, OriginalType, Type...) - Constructor for class parquet.schema.GroupType
 
GroupType(Type.Repetition, String, OriginalType, List<Type>) - Constructor for class parquet.schema.GroupType
 
GroupValueSource - Class in parquet.example.data
 
GroupValueSource() - Constructor for class parquet.example.data.GroupValueSource
 
GroupWriter - Class in parquet.example.data
 
GroupWriter(RecordConsumer, GroupType) - Constructor for class parquet.example.data.GroupWriter
 

H

hasDictionarySupport() - Method in class parquet.io.api.PrimitiveConverter
if it returns true we will attempt to use dictionary based conversion instead
hashCode() - Method in class parquet.column.ColumnDescriptor
 
hashCode() - Method in class parquet.schema.Type
 
hasNext() - Method in class parquet.column.values.dictionary.IntList.IntIterator
 

I

in - Variable in class parquet.column.values.plain.PlainValuesReader
 
initDictionary(ColumnDescriptor, DictionaryPage) - Method in enum parquet.column.Encoding
initializes a dictionary from a page
initFromPage(long, byte[], int) - Method in class parquet.column.values.bitpacking.BitPackingValuesReader
Called to initialize the column reader from a part of a page.
initFromPage(long, byte[], int) - Method in class parquet.column.values.bitpacking.ByteBitPackingValuesReader
 
initFromPage(long, byte[], int) - Method in class parquet.column.values.boundedint.ZeroIntegerValuesReader
 
initFromPage(long, byte[], int) - Method in class parquet.column.values.dictionary.DictionaryValuesReader
 
initFromPage(long, byte[], int) - Method in class parquet.column.values.plain.BinaryPlainValuesReader
 
initFromPage(long, byte[], int) - Method in class parquet.column.values.plain.BooleanPlainValuesReader
Called to initialize the column reader from a part of a page.
initFromPage(long, byte[], int) - Method in class parquet.column.values.plain.PlainValuesReader
Called to initialize the column reader from a part of a page.
initFromPage(long, byte[], int) - Method in class parquet.column.values.rle.RunLengthBitPackingHybridValuesReader
 
initFromPage(long, byte[], int) - Method in class parquet.column.values.ValuesReader
Called to initialize the column reader from a part of a page.
IntegerValue - Class in parquet.example.data.simple
 
IntegerValue(int) - Constructor for class parquet.example.data.simple.IntegerValue
 
IntList - Class in parquet.column.values.dictionary
An append-only integer list avoids autoboxing and buffer resizing
IntList() - Constructor for class parquet.column.values.dictionary.IntList
construct an empty list
IntList.IntIterator - Class in 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 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
InvalidRecordException - Exception in parquet.io
thrown when an invalid record is encountered
InvalidRecordException() - Constructor for exception parquet.io.InvalidRecordException
 
InvalidRecordException(String, Throwable) - Constructor for exception parquet.io.InvalidRecordException
 
InvalidRecordException(String) - Constructor for exception parquet.io.InvalidRecordException
 
InvalidRecordException(Throwable) - Constructor for exception parquet.io.InvalidRecordException
 
isFirst(int) - Method in class parquet.io.PrimitiveColumnIO
 
isLast(int) - Method in class parquet.io.PrimitiveColumnIO
 
isMatch() - Method in class parquet.filter.AndRecordFilter
 
isMatch() - Method in class parquet.filter.ColumnRecordFilter
 
isMatch() - Method in class parquet.filter.PagedRecordFilter
Keeps track of how many times it is called.
isMatch() - Method in interface parquet.filter.RecordFilter
Works out whether the current record can pass through the filter.
isMoreRestrictiveThan(Type.Repetition) - Method in enum parquet.schema.Type.Repetition
 
isPrimitive() - Method in class parquet.io.api.Converter
 
isPrimitive() - Method in class parquet.io.api.GroupConverter
 
isPrimitive() - Method in class parquet.io.api.PrimitiveConverter
 
isPrimitive() - Method in class parquet.schema.GroupType
 
isPrimitive() - Method in class parquet.schema.PrimitiveType
 
isPrimitive() - Method in class parquet.schema.Type
 
isRepetition(Type.Repetition) - Method in class parquet.schema.Type
 
iterator() - Method in class parquet.column.values.dictionary.IntList
(not an actual Iterable)

J

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

L

lastUsedDictionaryByteSize - Variable in class parquet.column.values.dictionary.DictionaryValuesWriter
 
lastUsedDictionarySize - Variable in class parquet.column.values.dictionary.DictionaryValuesWriter
 
length() - Method in class parquet.io.api.Binary
 
listType(Type.Repetition, String, Type) - Static method in class parquet.schema.ConversionPatterns
 
log(String) - Method in class parquet.io.BaseRecordReader
 
LongValue - Class in parquet.example.data.simple
 
LongValue(long) - Constructor for class parquet.example.data.simple.LongValue
 

M

mapType(Type.Repetition, String, Type, Type) - Static method in class parquet.schema.ConversionPatterns
 
mapType(Type.Repetition, String, String, Type, Type) - Static method in class parquet.schema.ConversionPatterns
 
maxColMemSize() - Method in class parquet.column.impl.ColumnWriteStoreImpl
 
maxDictionaryByteSize - Variable in class parquet.column.values.dictionary.DictionaryValuesWriter
 
memSize() - Method in class parquet.column.impl.ColumnWriteStoreImpl
 
memUsageString() - Method in class parquet.column.impl.ColumnWriteStoreImpl
 
memUsageString(String) - Method in interface parquet.column.page.PageWriter
 
memUsageString(String) - Method in class parquet.column.values.bitpacking.BitPackingValuesWriter
 
memUsageString(String) - Method in class parquet.column.values.bitpacking.ByteBitPackingValuesWriter
 
memUsageString(String) - Method in class parquet.column.values.boundedint.DevNullValuesWriter
 
memUsageString(String) - Method in class parquet.column.values.dictionary.DictionaryValuesWriter
 
memUsageString(String) - Method in class parquet.column.values.plain.BooleanPlainValuesWriter
 
memUsageString(String) - Method in class parquet.column.values.plain.PlainValuesWriter
 
memUsageString(String) - Method in class parquet.column.values.rle.RunLengthBitPackingHybridValuesWriter
 
memUsageString(String) - Method in class parquet.column.values.ValuesWriter
 
MessageColumnIO - Class in parquet.io
Message level of the IO structure
MessageType - Class in parquet.schema
The root of a schema
MessageType(String, Type...) - Constructor for class parquet.schema.MessageType
 
MessageType(String, List<Type>) - Constructor for class parquet.schema.MessageType
 
MessageTypeParser - Class in parquet.schema
Parses a schema from a textual format similar to that described in the Dremel paper.

N

newGroup() - Method in class parquet.example.data.GroupFactory
 
newGroup() - Method in class parquet.example.data.simple.SimpleGroupFactory
 
next() - Method in class parquet.column.values.dictionary.IntList.IntIterator
 

O

OriginalType - Enum in parquet.schema
 

P

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

R

r1 - Static variable in class parquet.example.Paper
 
r2 - Static variable in class parquet.example.Paper
 
read() - Method in class parquet.io.BaseRecordReader
 
read() - Method in class parquet.io.RecordReader
reads one record and returns it
readBoolean() - Method in class parquet.column.values.plain.BooleanPlainValuesReader
readBoolean() - Method in class parquet.column.values.ValuesReader
 
readBytes() - Method in class parquet.column.values.dictionary.DictionaryValuesReader
 
readBytes() - Method in class parquet.column.values.plain.BinaryPlainValuesReader
 
readBytes() - Method in class parquet.column.values.ValuesReader
 
readDictionaryPage() - Method in interface parquet.column.page.PageReader
 
readDouble() - Method in class parquet.column.values.dictionary.DictionaryValuesReader
 
readDouble() - Method in class parquet.column.values.plain.PlainValuesReader.DoublePlainValuesReader
 
readDouble() - Method in class parquet.column.values.ValuesReader
 
readFloat() - Method in class parquet.column.values.dictionary.DictionaryValuesReader
 
readFloat() - Method in class parquet.column.values.plain.PlainValuesReader.FloatPlainValuesReader
 
readFloat() - Method in class parquet.column.values.ValuesReader
 
readInt() - Method in class parquet.column.values.rle.RunLengthBitPackingHybridDecoder
 
readInteger() - Method in class parquet.column.values.bitpacking.BitPackingValuesReader
readInteger() - Method in class parquet.column.values.bitpacking.ByteBitPackingValuesReader
 
readInteger() - Method in class parquet.column.values.boundedint.ZeroIntegerValuesReader
 
readInteger() - Method in class parquet.column.values.dictionary.DictionaryValuesReader
 
readInteger() - Method in class parquet.column.values.plain.PlainValuesReader.IntegerPlainValuesReader
 
readInteger() - Method in class parquet.column.values.rle.RunLengthBitPackingHybridValuesReader
 
readInteger() - Method in class parquet.column.values.ValuesReader
 
readLong() - Method in class parquet.column.values.dictionary.DictionaryValuesReader
 
readLong() - Method in class parquet.column.values.plain.PlainValuesReader.LongPlainValuesReader
 
readLong() - Method in class parquet.column.values.ValuesReader
 
readOneRecord() - Method in class parquet.io.BaseRecordReader
 
readPage() - Method in interface parquet.column.page.PageReader
 
readValueDictionaryId() - Method in class parquet.column.values.dictionary.DictionaryValuesReader
 
readValueDictionaryId() - Method in class parquet.column.values.ValuesReader
usable when the encoding is dictionary based
RecordConsumer - Class in parquet.io.api
Abstraction for writing records It decouples the striping algorithm from the actual record model example:
RecordConsumer() - Constructor for class parquet.io.api.RecordConsumer
 
recordConsumer - Variable in class parquet.io.BaseRecordReader
 
RecordConsumerLoggingWrapper - Class in parquet.io
This class can be used to wrap an actual RecordConsumer and log all calls
RecordConsumerLoggingWrapper(RecordConsumer) - Constructor for class parquet.io.RecordConsumerLoggingWrapper
all calls a delegate to the wrapped delegate
RecordFilter - Interface in parquet.filter
Filter to be applied to a record to work out whether to skip it.
RecordMaterializer<T> - Class in 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 parquet.io.api.RecordMaterializer
 
recordMaterializer - Variable in class parquet.io.BaseRecordReader
 
RecordReader<T> - Class in parquet.io
used to read reassembled records
RecordReader() - Constructor for class parquet.io.RecordReader
 
reset() - Method in class parquet.column.values.bitpacking.BitPackingValuesWriter
called after getBytes() to reset the current buffer and start writing the next page
reset() - Method in class parquet.column.values.bitpacking.ByteBitPackingValuesWriter
 
reset() - Method in class parquet.column.values.boundedint.DevNullValuesWriter
 
reset() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter
 
reset() - Method in class parquet.column.values.plain.BooleanPlainValuesWriter
 
reset() - Method in class parquet.column.values.plain.PlainValuesWriter
 
reset() - Method in class parquet.column.values.rle.RunLengthBitPackingHybridEncoder
Reset this encoder for re-use
reset() - Method in class parquet.column.values.rle.RunLengthBitPackingHybridValuesWriter
 
reset() - Method in class parquet.column.values.ValuesWriter
called after getBytes() to reset the current buffer and start writing the next page
resetDictionary() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter
 
resetDictionary() - Method in class parquet.column.values.ValuesWriter
reset the dictionary when a new block starts
RunLengthBitPackingHybridDecoder - Class in parquet.column.values.rle
Decodes values written in the grammar described in RunLengthBitPackingHybridEncoder
RunLengthBitPackingHybridDecoder(int, int, InputStream) - Constructor for class parquet.column.values.rle.RunLengthBitPackingHybridDecoder
 
RunLengthBitPackingHybridEncoder - Class in parquet.column.values.rle
Encodes values using a combination of run length encoding and bit packing, according to the following grammar:
RunLengthBitPackingHybridEncoder(int, int) - Constructor for class parquet.column.values.rle.RunLengthBitPackingHybridEncoder
 
RunLengthBitPackingHybridValuesReader - Class in parquet.column.values.rle
This ValuesReader does all the reading in RunLengthBitPackingHybridValuesReader.initFromPage(long, byte[], int) and stores the values in an in memory buffer, which is less than ideal.
RunLengthBitPackingHybridValuesReader(int) - Constructor for class parquet.column.values.rle.RunLengthBitPackingHybridValuesReader
 
RunLengthBitPackingHybridValuesWriter - Class in parquet.column.values.rle
 
RunLengthBitPackingHybridValuesWriter(int, int) - Constructor for class parquet.column.values.rle.RunLengthBitPackingHybridValuesWriter
 

S

schema - Static variable in class parquet.example.Paper
 
schema2 - Static variable in class parquet.example.Paper
 
schema3 - Static variable in class parquet.example.Paper
 
setDictionary(Dictionary) - Method in class parquet.io.api.PrimitiveConverter
Set the dictionary to use if the data was encoded using dictionary encoding and the converter hasDictionarySupport().
SimpleGroup - Class in parquet.example.data.simple
 
SimpleGroup(GroupType) - Constructor for class parquet.example.data.simple.SimpleGroup
 
SimpleGroupFactory - Class in parquet.example.data.simple
 
SimpleGroupFactory(MessageType) - Constructor for class parquet.example.data.simple.SimpleGroupFactory
 
size() - Method in class parquet.column.values.dictionary.IntList
 
skip() - Method in interface parquet.column.ColumnReader
Skip the current value
skip() - Method in class parquet.column.values.bitpacking.BitPackingValuesReader
 
skip() - Method in class parquet.column.values.bitpacking.ByteBitPackingValuesReader
 
skip() - Method in class parquet.column.values.boundedint.ZeroIntegerValuesReader
 
skip() - Method in class parquet.column.values.dictionary.DictionaryValuesReader
 
skip() - Method in class parquet.column.values.plain.BinaryPlainValuesReader
 
skip() - Method in class parquet.column.values.plain.BooleanPlainValuesReader
Skips the next value in the page
skip() - Method in class parquet.column.values.plain.PlainValuesReader.DoublePlainValuesReader
 
skip() - Method in class parquet.column.values.plain.PlainValuesReader.FloatPlainValuesReader
 
skip() - Method in class parquet.column.values.plain.PlainValuesReader.IntegerPlainValuesReader
 
skip() - Method in class parquet.column.values.plain.PlainValuesReader.LongPlainValuesReader
 
skip() - Method in class parquet.column.values.rle.RunLengthBitPackingHybridValuesReader
 
skip() - Method in class parquet.column.values.ValuesReader
Skips the next value in the page
start() - Method in class parquet.io.api.GroupConverter
called at the beginning of the group managed by this converter
startField(String, int) - Method in class 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 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 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 parquet.io.api.RecordConsumer
start of a group in a field
startGroup(String, int) - Method in class parquet.io.BaseRecordReader
 
startGroup() - Method in class parquet.io.RecordConsumerLoggingWrapper
start of a group in a field
startGroup() - Method in class parquet.io.ValidatingRecordConsumer
start of a group in a field
startMessage() - Method in class parquet.io.api.RecordConsumer
start a new record
startMessage() - Method in class parquet.io.BaseRecordReader
 
startMessage() - Method in class parquet.io.RecordConsumerLoggingWrapper
start a new record
startMessage() - Method in class parquet.io.ValidatingRecordConsumer
start a new record
stringKeyMapType(Type.Repetition, String, String, Type) - Static method in class parquet.schema.ConversionPatterns
 
stringKeyMapType(Type.Repetition, String, Type) - Static method in class parquet.schema.ConversionPatterns
 

T

toByteBuffer() - Method in class parquet.io.api.Binary
 
toBytes() - Method in class parquet.column.values.rle.RunLengthBitPackingHybridEncoder
 
toString() - Method in class parquet.column.ColumnDescriptor
 
toString() - Method in class parquet.column.impl.ColumnWriteStoreImpl
 
toString() - Method in class parquet.column.page.DictionaryPage
 
toString() - Method in class parquet.column.page.Page
 
toString() - Method in class parquet.column.values.dictionary.PlainValuesDictionary.PlainBinaryDictionary
 
toString() - Method in class parquet.column.values.dictionary.PlainValuesDictionary.PlainDoubleDictionary
 
toString() - Method in class parquet.column.values.dictionary.PlainValuesDictionary.PlainFloatDictionary
 
toString() - Method in class parquet.column.values.dictionary.PlainValuesDictionary.PlainIntegerDictionary
 
toString() - Method in class parquet.column.values.dictionary.PlainValuesDictionary.PlainLongDictionary
 
toString() - Method in class parquet.example.data.simple.BinaryValue
 
toString() - Method in class parquet.example.data.simple.BooleanValue
 
toString() - Method in class parquet.example.data.simple.DoubleValue
 
toString() - Method in class parquet.example.data.simple.FloatValue
 
toString() - Method in class parquet.example.data.simple.IntegerValue
 
toString() - Method in class parquet.example.data.simple.LongValue
 
toString() - Method in class parquet.example.data.simple.SimpleGroup
 
toString(String) - Method in class parquet.example.data.simple.SimpleGroup
 
toString() - Method in class parquet.io.api.Binary
 
toString() - Method in class parquet.io.ColumnIO
 
toString(ColumnReader) - Method in enum parquet.schema.PrimitiveType.PrimitiveTypeName
reads the value from the columnReader with the appropriate accessor and returns a String representation
toString() - Method in class parquet.schema.Type
toStringUsingUTF8() - Method in class parquet.io.api.Binary
 
Type - Class in parquet.schema
Represents the declared type for a field in a schema.
Type(String, Type.Repetition) - Constructor for class parquet.schema.Type
 
Type(String, Type.Repetition, OriginalType) - Constructor for class parquet.schema.Type
 
Type.Repetition - Enum in parquet.schema
 
TypeConverter<T> - Interface in parquet.schema
to convert a MessageType tree
typeEquals(Type) - Method in class parquet.schema.GroupType
typeEquals(Type) - Method in class parquet.schema.PrimitiveType
typeEquals(Type) - Method in class parquet.schema.Type
 
typeHashCode() - Method in class parquet.schema.GroupType
typeHashCode() - Method in class parquet.schema.PrimitiveType
typeHashCode() - Method in class parquet.schema.Type
 
TypeVisitor - Interface in parquet.schema
Implement this interface to visit a schema type.accept(new TypeVisitor() { ...

U

UnboundRecordFilter - Interface in parquet.filter
Builder for a record filter.
UnknownColumnException - Exception in parquet.column
Thrown if the specified column is unknown in the underlying storage
UnknownColumnException(ColumnDescriptor) - Constructor for exception parquet.column.UnknownColumnException
 
usesDictionary() - Method in enum parquet.column.Encoding
 

V

ValidatingRecordConsumer - Class in 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 parquet.io.ValidatingRecordConsumer
 
valueOf(String) - Static method in enum parquet.column.Encoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum parquet.column.ValuesType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum parquet.schema.OriginalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum parquet.schema.PrimitiveType.PrimitiveTypeName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum parquet.schema.Type.Repetition
Returns the enum constant of this type with the specified name.
values() - Static method in enum parquet.column.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum parquet.column.ValuesType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum parquet.schema.OriginalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum 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 parquet.schema.Type.Repetition
Returns an array containing the constants of this enum type, in the order they are declared.
ValuesReader - Class in parquet.column.values
Base class to implement an encoding for a given column type.
ValuesReader() - Constructor for class parquet.column.values.ValuesReader
 
ValuesType - Enum in parquet.column
The different type of values we can store in columns
ValuesWriter - Class in parquet.column.values
base class to implement an encoding for a given column
ValuesWriter() - Constructor for class parquet.column.values.ValuesWriter
 
visit(MessageType) - Method in class parquet.io.ColumnIOFactory.ColumnIOCreatorVisitor
 
visit(GroupType) - Method in class parquet.io.ColumnIOFactory.ColumnIOCreatorVisitor
 
visit(PrimitiveType) - Method in class parquet.io.ColumnIOFactory.ColumnIOCreatorVisitor
 
visit(GroupType) - Method in interface parquet.schema.TypeVisitor
 
visit(MessageType) - Method in interface parquet.schema.TypeVisitor
 
visit(PrimitiveType) - Method in interface parquet.schema.TypeVisitor
 

W

write(int, int, int) - Method in interface parquet.column.ColumnWriter
writes the current value
write(long, int, int) - Method in interface parquet.column.ColumnWriter
writes the current value
write(boolean, int, int) - Method in interface parquet.column.ColumnWriter
writes the current value
write(Binary, int, int) - Method in interface parquet.column.ColumnWriter
writes the current value
write(float, int, int) - Method in interface parquet.column.ColumnWriter
writes the current value
write(double, int, int) - Method in interface parquet.column.ColumnWriter
writes the current value
write(Group) - Method in class parquet.example.data.GroupWriter
 
writeBoolean(boolean) - Method in class parquet.column.values.boundedint.DevNullValuesWriter
 
writeBoolean(boolean) - Method in class parquet.column.values.plain.BooleanPlainValuesWriter
 
writeBoolean(boolean) - Method in class parquet.column.values.ValuesWriter
 
writeByte(int) - Method in class parquet.column.values.boundedint.DevNullValuesWriter
 
writeByte(int) - Method in class parquet.column.values.plain.PlainValuesWriter
 
writeByte(int) - Method in class parquet.column.values.ValuesWriter
 
writeBytes(Binary) - Method in class parquet.column.values.boundedint.DevNullValuesWriter
 
writeBytes(Binary) - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter
 
writeBytes(Binary) - Method in class parquet.column.values.plain.PlainValuesWriter
 
writeBytes(Binary) - Method in class parquet.column.values.ValuesWriter
 
writeCurrentValueToConverter() - Method in interface parquet.column.ColumnReader
writes the current value to the converter
writeDictionaryPage(DictionaryPage) - Method in interface parquet.column.page.PageWriter
writes a dictionary page
writeDouble(double) - Method in class parquet.column.values.boundedint.DevNullValuesWriter
 
writeDouble(double) - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter
 
writeDouble(double) - Method in class parquet.column.values.plain.PlainValuesWriter
 
writeDouble(double) - Method in class parquet.column.values.ValuesWriter
 
writeFloat(float) - Method in class parquet.column.values.boundedint.DevNullValuesWriter
 
writeFloat(float) - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainFloatDictionaryValuesWriter
 
writeFloat(float) - Method in class parquet.column.values.plain.PlainValuesWriter
 
writeFloat(float) - Method in class parquet.column.values.ValuesWriter
 
writeInt(int) - Method in class parquet.column.values.rle.RunLengthBitPackingHybridEncoder
 
writeInteger(int) - Method in class parquet.column.values.bitpacking.BitPackingValuesWriter
writeInteger(int) - Method in class parquet.column.values.bitpacking.ByteBitPackingValuesWriter
 
writeInteger(int) - Method in class parquet.column.values.boundedint.DevNullValuesWriter
 
writeInteger(int) - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter
 
writeInteger(int) - Method in class parquet.column.values.plain.PlainValuesWriter
 
writeInteger(int) - Method in class parquet.column.values.rle.RunLengthBitPackingHybridValuesWriter
 
writeInteger(int) - Method in class parquet.column.values.ValuesWriter
 
writeLong(long) - Method in class parquet.column.values.boundedint.DevNullValuesWriter
 
writeLong(long) - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainLongDictionaryValuesWriter
 
writeLong(long) - Method in class parquet.column.values.plain.PlainValuesWriter
 
writeLong(long) - Method in class parquet.column.values.ValuesWriter
 
writeNull(int, int) - Method in interface parquet.column.ColumnWriter
writes the current null value
writePage(BytesInput, int, Encoding, Encoding, Encoding) - Method in interface parquet.column.page.PageWriter
writes a single page
writeTo(OutputStream) - Method in class parquet.io.api.Binary
 
writeToStringBuilder(StringBuilder, String) - Method in class parquet.schema.GroupType
Writes a string representation to the provided StringBuilder
writeToStringBuilder(StringBuilder, String) - Method in class parquet.schema.MessageType
Writes a string representation to the provided StringBuilder
writeToStringBuilder(StringBuilder, String) - Method in class parquet.schema.PrimitiveType
Writes a string representation to the provided StringBuilder
writeToStringBuilder(StringBuilder, String) - Method in class parquet.schema.Type
Writes a string representation to the provided StringBuilder
writeValue(int, int, RecordConsumer) - Method in class parquet.example.data.Group
 
writeValue(RecordConsumer) - Method in class parquet.example.data.simple.BinaryValue
 
writeValue(RecordConsumer) - Method in class parquet.example.data.simple.BooleanValue
 
writeValue(RecordConsumer) - Method in class parquet.example.data.simple.DoubleValue
 
writeValue(RecordConsumer) - Method in class parquet.example.data.simple.FloatValue
 
writeValue(RecordConsumer) - Method in class parquet.example.data.simple.IntegerValue
 
writeValue(RecordConsumer) - Method in class parquet.example.data.simple.LongValue
 
writeValue(RecordConsumer) - Method in class parquet.example.data.simple.Primitive
 
writeValue(int, int, RecordConsumer) - Method in class parquet.example.data.simple.SimpleGroup
 

Z

ZeroIntegerValuesReader - Class in 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 parquet.column.values.boundedint.ZeroIntegerValuesReader
 
A B C D E F G H I J L M N O P R S T U V W Z 

Copyright © 2013. All Rights Reserved.