Skip navigation links
A B C D E F G H I J L M N O P R S T U V W Y 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
acceptColorModification - Variable in class parquet.tools.util.PrettyPrintWriter
 
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, NanoTime) - 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, NanoTime) - 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, NanoTime) - 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
 
add(String, Object) - Method in class parquet.tools.read.SimpleRecord
 
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
addColumn(ColumnChunkMetaData) - Method in class parquet.hadoop.metadata.BlockMetaData
 
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
addField(Type) - Method in class parquet.schema.Types.GroupBuilder
Adds type as a sub-field to the group configured by this builder.
addFields(Type...) - Method in class parquet.schema.Types.GroupBuilder
Adds types as sub-fields of the group configured by this builder.
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
allCommands() - Static method in class parquet.tools.command.Registry
 
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, NanoTime) - 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
 
append(char) - Method in class parquet.tools.util.PrettyPrintWriter
 
append(CharSequence) - Method in class parquet.tools.util.PrettyPrintWriter
 
append(CharSequence, int, int) - Method in class parquet.tools.util.PrettyPrintWriter
 
append(PrettyPrintWriter.Span) - Method in class parquet.tools.util.PrettyPrintWriter.Line
 
append(PrettyPrintWriter.Span) - Method in class parquet.tools.util.PrettyPrintWriter.Span
 
apply(ColumnReader) - Method in interface parquet.filter.ColumnPredicates.Predicate
 
applyFunctionToBinary(ColumnPredicates.PredicateFunction<Binary>) - Static method in class parquet.filter.ColumnPredicates
 
applyFunctionToBoolean(ColumnPredicates.BooleanPredicateFunction) - Static method in class parquet.filter.ColumnPredicates
 
applyFunctionToDouble(ColumnPredicates.DoublePredicateFunction) - Static method in class parquet.filter.ColumnPredicates
 
applyFunctionToFloat(ColumnPredicates.FloatPredicateFunction) - Static method in class parquet.filter.ColumnPredicates
 
applyFunctionToInteger(ColumnPredicates.IntegerPredicateFunction) - Static method in class parquet.filter.ColumnPredicates
 
applyFunctionToLong(ColumnPredicates.LongPredicateFunction) - Static method in class parquet.filter.ColumnPredicates
 
applyFunctionToString(ColumnPredicates.PredicateFunction<String>) - Static method in class parquet.filter.ColumnPredicates
 
ArgsOnlyCommand - Class in parquet.tools.command
 
ArgsOnlyCommand(int, int) - Constructor for class parquet.tools.command.ArgsOnlyCommand
 
as(OriginalType) - Method in class parquet.schema.Types.Builder
Adds a type annotation (OriginalType) to the type being built.
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
 
available() - Method in class parquet.bytes.LittleEndianDataInputStream
 
AVRO_REQUESTED_PROJECTION - Static variable in class parquet.avro.AvroReadSupport
 
AvroParquetInputFormat - Class in parquet.avro
A Hadoop InputFormat for Parquet files.
AvroParquetInputFormat() - Constructor for class parquet.avro.AvroParquetInputFormat
 
AvroParquetOutputFormat - Class in parquet.avro
A Hadoop OutputFormat for Parquet files.
AvroParquetOutputFormat() - Constructor for class parquet.avro.AvroParquetOutputFormat
 
AvroParquetReader<T extends org.apache.avro.generic.IndexedRecord> - Class in parquet.avro
Read Avro records from a Parquet file.
AvroParquetReader(Path) - Constructor for class parquet.avro.AvroParquetReader
 
AvroParquetReader(Path, UnboundRecordFilter) - Constructor for class parquet.avro.AvroParquetReader
 
AvroParquetReader(Configuration, Path) - Constructor for class parquet.avro.AvroParquetReader
 
AvroParquetReader(Configuration, Path, UnboundRecordFilter) - Constructor for class parquet.avro.AvroParquetReader
 
AvroParquetWriter<T extends org.apache.avro.generic.IndexedRecord> - Class in parquet.avro
Write Avro records to a Parquet file.
AvroParquetWriter(Path, Schema, CompressionCodecName, int, int) - Constructor for class parquet.avro.AvroParquetWriter
Create a new AvroParquetWriter.
AvroParquetWriter(Path, Schema, CompressionCodecName, int, int, boolean) - Constructor for class parquet.avro.AvroParquetWriter
Create a new AvroParquetWriter.
AvroParquetWriter(Path, Schema) - Constructor for class parquet.avro.AvroParquetWriter
Create a new AvroParquetWriter.
AvroParquetWriter(Path, Schema, CompressionCodecName, int, int, boolean, Configuration) - Constructor for class parquet.avro.AvroParquetWriter
Create a new AvroParquetWriter.
AvroReadSupport<T extends org.apache.avro.generic.IndexedRecord> - Class in parquet.avro
Avro implementation of ReadSupport for Avro IndexedRecords which cover both Avro Specific and Generic.
AvroReadSupport() - Constructor for class parquet.avro.AvroReadSupport
 
AvroSchemaConverter - Class in parquet.avro
Converts an Avro schema into a Parquet schema.
AvroSchemaConverter() - Constructor for class parquet.avro.AvroSchemaConverter
 
AvroWriteSupport - Class in parquet.avro
Avro implementation of WriteSupport for IndexedRecords - both Avro Generic and Specific.
AvroWriteSupport() - Constructor for class parquet.avro.AvroWriteSupport
 
AvroWriteSupport(MessageType, Schema) - Constructor for class parquet.avro.AvroWriteSupport
 

B

BAD_COMPRESSION_RATIO_CUTOFF - Static variable in class parquet.tools.util.MetadataUtils
 
BadConfigurationException - Exception in parquet.hadoop
Thrown when the input/output formats are misconfigured
BadConfigurationException() - Constructor for exception parquet.hadoop.BadConfigurationException
 
BadConfigurationException(String, Throwable) - Constructor for exception parquet.hadoop.BadConfigurationException
 
BadConfigurationException(String) - Constructor for exception parquet.hadoop.BadConfigurationException
 
BadConfigurationException(Throwable) - Constructor for exception parquet.hadoop.BadConfigurationException
 
BaseRecordReader<T> - Class in parquet.io
 
BaseRecordReader() - Constructor for class parquet.io.BaseRecordReader
 
BenchmarkCounter - Class in parquet.hadoop.util.counters
Encapsulate counter operations, compatible with Hadoop1/2, mapred/mapreduce API
BenchmarkCounter() - Constructor for class parquet.hadoop.util.counters.BenchmarkCounter
 
BenchmarkCounter.NullCounter - Class in parquet.hadoop.util.counters
 
BG_COLOR_BLACK - Static variable in class parquet.tools.util.PrettyPrintWriter
 
BG_COLOR_BLUE - Static variable in class parquet.tools.util.PrettyPrintWriter
 
BG_COLOR_CYAN - Static variable in class parquet.tools.util.PrettyPrintWriter
 
BG_COLOR_GREEN - Static variable in class parquet.tools.util.PrettyPrintWriter
 
BG_COLOR_MAGENTA - Static variable in class parquet.tools.util.PrettyPrintWriter
 
BG_COLOR_RED - Static variable in class parquet.tools.util.PrettyPrintWriter
 
BG_COLOR_WHITE - Static variable in class parquet.tools.util.PrettyPrintWriter
 
BG_COLOR_YELLOW - Static variable in class parquet.tools.util.PrettyPrintWriter
 
bgblack() - Method in class parquet.tools.util.PrettyPrintWriter
 
bgblue() - Method in class parquet.tools.util.PrettyPrintWriter
 
bgcyan() - Method in class parquet.tools.util.PrettyPrintWriter
 
bggreen() - Method in class parquet.tools.util.PrettyPrintWriter
 
bgmagenta() - Method in class parquet.tools.util.PrettyPrintWriter
 
bgred() - Method in class parquet.tools.util.PrettyPrintWriter
 
bgwhite() - Method in class parquet.tools.util.PrettyPrintWriter
 
bgyellow() - Method in class parquet.tools.util.PrettyPrintWriter
 
Binary - Class in parquet.io.api
 
Binary() - Constructor for class parquet.io.api.Binary
 
binaryDictionaryContent - Variable in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter
 
BinaryPlainValuesReader - Class in parquet.column.values.plain
 
BinaryPlainValuesReader() - Constructor for class parquet.column.values.plain.BinaryPlainValuesReader
 
BinaryStatistics - Class in parquet.column.statistics
 
BinaryStatistics() - Constructor for class parquet.column.statistics.BinaryStatistics
 
binaryToBigInteger(Binary) - Static method in class parquet.tools.command.DumpCommand
 
binaryToString(Binary) - Static method in class parquet.tools.command.DumpCommand
 
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.
BitPacking - Class in parquet.column.values.bitpacking
provides the correct implementation of a bitpacking based on the width in bits
BitPacking.BitPackingReader - Class in parquet.column.values.bitpacking
to read back what has been written with the corresponding writer
BitPacking.BitPackingWriter - Class in parquet.column.values.bitpacking
to writes ints to a stream packed to only the needed bits.
BitPackingReader() - Constructor for class parquet.column.values.bitpacking.BitPacking.BitPackingReader
 
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
 
BitPackingWriter() - Constructor for class parquet.column.values.bitpacking.BitPacking.BitPackingWriter
 
black() - Method in class parquet.tools.util.PrettyPrintWriter
 
blink() - Method in class parquet.tools.util.PrettyPrintWriter
 
BLOCK_BUFFER_SIZE - Static variable in class parquet.tools.command.DumpCommand
 
BLOCK_BUFFER_SIZE - Static variable in class parquet.tools.command.ShowMetaCommand
 
BLOCK_SIZE - Static variable in class parquet.hadoop.ParquetOutputFormat
 
BlockMetaData - Class in parquet.hadoop.metadata
Block metadata stored in the footer and passed in an InputSplit
BlockMetaData() - Constructor for class parquet.hadoop.metadata.BlockMetaData
 
blue() - Method in class parquet.tools.util.PrettyPrintWriter
 
bold() - Method in class parquet.tools.util.PrettyPrintWriter
 
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
 
BooleanStatistics - Class in parquet.column.statistics
 
BooleanStatistics() - Constructor for class parquet.column.statistics.BooleanStatistics
 
booleanToBytes(boolean) - Static method in class parquet.bytes.BytesUtils
 
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
 
brand - Variable in class parquet.avro.NewCar
Deprecated.
build() - Method in class parquet.avro.Car.Builder
 
build() - Method in class parquet.avro.Engine.Builder
 
build() - Method in class parquet.avro.LeatherTrim.Builder
 
build() - Method in class parquet.avro.NewCar.Builder
 
build() - Method in class parquet.avro.Service.Builder
 
build() - Method in class parquet.avro.ShortCar.Builder
 
build() - Method in class parquet.avro.Stereo.Builder
 
build(String) - Method in class parquet.schema.Types.Builder
 
build(String) - Method in class parquet.schema.Types.GroupBuilder
 
build(String) - Method in class parquet.schema.Types.PrimitiveBuilder
 
build() - Method in class parquet.tools.util.PrettyPrintWriter.Builder
 
Builder(P) - Constructor for class parquet.schema.Types.Builder
Construct a type builder that returns a "parent" object when the builder is finished.
Builder(Class<P>) - Constructor for class parquet.schema.Types.Builder
Construct a type builder that returns the Type that was built when the builder is finished.
Builder(OutputStream) - Constructor for class parquet.tools.util.PrettyPrintWriter.Builder
 
buildGroup(Type.Repetition) - Static method in class parquet.schema.Types
 
buildMessage() - Static method in class parquet.schema.Types
Returns a builder to construct a MessageType.
ByteBasedBitPackingEncoder - Class in parquet.column.values.bitpacking
Uses the generated Byte based bit packing to write ints into a BytesInput
ByteBasedBitPackingEncoder(int, Packer) - Constructor for class parquet.column.values.bitpacking.ByteBasedBitPackingEncoder
 
ByteBasedBitPackingGenerator - Class in parquet.encoding.bitpacking
This class generates bit packers that pack the most significant bit first.
ByteBasedBitPackingGenerator() - Constructor for class parquet.encoding.bitpacking.ByteBasedBitPackingGenerator
 
ByteBitPackingBE - Class in parquet.column.values.bitpacking
Packs from the Most Significant Bit first
ByteBitPackingBE() - Constructor for class parquet.column.values.bitpacking.ByteBitPackingBE
 
ByteBitPackingLE - Class in parquet.column.values.bitpacking
Packs from the Least Significant Bit first
ByteBitPackingLE() - Constructor for class parquet.column.values.bitpacking.ByteBitPackingLE
 
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
 
BytePacker - Class in parquet.column.values.bitpacking
Packs and unpacks into bytes packing unpacking treats: - n values at a time (with n % 8 == 0) - bitWidth * (n/8) bytes at a time.
BytePackerFactory - Interface in parquet.column.values.bitpacking
 
BytesInput - Class in parquet.bytes
A source of bytes capable of writing itself to an output.
BytesInput() - Constructor for class parquet.bytes.BytesInput
 
bytesToBool(byte[]) - Static method in class parquet.bytes.BytesUtils
 
bytesToInt(byte[]) - Static method in class parquet.bytes.BytesUtils
 
bytesToLong(byte[]) - Static method in class parquet.bytes.BytesUtils
 
BytesUtils - Class in parquet.bytes
utility methods to deal with bytes
BytesUtils() - Constructor for class parquet.bytes.BytesUtils
 

C

canAppend(PrettyPrintWriter.Span) - Method in class parquet.tools.util.PrettyPrintWriter.Span
 
canonicalize(T) - Method in class parquet.hadoop.metadata.Canonicalizer
 
Canonicalizer<T> - Class in parquet.hadoop.metadata
returns canonical representation of objects (similar to String.intern()) to save memory if a.equals(b) then canonicalize(a) == canonicalize(b) this class is thread safe
Canonicalizer() - Constructor for class parquet.hadoop.metadata.Canonicalizer
 
capacity - Variable in class parquet.avro.Engine
Deprecated.
CapacityByteArrayOutputStream - Class in parquet.bytes
functionality of ByteArrayOutputStream without the memory and copy overhead It will linearly create a new slab of the initial size when needed (instead of creating a new buffer and copying the data).
CapacityByteArrayOutputStream(int) - Constructor for class parquet.bytes.CapacityByteArrayOutputStream
 
Car - Class in parquet.avro
 
Car() - Constructor for class parquet.avro.Car
Default constructor.
Car(Long, String, String, String, Vin, Integer, Engine, Object, List<Service>) - Constructor for class parquet.avro.Car
All-args constructor.
Car.Builder - Class in parquet.avro
RecordBuilder for Car instances.
Cars - Interface in parquet.avro
 
Cars.Callback - Interface in parquet.avro
 
CatCommand - Class in parquet.tools.command
 
CatCommand() - Constructor for class parquet.tools.command.CatCommand
 
CHARSET - Static variable in class parquet.column.values.plain.PlainValuesWriter
 
checkAndFallbackIfNeeded() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter
check the size constraints of the dictionary and fail over to plain values encoding if threshold reached
checkArgument(boolean, String) - Static method in class parquet.Preconditions
 
checkContains(Type) - Method in class parquet.schema.MessageType
 
checkedCast(long) - Static method in class parquet.Ints
Cast value to a an int, or throw an exception if there is an overflow.
checkNotNull(T, String) - Static method in class parquet.Preconditions
 
checkState(boolean, String) - Static method in class parquet.Preconditions
 
clearBrand() - Method in class parquet.avro.NewCar.Builder
Clears the value of the 'brand' field
clearCapacity() - Method in class parquet.avro.Engine.Builder
Clears the value of the 'capacity' field
clearColour() - Method in class parquet.avro.LeatherTrim.Builder
Clears the value of the 'colour' field
clearDate() - Method in class parquet.avro.Service.Builder
Clears the value of the 'date' field
clearDescription() - Method in class parquet.avro.NewCar.Builder
Clears the value of the 'description' field
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
 
clearDoors() - Method in class parquet.avro.Car.Builder
Clears the value of the 'doors' field
clearDoors() - Method in class parquet.avro.NewCar.Builder
Clears the value of the 'doors' field
clearEngine() - Method in class parquet.avro.Car.Builder
Clears the value of the 'engine' field
clearEngine() - Method in class parquet.avro.NewCar.Builder
Clears the value of the 'engine' field
clearEngine() - Method in class parquet.avro.ShortCar.Builder
Clears the value of the 'engine' field
clearHasTurboCharger() - Method in class parquet.avro.Engine.Builder
Clears the value of the 'hasTurboCharger' field
clearMake() - Method in class parquet.avro.Car.Builder
Clears the value of the 'make' field
clearMake() - Method in class parquet.avro.ShortCar.Builder
Clears the value of the 'make' field
clearMake() - Method in class parquet.avro.Stereo.Builder
Clears the value of the 'make' field
clearMechanic() - Method in class parquet.avro.Service.Builder
Clears the value of the 'mechanic' field
clearModel() - Method in class parquet.avro.Car.Builder
Clears the value of the 'model' field
clearModel() - Method in class parquet.avro.NewCar.Builder
Clears the value of the 'model' field
clearOpt() - Method in class parquet.avro.NewCar.Builder
Clears the value of the 'opt' field
clearOptionalExtra() - Method in class parquet.avro.Car.Builder
Clears the value of the 'optionalExtra' field
clearOptionalExtra() - Method in class parquet.avro.NewCar.Builder
Clears the value of the 'optionalExtra' field
clearRegistration() - Method in class parquet.avro.Car.Builder
Clears the value of the 'registration' field
clearRegistration() - Method in class parquet.avro.NewCar.Builder
Clears the value of the 'registration' field
clearServiceHistory() - Method in class parquet.avro.Car.Builder
Clears the value of the 'serviceHistory' field
clearServiceHistory() - Method in class parquet.avro.NewCar.Builder
Clears the value of the 'serviceHistory' field
clearSpeakers() - Method in class parquet.avro.Stereo.Builder
Clears the value of the 'speakers' field
clearType() - Method in class parquet.avro.Engine.Builder
Clears the value of the 'type' field
clearVin() - Method in class parquet.avro.Car.Builder
Clears the value of the 'vin' field
clearVin() - Method in class parquet.avro.NewCar.Builder
Clears the value of the 'vin' field
clearVin() - Method in class parquet.avro.ShortCar.Builder
Clears the value of the 'vin' field
clearYear() - Method in class parquet.avro.Car.Builder
Clears the value of the 'year' field
clearYear() - Method in class parquet.avro.NewCar.Builder
Clears the value of the 'year' field
clearYear() - Method in class parquet.avro.ShortCar.Builder
Clears the value of the 'year' field
close() - Method in class parquet.bytes.LittleEndianDataInputStream
 
close() - Method in class parquet.hadoop.ParquetFileReader
 
close() - Method in class parquet.hadoop.ParquetReader
 
close() - Method in class parquet.hadoop.ParquetRecordReader
close(TaskAttemptContext) - Method in class parquet.hadoop.ParquetRecordWriter
close() - Method in class parquet.hadoop.ParquetWriter
 
CodecConfig - Class in parquet.hadoop.codec
Template class and factory for accessing codec related configurations in different APIs(mapreduce or mapred), use CodecConfig.from(org.apache.hadoop.mapred.JobConf) for mapred API, use CodecConfig.from(org.apache.hadoop.mapreduce.TaskAttemptContext) for mapreduce API
CodecConfig() - Constructor for class parquet.hadoop.codec.CodecConfig
 
colour - Variable in class parquet.avro.LeatherTrim
Deprecated.
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.
ColumnChunkMetaData - Class in parquet.hadoop.metadata
Column meta data for a block stored in the file footer and passed in the InputSplit
ColumnChunkMetaData(ColumnChunkProperties) - Constructor for class parquet.hadoop.metadata.ColumnChunkMetaData
 
ColumnChunkProperties - Class in parquet.hadoop.metadata
 
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
 
ColumnDescriptor(String[], PrimitiveType.PrimitiveTypeName, int, int, int) - Constructor for class parquet.column.ColumnDescriptor
 
ColumnIO - Class in parquet.io
a structure used to serialize deserialize records
ColumnIOCreatorVisitor(boolean, MessageType) - Constructor for class parquet.io.ColumnIOFactory.ColumnIOCreatorVisitor
 
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
 
ColumnPath - Class in parquet.hadoop.metadata
 
ColumnPredicates - Class in parquet.filter
ColumnPredicates class provides checks for column values.
ColumnPredicates() - Constructor for class parquet.filter.ColumnPredicates
 
ColumnPredicates.BooleanPredicateFunction - Interface in parquet.filter
 
ColumnPredicates.DoublePredicateFunction - Interface in parquet.filter
 
ColumnPredicates.FloatPredicateFunction - Interface in parquet.filter
 
ColumnPredicates.IntegerPredicateFunction - Interface in parquet.filter
 
ColumnPredicates.LongPredicateFunction - Interface in parquet.filter
 
ColumnPredicates.Predicate - Interface in parquet.filter
 
ColumnPredicates.PredicateFunction<T> - 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, int, boolean, ParquetProperties.WriterVersion) - Constructor for class parquet.column.impl.ColumnWriteStoreImpl
 
Command - Interface in parquet.tools.command
 
commitJob(JobContext) - Method in class parquet.hadoop.ParquetOutputCommitter
 
compareTo(ColumnDescriptor) - Method in class parquet.column.ColumnDescriptor
 
compareTo(Binary) - Method in class parquet.io.api.Binary
 
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
 
compress(byte[], int, int) - Method in class parquet.hadoop.codec.SnappyCompressor
Fills specified buffer with compressed data.
COMPRESSION - Static variable in class parquet.hadoop.ParquetOutputFormat
 
CompressionCodecName - Enum in parquet.hadoop.metadata
 
CompressionCodecNotSupportedException - Exception in parquet.hadoop.codec
This exception will be thrown when the codec is not supported by parquet, meaning there is no matching codec defined in CompressionCodecName
CompressionCodecNotSupportedException(Class) - Constructor for exception parquet.hadoop.codec.CompressionCodecNotSupportedException
 
concat(BytesInput...) - Static method in class parquet.bytes.BytesInput
logically concatenate the provided inputs
concat(List<BytesInput>) - Static method in class parquet.bytes.BytesInput
logically concatenate the provided inputs
concealed() - Method in class parquet.tools.util.PrettyPrintWriter
 
ConfigurationUtil - Class in parquet.hadoop.util
 
ConfigurationUtil() - Constructor for class parquet.hadoop.util.ConfigurationUtil
 
consume() - Method in interface parquet.column.ColumnReader
Consume the current triplet, moving to the next value.
Container<T> - Class in parquet.hadoop.mapred
A simple container of objects that you can get and set.
Container() - Constructor for class parquet.hadoop.mapred.Container
 
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
 
ContextUtil - Class in parquet.hadoop.util
Utility methods to allow applications to deal with inconsistencies between MapReduce Context Objects API between hadoop-0.20 and later versions.
ContextUtil() - Constructor for class parquet.hadoop.util.ContextUtil
 
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(Schema) - Method in class parquet.avro.AvroSchemaConverter
 
convert(MessageType) - Method in class parquet.avro.AvroSchemaConverter
 
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(BytesInput) - Static method in class parquet.bytes.BytesInput
copies the input into a new byte array
copy() - Method in class parquet.column.page.DictionaryPage
 
countCharacter(char) - Method in class parquet.tools.util.PrettyPrintWriter.Line
 
countCharacter(char) - Method in class parquet.tools.util.PrettyPrintWriter.Span
 
CounterLoader - Interface in parquet.hadoop.util.counters
Factory interface for CounterLoaders, will load the counter according to groupName, counterName, and if in the configuration, flag with name counterFlag is false, the counter will not be loaded
createBitPackingReader(int, InputStream, long) - Static method in class parquet.column.values.bitpacking.BitPacking
 
createCompressor() - Method in class parquet.hadoop.codec.SnappyCodec
 
createDecompressor() - Method in class parquet.hadoop.codec.SnappyCodec
 
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.PlainFixedLenArrayDictionaryValuesWriter
 
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
 
createInputStream(InputStream) - Method in class parquet.hadoop.codec.SnappyCodec
 
createInputStream(InputStream, Decompressor) - Method in class parquet.hadoop.codec.SnappyCodec
 
createOutputStream(OutputStream) - Method in class parquet.hadoop.codec.SnappyCodec
 
createOutputStream(OutputStream, Compressor) - Method in class parquet.hadoop.codec.SnappyCodec
 
createRecordReader(InputSplit, TaskAttemptContext) - Method in class parquet.hadoop.ParquetInputFormat
CURRENT_VERSION - Static variable in class parquet.hadoop.ParquetFileWriter
 
currentLevel(int) - Method in class parquet.io.BaseRecordReader
 
cyan() - Method in class parquet.tools.util.PrettyPrintWriter
 

D

date - Variable in class parquet.avro.Service
Deprecated.
DEBUG - Static variable in class parquet.Log
 
debug(Object) - Method in class parquet.Log
prints a debug message
debug(Object, Throwable) - Method in class parquet.Log
prints a debug message
DecimalMetadata - Class in parquet.schema
 
DecimalMetadata(int, int) - Constructor for class parquet.schema.DecimalMetadata
 
decimalMetadata() - Method in class parquet.schema.Types.PrimitiveBuilder
 
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
 
decompress(byte[], int, int) - Method in class parquet.hadoop.codec.SnappyDecompressor
Fills specified buffer with uncompressed data.
decrementTabLevel() - Method in class parquet.tools.util.PrettyPrintWriter
 
DEFAULT_APPEND - Static variable in class parquet.tools.util.PrettyPrintWriter
 
DEFAULT_BLOCK_SIZE - Static variable in class parquet.hadoop.ParquetWriter
 
DEFAULT_COLORS - Static variable in class parquet.tools.util.PrettyPrintWriter
 
DEFAULT_COLUMN_PADDING - Static variable in class parquet.tools.util.PrettyPrintWriter
 
DEFAULT_COLUMN_SEP - Static variable in class parquet.tools.util.PrettyPrintWriter
 
DEFAULT_COMPRESSION_CODEC_NAME - Static variable in class parquet.hadoop.ParquetWriter
 
DEFAULT_IS_DICTIONARY_ENABLED - Static variable in class parquet.hadoop.ParquetWriter
 
DEFAULT_IS_VALIDATING_ENABLED - Static variable in class parquet.hadoop.ParquetWriter
 
DEFAULT_MAX_COLUMNS - Static variable in class parquet.tools.util.PrettyPrintWriter
 
DEFAULT_NUM_BLOCK_VALUES - Static variable in class parquet.column.values.delta.DeltaBinaryPackingValuesWriter
 
DEFAULT_NUM_MINIBLOCKS - Static variable in class parquet.column.values.delta.DeltaBinaryPackingValuesWriter
 
DEFAULT_PAGE_SIZE - Static variable in class parquet.hadoop.ParquetWriter
 
DEFAULT_TABS - Static variable in class parquet.tools.util.PrettyPrintWriter
 
DEFAULT_WIDTH - Static variable in class parquet.tools.util.PrettyPrintWriter
 
DEFAULT_WRITER_VERSION - Static variable in class parquet.hadoop.ParquetWriter
 
DeltaBinaryPackingValuesReader - Class in parquet.column.values.delta
Read values written by DeltaBinaryPackingValuesWriter
DeltaBinaryPackingValuesReader() - Constructor for class parquet.column.values.delta.DeltaBinaryPackingValuesReader
 
DeltaBinaryPackingValuesWriter - Class in parquet.column.values.delta
Write integers with delta encoding and binary packing The format is as follows:

DeltaBinaryPackingValuesWriter(int) - Constructor for class parquet.column.values.delta.DeltaBinaryPackingValuesWriter
 
DeltaBinaryPackingValuesWriter(int, int, int) - Constructor for class parquet.column.values.delta.DeltaBinaryPackingValuesWriter
 
DeltaByteArrayReader - Class in parquet.column.values.deltastrings
Reads binary data written by DeltaByteArrayWriter
DeltaByteArrayReader() - Constructor for class parquet.column.values.deltastrings.DeltaByteArrayReader
 
DeltaByteArrayWriter - Class in parquet.column.values.deltastrings
Write prefix lengths using delta encoding, followed by suffixes with Delta length byte arrays
DeltaByteArrayWriter(int) - Constructor for class parquet.column.values.deltastrings.DeltaByteArrayWriter
 
DeltaLengthByteArrayValuesReader - Class in parquet.column.values.deltalengthbytearray
Reads binary data written by DeltaLengthByteArrayValueWriter
DeltaLengthByteArrayValuesReader() - Constructor for class parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesReader
 
DeltaLengthByteArrayValuesWriter - Class in parquet.column.values.deltalengthbytearray
Write lengths of byte-arrays using delta encoding, followed by concatenated byte-arrays
DeltaLengthByteArrayValuesWriter(int) - Constructor for class parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesWriter
 
DeprecatedParquetInputFormat<V> - Class in parquet.hadoop.mapred
 
DeprecatedParquetInputFormat() - Constructor for class parquet.hadoop.mapred.DeprecatedParquetInputFormat
 
DeprecatedParquetOutputFormat<V> - Class in parquet.hadoop.mapred
 
DeprecatedParquetOutputFormat() - Constructor for class parquet.hadoop.mapred.DeprecatedParquetOutputFormat
 
description - Variable in class parquet.avro.NewCar
Deprecated.
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
 
DICTIONARY_PAGE_SIZE - Static variable in class parquet.hadoop.ParquetOutputFormat
 
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(int, int, int) - Constructor for class parquet.column.values.dictionary.DictionaryValuesWriter
Construct a DictionaryValuesWriter for fixed-length byte array values.
DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter - Class in parquet.column.values.dictionary
 
DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter - Class in parquet.column.values.dictionary
 
DictionaryValuesWriter.PlainFixedLenArrayDictionaryValuesWriter - Class in parquet.column.values.dictionary
 
DictionaryValuesWriter.PlainFloatDictionaryValuesWriter - Class in parquet.column.values.dictionary
 
DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter - Class in parquet.column.values.dictionary
 
DictionaryValuesWriter.PlainLongDictionaryValuesWriter - Class in parquet.column.values.dictionary
 
die(String, boolean) - Static method in class parquet.tools.Main
 
die(Throwable, boolean) - Static method in class parquet.tools.Main
 
die(String, boolean, String, Command) - Static method in class parquet.tools.Main
 
die(Throwable, boolean, String, Command) - Static method in class parquet.tools.Main
 
doors - Variable in class parquet.avro.Car
Deprecated.
doors - Variable in class parquet.avro.NewCar
Deprecated.
DoublePlainValuesReader() - Constructor for class parquet.column.values.plain.PlainValuesReader.DoublePlainValuesReader
 
DoubleStatistics - Class in parquet.column.statistics
 
DoubleStatistics() - Constructor for class parquet.column.statistics.DoubleStatistics
 
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
 
dump(PrettyPrintWriter, ParquetMetadata, MessageType, Path, boolean, boolean, Set<String>) - Static method in class parquet.tools.command.DumpCommand
 
dump(PrettyPrintWriter, PageReadStore, ColumnDescriptor) - Static method in class parquet.tools.command.DumpCommand
 
dump(PrettyPrintWriter, ColumnReadStoreImpl, ColumnDescriptor, long, long, long) - Static method in class parquet.tools.command.DumpCommand
 
DumpCommand - Class in parquet.tools.command
 
DumpCommand() - Constructor for class parquet.tools.command.DumpCommand
 

E

empty() - Static method in class parquet.bytes.BytesInput
 
EMPTY - Static variable in class parquet.io.api.Binary
 
ENABLE_DICTIONARY - Static variable in class parquet.hadoop.ParquetOutputFormat
 
encodedValues - Variable in class parquet.column.values.dictionary.DictionaryValuesWriter
 
Encoding - Enum in parquet.column
encoding of the data
EncodingList - Class in parquet.hadoop.metadata
 
end() - Method in class parquet.hadoop.codec.SnappyCompressor
 
end() - Method in class parquet.hadoop.codec.SnappyDecompressor
 
end(Map<String, String>) - Method in class parquet.hadoop.ParquetFileWriter
ends a file once all blocks have been written.
end() - Method in class parquet.io.api.GroupConverter
call at the end of the group
end() - Method in class parquet.tools.read.SimpleRecordConverter
 
endBlock() - Method in class parquet.hadoop.ParquetFileWriter
ends a block once all column chunks have been written
endColumn() - Method in class parquet.hadoop.ParquetFileWriter
end a column (once all rep, def and data have been written)
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
engine - Variable in class parquet.avro.Car
Deprecated.
Engine - Class in parquet.avro
 
Engine() - Constructor for class parquet.avro.Engine
Default constructor.
Engine(EngineType, Float, Boolean) - Constructor for class parquet.avro.Engine
All-args constructor.
engine - Variable in class parquet.avro.NewCar
Deprecated.
engine - Variable in class parquet.avro.ShortCar
Deprecated.
Engine.Builder - Class in parquet.avro
RecordBuilder for Engine instances.
EngineType - Enum in parquet.avro
 
equals(Object) - Method in class parquet.bytes.LittleEndianDataInputStream
 
equals(Object) - Method in class parquet.column.ColumnDescriptor
 
equals(Statistics) - Method in class parquet.column.statistics.Statistics
Equality comparison method to compare two statistics objects.
equals(Object) - Method in class parquet.hadoop.metadata.ColumnChunkProperties
 
equals(Object) - Method in class parquet.hadoop.metadata.ColumnPath
 
equals(Object) - Method in class parquet.hadoop.metadata.EncodingList
 
equals(Object) - Method in class parquet.io.api.Binary
 
equals(Object) - Method in class parquet.schema.DecimalMetadata
 
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
 
err - Static variable in class parquet.tools.Main
 
error(String) - Method in class parquet.io.BaseRecordReader
 
ERROR - Static variable in class parquet.Log
 
error(Object) - Method in class parquet.Log
prints an error message
error(Object, Throwable) - Method in class parquet.Log
prints an error message
ExampleInputFormat - Class in parquet.hadoop.example
Example input format to read Parquet files This Input format uses a rather inefficient data model but works independently of higher level abstractions.
ExampleInputFormat() - Constructor for class parquet.hadoop.example.ExampleInputFormat
 
ExampleOutputFormat - Class in parquet.hadoop.example
An example output format must be provided the schema up front
ExampleOutputFormat() - Constructor for class parquet.hadoop.example.ExampleOutputFormat
 
execute(CommandLine) - Method in class parquet.tools.command.ArgsOnlyCommand
 
execute(CommandLine) - Method in class parquet.tools.command.CatCommand
 
execute(CommandLine) - Method in interface parquet.tools.command.Command
 
execute(CommandLine) - Method in class parquet.tools.command.DumpCommand
 
execute(CommandLine) - Method in class parquet.tools.command.HeadCommand
 
execute(CommandLine) - Method in class parquet.tools.command.ShowMetaCommand
 
execute(CommandLine) - Method in class parquet.tools.command.ShowSchemaCommand
 

F

factory - Static variable in class parquet.column.values.bitpacking.ByteBitPackingBE
 
factory - Static variable in class parquet.column.values.bitpacking.ByteBitPackingLE
 
fallBackDictionaryEncodedData() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter
 
fallBackDictionaryEncodedData() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter
 
fallBackDictionaryEncodedData() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter
 
fallBackDictionaryEncodedData() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainFloatDictionaryValuesWriter
 
fallBackDictionaryEncodedData() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter
 
fallBackDictionaryEncodedData() - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainLongDictionaryValuesWriter
 
FG_COLOR_BLACK - Static variable in class parquet.tools.util.PrettyPrintWriter
 
FG_COLOR_BLUE - Static variable in class parquet.tools.util.PrettyPrintWriter
 
FG_COLOR_CYAN - Static variable in class parquet.tools.util.PrettyPrintWriter
 
FG_COLOR_GREEN - Static variable in class parquet.tools.util.PrettyPrintWriter
 
FG_COLOR_MAGENTA - Static variable in class parquet.tools.util.PrettyPrintWriter
 
FG_COLOR_RED - Static variable in class parquet.tools.util.PrettyPrintWriter
 
FG_COLOR_WHITE - Static variable in class parquet.tools.util.PrettyPrintWriter
 
FG_COLOR_YELLOW - Static variable in class parquet.tools.util.PrettyPrintWriter
 
fields - Variable in class parquet.schema.Types.GroupBuilder
 
FileMetaData - Class in parquet.hadoop.metadata
File level meta data (Schema, codec, ...)
FileMetaData(MessageType, Map<String, String>, String) - Constructor for class parquet.hadoop.metadata.FileMetaData
 
finish() - Method in class parquet.column.values.bitpacking.BitPacking.BitPackingWriter
will flush the buffer to the underlying stream (and pad with 0s)
finish() - Method in class parquet.hadoop.codec.SnappyCompressor
 
finished() - Method in class parquet.hadoop.codec.SnappyCompressor
 
finished() - Method in class parquet.hadoop.codec.SnappyDecompressor
 
firstNonWhiteSpace(int) - Method in class parquet.tools.util.PrettyPrintWriter.Line
 
firstPage - Variable in class parquet.column.values.dictionary.DictionaryValuesWriter
indicates if this is the first page being processed
FixedLenByteArrayPlainValuesReader - Class in parquet.column.values.plain
ValuesReader for FIXED_LEN_BYTE_ARRAY.
FixedLenByteArrayPlainValuesReader(int) - Constructor for class parquet.column.values.plain.FixedLenByteArrayPlainValuesReader
 
FixedLenByteArrayPlainValuesWriter - Class in parquet.column.values.plain
ValuesWriter for FIXED_LEN_BYTE_ARRAY.
FixedLenByteArrayPlainValuesWriter(int, int) - Constructor for class parquet.column.values.plain.FixedLenByteArrayPlainValuesWriter
 
FloatPlainValuesReader() - Constructor for class parquet.column.values.plain.PlainValuesReader.FloatPlainValuesReader
 
FloatStatistics - Class in parquet.column.statistics
 
FloatStatistics() - Constructor for class parquet.column.statistics.FloatStatistics
 
FloatValue - Class in parquet.example.data.simple
 
FloatValue(float) - Constructor for class parquet.example.data.simple.FloatValue
 
flush() - Method in class parquet.bytes.LittleEndianDataOutputStream
Flushes this data output stream.
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
 
flushColumns() - Method in class parquet.tools.util.PrettyPrintWriter
 
Footer - Class in parquet.hadoop
Represent the footer for a given file
Footer(Path, ParquetMetadata) - Constructor for class parquet.hadoop.Footer
 
format(String, Object...) - Method in class parquet.tools.util.PrettyPrintWriter
 
format(Locale, String, Object...) - Method in class parquet.tools.util.PrettyPrintWriter
 
FRACTIONAL - Static variable in class parquet.tools.command.ShowSchemaCommand
 
from(InputStream, int) - Static method in class parquet.bytes.BytesInput
 
from(byte[]) - Static method in class parquet.bytes.BytesInput
 
from(byte[], int, int) - Static method in class parquet.bytes.BytesInput
 
from(CapacityByteArrayOutputStream) - Static method in class parquet.bytes.BytesInput
 
from(ByteArrayOutputStream) - Static method in class parquet.bytes.BytesInput
 
from(JobConf) - Static method in class parquet.hadoop.codec.CodecConfig
use mapred api to read codec config
from(TaskAttemptContext) - Static method in class parquet.hadoop.codec.CodecConfig
use mapreduce api to read codec config
fromBinary(Binary) - Static method in class parquet.example.data.simple.NanoTime
 
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
 
fromCompressionCodec(Class<?>) - Static method in enum parquet.hadoop.metadata.CompressionCodecName
 
fromConf(String) - Static method in enum parquet.hadoop.metadata.CompressionCodecName
 
fromInt(int) - Static method in class parquet.bytes.BytesInput
 
fromInt96(Int96Value) - Static method in class parquet.example.data.simple.NanoTime
 
fromJSON(String) - Static method in class parquet.hadoop.metadata.ParquetMetadata
 
fromParquet(CompressionCodec) - Static method in enum parquet.hadoop.metadata.CompressionCodecName
 
fromParquetMetadata(FileMetaData) - Method in class parquet.format.converter.ParquetMetadataConverter
 
fromParquetStatistics(Statistics, PrimitiveType.PrimitiveTypeName) - Static method in class parquet.format.converter.ParquetMetadataConverter
 
fromString(String) - Static method in enum parquet.column.ParquetProperties.WriterVersion
 
fromString(String) - Static method in class parquet.io.api.Binary
 
fromUnsignedVarInt(int) - Static method in class parquet.bytes.BytesInput
 
fromZigZagVarInt(int) - Static method in class parquet.bytes.BytesInput
 
FULL_VERSION - Static variable in class parquet.Version
 
functionToApply(boolean) - Method in interface parquet.filter.ColumnPredicates.BooleanPredicateFunction
 
functionToApply(double) - Method in interface parquet.filter.ColumnPredicates.DoublePredicateFunction
 
functionToApply(float) - Method in interface parquet.filter.ColumnPredicates.FloatPredicateFunction
 
functionToApply(int) - Method in interface parquet.filter.ColumnPredicates.IntegerPredicateFunction
 
functionToApply(long) - Method in interface parquet.filter.ColumnPredicates.LongPredicateFunction
 
functionToApply(T) - Method in interface parquet.filter.ColumnPredicates.PredicateFunction
 

G

Generator - Class in parquet.encoding
main class for code generation hook in build
Generator() - Constructor for class parquet.encoding.Generator
 
get(int) - Method in class parquet.avro.Car
 
get(int) - Method in class parquet.avro.Engine
 
get(int) - Method in class parquet.avro.LeatherTrim
 
get(int) - Method in class parquet.avro.NewCar
 
get(int) - Method in class parquet.avro.Service
 
get(int) - Method in class parquet.avro.ShortCar
 
get(int) - Method in class parquet.avro.Stereo
 
get() - Method in class parquet.hadoop.mapred.Container
 
get(ColumnPath, PrimitiveType.PrimitiveTypeName, CompressionCodecName, Set<Encoding>, long, long, long, long, long) - Static method in class parquet.hadoop.metadata.ColumnChunkMetaData
Deprecated.
get(ColumnPath, PrimitiveType.PrimitiveTypeName, CompressionCodecName, Set<Encoding>, Statistics, long, long, long, long, long) - Static method in class parquet.hadoop.metadata.ColumnChunkMetaData
 
get(ColumnPath, PrimitiveType.PrimitiveTypeName, CompressionCodecName, Set<Encoding>) - Static method in class parquet.hadoop.metadata.ColumnChunkProperties
 
get(String...) - Static method in class parquet.hadoop.metadata.ColumnPath
 
getAllocatedSize() - Method in class parquet.column.values.bitpacking.BitPackingValuesWriter
getAllocatedSize() - Method in class parquet.column.values.bitpacking.ByteBasedBitPackingEncoder
 
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.delta.DeltaBinaryPackingValuesWriter
 
getAllocatedSize() - Method in class parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesWriter
 
getAllocatedSize() - Method in class parquet.column.values.deltastrings.DeltaByteArrayWriter
 
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.FixedLenByteArrayPlainValuesWriter
 
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
 
getBitPackingWriter(int, OutputStream) - Static method in class parquet.column.values.bitpacking.BitPacking
 
getBitWidth() - Method in class parquet.column.values.bitpacking.BytePacker
 
getBitWidth() - Method in class parquet.column.values.bitpacking.IntPacker
 
getBlocks() - Method in class parquet.hadoop.metadata.ParquetMetadata
 
getBlocks() - Method in class parquet.hadoop.ParquetInputSplit
 
getBlockSize(JobContext) - Static method in class parquet.hadoop.ParquetOutputFormat
 
getBlockSize(Configuration) - Static method in class parquet.hadoop.ParquetOutputFormat
 
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
 
getBrand() - Method in class parquet.avro.NewCar.Builder
Gets the value of the 'brand' field
getBrand() - Method in class parquet.avro.NewCar
Gets the value of the 'brand' field.
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.delta.DeltaBinaryPackingValuesWriter
 
getBufferedSize() - Method in class parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesWriter
 
getBufferedSize() - Method in class parquet.column.values.deltastrings.DeltaByteArrayWriter
 
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.FixedLenByteArrayPlainValuesWriter
 
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
getBufferSize() - Method in class parquet.column.values.bitpacking.ByteBasedBitPackingEncoder
 
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.delta.DeltaBinaryPackingValuesWriter
getBytes will trigger flushing block buffer, DO NOT write after getBytes() is called without calling reset()
getBytes() - Method in class parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesWriter
 
getBytes() - Method in class parquet.column.values.deltastrings.DeltaByteArrayWriter
 
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.FixedLenByteArrayPlainValuesWriter
 
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
 
getBytesRead() - Method in class parquet.hadoop.codec.SnappyCompressor
 
getBytesRead() - Static method in class parquet.hadoop.util.counters.BenchmarkCounter
 
getBytesWritten() - Method in class parquet.hadoop.codec.SnappyCompressor
 
getCapacity() - Method in class parquet.avro.Engine.Builder
Gets the value of the 'capacity' field
getCapacity() - Method in class parquet.avro.Engine
Gets the value of the 'capacity' field.
getCapacity() - Method in class parquet.bytes.CapacityByteArrayOutputStream
 
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
 
getClassFromConfig(Configuration, String, Class<?>) - Static method in class parquet.hadoop.util.ConfigurationUtil
 
getClassSchema() - Static method in class parquet.avro.Car
 
getClassSchema() - Static method in class parquet.avro.Engine
 
getClassSchema() - Static method in enum parquet.avro.EngineType
 
getClassSchema() - Static method in class parquet.avro.LeatherTrim
 
getClassSchema() - Static method in class parquet.avro.NewCar
 
getClassSchema() - Static method in class parquet.avro.Service
 
getClassSchema() - Static method in class parquet.avro.ShortCar
 
getClassSchema() - Static method in class parquet.avro.Stereo
 
getClassSchema() - Static method in class parquet.avro.Vin
 
getCodec() - Method in class parquet.hadoop.codec.CodecConfig
 
getCodec() - Method in class parquet.hadoop.metadata.ColumnChunkMetaData
 
getCodec() - Method in class parquet.hadoop.metadata.ColumnChunkProperties
 
getCodecClass() - Method in exception parquet.hadoop.codec.CompressionCodecNotSupportedException
 
getColour() - Method in class parquet.avro.LeatherTrim.Builder
Gets the value of the 'colour' field
getColour() - Method in class parquet.avro.LeatherTrim
Gets the value of the 'colour' field.
getColumnDescription(String[]) - Method in class parquet.schema.MessageType
 
getColumnDescriptor() - Method in class parquet.io.PrimitiveColumnIO
 
getColumnDescriptors() - Method in class parquet.column.impl.ColumnWriteStoreImpl
 
getColumnDescriptorValuesWriter(int, int) - Static method in class parquet.column.ParquetProperties
 
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.hadoop.metadata.BlockMetaData
 
getColumns() - Method in class parquet.schema.MessageType
 
getColumnWriter(ColumnDescriptor) - Method in interface parquet.column.ColumnWriteStore
 
getColumnWriter(ColumnDescriptor) - Method in class parquet.column.impl.ColumnWriteStoreImpl
 
getCommandByName(String) - Static method in class parquet.tools.command.Registry
 
getCompressedSize() - Method in class parquet.hadoop.metadata.BlockMetaData
 
getCompression(JobContext) - Static method in class parquet.hadoop.ParquetOutputFormat
 
getCompression(Configuration) - Static method in class parquet.hadoop.ParquetOutputFormat
 
getCompressorType() - Method in class parquet.hadoop.codec.SnappyCodec
 
getConf() - Method in class parquet.hadoop.codec.SnappyCodec
 
getConfiguration() - Method in class parquet.hadoop.api.InitContext
 
getConfiguration() - Method in class parquet.hadoop.codec.CodecConfig
 
getConfiguration(JobContext) - Static method in class parquet.hadoop.util.ContextUtil
Invoke getConfiguration() method on JobContext.
getConverter(int) - Method in class parquet.io.api.GroupConverter
called at initialization based on schema must consistently return the same object
getConverter(int) - Method in class parquet.tools.read.SimpleRecordConverter
 
getCount() - Method in class parquet.hadoop.util.counters.BenchmarkCounter.NullCounter
 
getCount() - Method in interface parquet.hadoop.util.counters.ICounter
 
getCount() - Method in class parquet.hadoop.util.counters.mapred.MapRedCounterAdapter
 
getCount() - Method in class parquet.hadoop.util.counters.mapreduce.MapReduceCounterAdapter
 
getCounter(TaskInputOutputContext, String, String) - Static method in class parquet.hadoop.util.ContextUtil
 
getCounterByNameAndFlag(String, String, String) - Method in interface parquet.hadoop.util.counters.CounterLoader
 
getCounterByNameAndFlag(String, String, String) - Method in class parquet.hadoop.util.counters.mapred.MapRedCounterLoader
 
getCounterByNameAndFlag(String, String, String) - Method in class parquet.hadoop.util.counters.mapreduce.MapReduceCounterLoader
 
getCreatedBy() - Method in class parquet.hadoop.metadata.FileMetaData
 
getCreatedBy() - Method in class parquet.hadoop.metadata.GlobalMetaData
 
getCurrentDefinitionLevel() - Method in interface parquet.column.ColumnReader
 
getCurrentIndex() - Method in class parquet.bytes.CapacityByteArrayOutputStream
 
getCurrentKey() - Method in class parquet.hadoop.ParquetRecordReader
always returns null
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
 
getCurrentRecord() - Method in class parquet.tools.read.SimpleRecordMaterializer
 
getCurrentRepetitionLevel() - Method in interface parquet.column.ColumnReader
must return 0 when isFullyConsumed() == true
getCurrentValue() - Method in class parquet.hadoop.ParquetRecordReader
getCurrentValueDictionaryID() - Method in interface parquet.column.ColumnReader
available when the underlying encoding is dictionary based
getDate() - Method in class parquet.avro.Service.Builder
Gets the value of the 'date' field
getDate() - Method in class parquet.avro.Service
Gets the value of the 'date' field.
getDecimalMetadata() - Method in class parquet.schema.PrimitiveType
 
getDecompressorType() - Method in class parquet.hadoop.codec.SnappyCodec
 
getDefaultExtension() - Method in class parquet.hadoop.codec.SnappyCodec
 
getDescription() - Method in class parquet.avro.NewCar.Builder
Gets the value of the 'description' field
getDescription() - Method in class parquet.avro.NewCar
Gets the value of the 'description' field.
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
getDictionaryPageOffset() - Method in class parquet.hadoop.metadata.ColumnChunkMetaData
 
getDictionaryPageSize(JobContext) - Static method in class parquet.hadoop.ParquetOutputFormat
 
getDictionaryPageSize(Configuration) - Static method in class parquet.hadoop.ParquetOutputFormat
 
getDictionaryPageSizeThreshold() - Method in class parquet.column.ParquetProperties
 
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
 
getDoors() - Method in class parquet.avro.Car.Builder
Gets the value of the 'doors' field
getDoors() - Method in class parquet.avro.Car
Gets the value of the 'doors' field.
getDoors() - Method in class parquet.avro.NewCar.Builder
Gets the value of the 'doors' field
getDoors() - Method in class parquet.avro.NewCar
Gets the value of the 'doors' field.
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
 
getEnableDictionary(JobContext) - Static method in class parquet.hadoop.ParquetOutputFormat
 
getEnableDictionary(Configuration) - Static method in class parquet.hadoop.ParquetOutputFormat
 
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.delta.DeltaBinaryPackingValuesWriter
 
getEncoding() - Method in class parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesWriter
 
getEncoding() - Method in class parquet.column.values.deltastrings.DeltaByteArrayWriter
 
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.FixedLenByteArrayPlainValuesWriter
 
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()
getEncoding(Encoding) - Method in class parquet.format.converter.ParquetMetadataConverter
 
getEncoding(Encoding) - Method in class parquet.format.converter.ParquetMetadataConverter
 
getEncodingList(List<Encoding>) - Static method in class parquet.hadoop.metadata.EncodingList
 
getEncodings() - Method in class parquet.hadoop.metadata.ColumnChunkMetaData
 
getEncodings() - Method in class parquet.hadoop.metadata.ColumnChunkProperties
 
getEngine() - Method in class parquet.avro.Car.Builder
Gets the value of the 'engine' field
getEngine() - Method in class parquet.avro.Car
Gets the value of the 'engine' field.
getEngine() - Method in class parquet.avro.NewCar.Builder
Gets the value of the 'engine' field
getEngine() - Method in class parquet.avro.NewCar
Gets the value of the 'engine' field.
getEngine() - Method in class parquet.avro.ShortCar.Builder
Gets the value of the 'engine' field
getEngine() - Method in class parquet.avro.ShortCar
Gets the value of the 'engine' field.
getExtension() - Method in enum parquet.hadoop.metadata.CompressionCodecName
 
getExtraMetaData() - Method in class parquet.hadoop.api.WriteSupport.WriteContext
 
getExtraMetadata() - Method in class parquet.hadoop.ParquetInputSplit
 
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
 
getFile() - Method in class parquet.hadoop.Footer
 
getFileMetaData() - Method in class parquet.hadoop.metadata.ParquetMetadata
 
getFileSchema() - Method in class parquet.hadoop.api.InitContext
this is the union of all the schemas when reading multiple files.
getFileSchema() - Method in class parquet.hadoop.ParquetInputSplit
 
getFirstDataPageOffset() - Method in class parquet.hadoop.metadata.ColumnChunkMetaData
 
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
 
getFooters(JobConf) - Method in class parquet.hadoop.mapred.DeprecatedParquetInputFormat
 
getFooters(JobContext) - Method in class parquet.hadoop.ParquetInputFormat
 
getFooters(Configuration, List<FileStatus>) - Method in class parquet.hadoop.ParquetInputFormat
the footers for the files
getGlobalMetaData(JobContext) - Method in class parquet.hadoop.ParquetInputFormat
 
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
 
getHadoopCompressionCodecClass() - Method in enum parquet.hadoop.metadata.CompressionCodecName
 
getHadoopCompressionCodecClassName() - Method in enum parquet.hadoop.metadata.CompressionCodecName
 
getHadoopOutputCompressorClass(Class) - Method in class parquet.hadoop.codec.CodecConfig
 
getHasTurboCharger() - Method in class parquet.avro.Engine.Builder
Gets the value of the 'hasTurboCharger' field
getHasTurboCharger() - Method in class parquet.avro.Engine
Gets the value of the 'hasTurboCharger' field.
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
 
getInt96(String, int) - Method in class parquet.example.data.GroupValueSource
 
getInt96(int, int) - Method in class parquet.example.data.GroupValueSource
 
getInt96() - Method in class parquet.example.data.simple.Int96Value
 
getInt96() - Method in class parquet.example.data.simple.Primitive
 
getInt96(int, int) - Method in class parquet.example.data.simple.SimpleGroup
 
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
 
getJulianDay() - Method in class parquet.example.data.simple.NanoTime
 
getKeyValueMetadata() - Method in class parquet.hadoop.api.InitContext
each key is associated with the list of distinct values found in footers
getKeyValueMetaData() - Method in class parquet.hadoop.metadata.FileMetaData
 
getKeyValueMetaData() - Method in class parquet.hadoop.metadata.GlobalMetaData
 
getLeaves() - Method in class parquet.io.MessageColumnIO
 
getLog(Class<?>) - Static method in class parquet.Log
 
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
 
getMake() - Method in class parquet.avro.Car.Builder
Gets the value of the 'make' field
getMake() - Method in class parquet.avro.Car
Gets the value of the 'make' field.
getMake() - Method in class parquet.avro.ShortCar.Builder
Gets the value of the 'make' field
getMake() - Method in class parquet.avro.ShortCar
Gets the value of the 'make' field.
getMake() - Method in class parquet.avro.Stereo.Builder
Gets the value of the 'make' field
getMake() - Method in class parquet.avro.Stereo
Gets the value of the 'make' field.
getMax() - Method in class parquet.column.statistics.BinaryStatistics
 
getMax() - Method in class parquet.column.statistics.BooleanStatistics
 
getMax() - Method in class parquet.column.statistics.DoubleStatistics
 
getMax() - Method in class parquet.column.statistics.FloatStatistics
 
getMax() - Method in class parquet.column.statistics.IntStatistics
 
getMax() - Method in class parquet.column.statistics.LongStatistics
 
getMaxBytes() - Method in class parquet.column.statistics.BinaryStatistics
 
getMaxBytes() - Method in class parquet.column.statistics.BooleanStatistics
 
getMaxBytes() - Method in class parquet.column.statistics.DoubleStatistics
 
getMaxBytes() - Method in class parquet.column.statistics.FloatStatistics
 
getMaxBytes() - Method in class parquet.column.statistics.IntStatistics
 
getMaxBytes() - Method in class parquet.column.statistics.LongStatistics
 
getMaxBytes() - Method in class parquet.column.statistics.Statistics
Abstract method to return the max value as a byte array
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
 
getMechanic() - Method in class parquet.avro.Service.Builder
Gets the value of the 'mechanic' field
getMechanic() - Method in class parquet.avro.Service
Gets the value of the 'mechanic' field.
getMemSize() - Method in interface parquet.column.page.PageWriter
 
getMergedKeyValueMetaData() - Method in class parquet.hadoop.api.InitContext
Deprecated.
getMethod - Variable in enum parquet.schema.PrimitiveType.PrimitiveTypeName
 
getMin() - Method in class parquet.column.statistics.BinaryStatistics
 
getMin() - Method in class parquet.column.statistics.BooleanStatistics
 
getMin() - Method in class parquet.column.statistics.DoubleStatistics
 
getMin() - Method in class parquet.column.statistics.FloatStatistics
 
getMin() - Method in class parquet.column.statistics.IntStatistics
 
getMin() - Method in class parquet.column.statistics.LongStatistics
 
getMinBytes() - Method in class parquet.column.statistics.BinaryStatistics
 
getMinBytes() - Method in class parquet.column.statistics.BooleanStatistics
 
getMinBytes() - Method in class parquet.column.statistics.DoubleStatistics
 
getMinBytes() - Method in class parquet.column.statistics.FloatStatistics
 
getMinBytes() - Method in class parquet.column.statistics.IntStatistics
 
getMinBytes() - Method in class parquet.column.statistics.LongStatistics
 
getMinBytes() - Method in class parquet.column.statistics.Statistics
Abstract method to return the min value as a byte array
getModel() - Method in class parquet.avro.Car.Builder
Gets the value of the 'model' field
getModel() - Method in class parquet.avro.Car
Gets the value of the 'model' field.
getModel() - Method in class parquet.avro.NewCar.Builder
Gets the value of the 'model' field
getModel() - Method in class parquet.avro.NewCar
Gets the value of the 'model' field.
getName() - Method in class parquet.io.ColumnIO
 
getName() - Method in class parquet.schema.Type
 
getName() - Method in class parquet.tools.read.SimpleRecord.NameValue
 
getNextOffset() - Method in class parquet.column.values.bitpacking.BitPackingValuesReader
 
getNextOffset() - Method in class parquet.column.values.bitpacking.ByteBitPackingValuesReader
 
getNextOffset() - Method in class parquet.column.values.boundedint.ZeroIntegerValuesReader
 
getNextOffset() - Method in class parquet.column.values.delta.DeltaBinaryPackingValuesReader
 
getNextOffset() - Method in class parquet.column.values.plain.BooleanPlainValuesReader
 
getNextOffset() - Method in class parquet.column.values.rle.RunLengthBitPackingHybridValuesReader
 
getNextOffset() - Method in class parquet.column.values.ValuesReader
Called to return offset of the next section
getNonNull(Schema) - Static method in class parquet.avro.AvroSchemaConverter
Given a schema, check to see if it is a union of a null type and a regular schema, and then return the non-null sub-schema.
getNumNulls() - Method in class parquet.column.statistics.Statistics
Returns the null count
getOpt() - Method in class parquet.avro.NewCar.Builder
Gets the value of the 'opt' field
getOpt() - Method in class parquet.avro.NewCar
Gets the value of the 'opt' field.
getOptionalExtra() - Method in class parquet.avro.Car.Builder
Gets the value of the 'optionalExtra' field
getOptionalExtra() - Method in class parquet.avro.Car
Gets the value of the 'optionalExtra' field.
getOptionalExtra() - Method in class parquet.avro.NewCar.Builder
Gets the value of the 'optionalExtra' field
getOptionalExtra() - Method in class parquet.avro.NewCar
Gets the value of the 'optionalExtra' field.
getOptions() - Method in class parquet.tools.command.ArgsOnlyCommand
 
getOptions() - Method in interface parquet.tools.command.Command
 
getOptions() - Method in class parquet.tools.command.DumpCommand
 
getOptions() - Method in class parquet.tools.command.HeadCommand
 
getOptions() - Method in class parquet.tools.command.ShowSchemaCommand
 
getOriginalType() - Method in class parquet.schema.Type
 
getOutputCommitter(TaskAttemptContext) - Method in class parquet.hadoop.ParquetOutputFormat
 
getPageReader(ColumnDescriptor) - Method in interface parquet.column.page.PageReadStore
 
getPageSize(JobContext) - Static method in class parquet.hadoop.ParquetOutputFormat
 
getPageSize(Configuration) - Static method in class parquet.hadoop.ParquetOutputFormat
 
getPageWriter(ColumnDescriptor) - Method in interface parquet.column.page.PageWriteStore
 
getParent() - Method in class parquet.io.ColumnIO
 
getParquetCompressionCodec(Configuration) - Static method in class parquet.hadoop.codec.CodecConfig
 
getParquetCompressionCodec() - Method in enum parquet.hadoop.metadata.CompressionCodecName
 
getParquetMetadata() - Method in class parquet.hadoop.Footer
 
getPath() - Method in class parquet.column.ColumnDescriptor
 
getPath() - Method in class parquet.hadoop.metadata.BlockMetaData
 
getPath() - Method in class parquet.hadoop.metadata.ColumnChunkMetaData
 
getPath() - Method in class parquet.hadoop.metadata.ColumnChunkProperties
 
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
 
getPos() - Method in class parquet.hadoop.ParquetFileWriter
 
getPrecision() - Method in class parquet.schema.DecimalMetadata
 
getPrimitive(Type) - Method in class parquet.format.converter.ParquetMetadataConverter
 
getPrimitive() - Method in class parquet.io.PrimitiveColumnIO
 
getPrimitiveTypeName() - Method in class parquet.schema.PrimitiveType
 
getProgress() - Method in class parquet.hadoop.ParquetRecordReader
getReadSupport(Configuration) - Method in class parquet.hadoop.ParquetInputFormat
 
getReadSupportClass(Configuration) - Static method in class parquet.hadoop.ParquetInputFormat
 
getReadSupportMetadata() - Method in class parquet.hadoop.api.ReadSupport.ReadContext
 
getReadSupportMetadata() - Method in class parquet.hadoop.ParquetInputSplit
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class parquet.hadoop.mapred.DeprecatedParquetInputFormat
 
getRecordReader(PageReadStore, RecordMaterializer<T>) - Method in class parquet.io.MessageColumnIO
 
getRecordReader(PageReadStore, RecordMaterializer<T>, UnboundRecordFilter) - Method in class parquet.io.MessageColumnIO
 
getRecordWriter(FileSystem, JobConf, String, Progressable) - Method in class parquet.hadoop.mapred.DeprecatedParquetOutputFormat
 
getRecordWriter(TaskAttemptContext) - Method in class parquet.hadoop.ParquetOutputFormat
getRecordWriter(TaskAttemptContext, Path) - Method in class parquet.hadoop.ParquetOutputFormat
 
getRecordWriter(Configuration, Path, CompressionCodecName) - Method in class parquet.hadoop.ParquetOutputFormat
 
getRecordWriter(ColumnWriteStore) - Method in class parquet.io.MessageColumnIO
 
getRegistration() - Method in class parquet.avro.Car.Builder
Gets the value of the 'registration' field
getRegistration() - Method in class parquet.avro.Car
Gets the value of the 'registration' field.
getRegistration() - Method in class parquet.avro.NewCar.Builder
Gets the value of the 'registration' field
getRegistration() - Method in class parquet.avro.NewCar
Gets the value of the 'registration' field.
getRemaining() - Method in class parquet.hadoop.codec.SnappyDecompressor
 
getRepetition() - Method in class parquet.schema.Type
 
getRequestedSchema() - Method in class parquet.hadoop.api.ReadSupport.ReadContext
 
getRequestedSchema() - Method in class parquet.hadoop.ParquetInputSplit
 
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
 
getRootConverter() - Method in class parquet.tools.read.SimpleRecordMaterializer
 
getRowCount() - Method in interface parquet.column.page.PageReadStore
 
getRowCount() - Method in class parquet.hadoop.metadata.BlockMetaData
 
getScale() - Method in class parquet.schema.DecimalMetadata
 
getSchema() - Method in class parquet.avro.Car
 
getSchema() - Method in class parquet.avro.Engine
 
getSchema() - Method in class parquet.avro.LeatherTrim
 
getSchema() - Method in class parquet.avro.NewCar
 
getSchema() - Method in class parquet.avro.Service
 
getSchema() - Method in class parquet.avro.ShortCar
 
getSchema() - Method in class parquet.avro.Stereo
 
getSchema() - Method in class parquet.hadoop.api.WriteSupport.WriteContext
 
getSchema(Job) - Static method in class parquet.hadoop.example.ExampleOutputFormat
retrieve the schema from the conf
getSchema(Configuration) - Static method in class parquet.hadoop.example.GroupWriteSupport
 
getSchema() - Method in class parquet.hadoop.metadata.FileMetaData
 
getSchema() - Method in class parquet.hadoop.metadata.GlobalMetaData
 
getSchemaForRead(MessageType, String) - Static method in class parquet.hadoop.api.ReadSupport
attempts to validate and construct a MessageType from a read projection schema
getSchemaForRead(MessageType, MessageType) - Static method in class parquet.hadoop.api.ReadSupport
 
getServiceHistory() - Method in class parquet.avro.Car.Builder
Gets the value of the 'serviceHistory' field
getServiceHistory() - Method in class parquet.avro.Car
Gets the value of the 'serviceHistory' field.
getServiceHistory() - Method in class parquet.avro.NewCar.Builder
Gets the value of the 'serviceHistory' field
getServiceHistory() - Method in class parquet.avro.NewCar
Gets the value of the 'serviceHistory' field.
getSpeakers() - Method in class parquet.avro.Stereo.Builder
Gets the value of the 'speakers' field
getSpeakers() - Method in class parquet.avro.Stereo
Gets the value of the 'speakers' field.
getSplits(JobConf, int) - Method in class parquet.hadoop.mapred.DeprecatedParquetInputFormat
 
getSplits(JobContext) - Method in class parquet.hadoop.ParquetInputFormat
getSplits(Configuration, List<Footer>) - Method in class parquet.hadoop.ParquetInputFormat
 
getStartingPos() - Method in class parquet.hadoop.metadata.BlockMetaData
 
getStartingPos() - Method in class parquet.hadoop.metadata.ColumnChunkMetaData
 
getStatistics() - Method in class parquet.column.page.Page
 
getStatistics() - Method in class parquet.hadoop.metadata.ColumnChunkMetaData
 
getStatsBasedOnType(PrimitiveType.PrimitiveTypeName) - Static method in class parquet.column.statistics.Statistics
Returns the typed statistics object based on the passed type parameter
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
 
getTime() - Static method in class parquet.hadoop.util.counters.BenchmarkCounter
 
getTimeNanos(int, int) - Method in class parquet.example.data.simple.SimpleGroup
 
getTimeOfDayNanos() - Method in class parquet.example.data.simple.NanoTime
 
getTotalBytes() - Static method in class parquet.hadoop.util.counters.BenchmarkCounter
 
getTotalByteSize() - Method in class parquet.hadoop.metadata.BlockMetaData
 
getTotalSize() - Method in class parquet.hadoop.metadata.ColumnChunkMetaData
 
getTotalUncompressedSize() - Method in class parquet.hadoop.metadata.ColumnChunkMetaData
 
getTotalValueCount() - Method in interface parquet.column.ColumnReader
 
getTotalValueCount() - Method in interface parquet.column.page.PageReader
 
getType() - Method in class parquet.avro.Engine.Builder
Gets the value of the 'type' field
getType() - Method in class parquet.avro.Engine
Gets the value of the 'type' field.
getType() - Method in class parquet.column.ColumnDescriptor
 
getType() - Method in exception parquet.column.UnknownColumnTypeException
 
getType() - Method in class parquet.example.data.GroupValueSource
 
getType() - Method in class parquet.example.data.simple.SimpleGroup
 
getType() - Method in class parquet.hadoop.metadata.ColumnChunkMetaData
 
getType() - Method in class parquet.hadoop.metadata.ColumnChunkProperties
 
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
 
getTypeLength() - Method in class parquet.column.ColumnDescriptor
 
getTypeLength() - Method in class parquet.schema.PrimitiveType
 
getUnboundRecordFilter(Configuration) - Static method in class parquet.hadoop.ParquetInputFormat
 
getUncompressedSize() - Method in class parquet.column.page.DictionaryPage
 
getUncompressedSize() - Method in class parquet.column.page.Page
 
getUsageDescription() - Method in class parquet.tools.command.CatCommand
 
getUsageDescription() - Method in interface parquet.tools.command.Command
 
getUsageDescription() - Method in class parquet.tools.command.DumpCommand
 
getUsageDescription() - Method in class parquet.tools.command.HeadCommand
 
getUsageDescription() - Method in class parquet.tools.command.ShowMetaCommand
 
getUsageDescription() - Method in class parquet.tools.command.ShowSchemaCommand
 
getValidation(JobContext) - Static method in class parquet.hadoop.ParquetOutputFormat
 
getValidation(Configuration) - Static method in class parquet.hadoop.ParquetOutputFormat
 
getValue() - Method in class parquet.tools.read.SimpleRecord.NameValue
 
getValueCount() - Method in class parquet.column.page.Page
 
getValueCount() - Method in class parquet.hadoop.metadata.ColumnChunkMetaData
 
getValueEncoding() - Method in class parquet.column.page.Page
 
getValues() - Method in class parquet.tools.read.SimpleRecord
 
getValuesReader(ColumnDescriptor, ValuesType) - Method in enum parquet.column.Encoding
To read decoded values that don't require a dictionary
getValuesWriter(ColumnDescriptor, int) - Method in class parquet.column.ParquetProperties
 
getValueToString(int, int) - Method in class parquet.example.data.GroupValueSource
 
getValueToString(int, int) - Method in class parquet.example.data.simple.SimpleGroup
 
getVin() - Method in class parquet.avro.Car.Builder
Gets the value of the 'vin' field
getVin() - Method in class parquet.avro.Car
Gets the value of the 'vin' field.
getVin() - Method in class parquet.avro.NewCar.Builder
Gets the value of the 'vin' field
getVin() - Method in class parquet.avro.NewCar
Gets the value of the 'vin' field.
getVin() - Method in class parquet.avro.ShortCar.Builder
Gets the value of the 'vin' field
getVin() - Method in class parquet.avro.ShortCar
Gets the value of the 'vin' field.
getWidthFromMaxInt(int) - Static method in class parquet.bytes.BytesUtils
give the number of bits needed to encode an int given the max value
getWriterVersion() - Method in class parquet.column.ParquetProperties
 
getWriterVersion(Configuration) - Static method in class parquet.hadoop.ParquetOutputFormat
 
getWriteSupport(Configuration) - Method in class parquet.hadoop.ParquetOutputFormat
 
getWriteSupportClass(Configuration) - Static method in class parquet.hadoop.ParquetOutputFormat
 
getYear() - Method in class parquet.avro.Car.Builder
Gets the value of the 'year' field
getYear() - Method in class parquet.avro.Car
Gets the value of the 'year' field.
getYear() - Method in class parquet.avro.NewCar.Builder
Gets the value of the 'year' field
getYear() - Method in class parquet.avro.NewCar
Gets the value of the 'year' field.
getYear() - Method in class parquet.avro.ShortCar.Builder
Gets the value of the 'year' field
getYear() - Method in class parquet.avro.ShortCar
Gets the value of the 'year' field.
GlobalMetaData - Class in parquet.hadoop.metadata
Merged metadata when reading from multiple files.
GlobalMetaData(MessageType, Map<String, Set<String>>, Set<String>) - Constructor for class parquet.hadoop.metadata.GlobalMetaData
 
GOOD_COMPRESSION_RATIO_CUTOFF - Static variable in class parquet.tools.util.MetadataUtils
 
green() - Method in class parquet.tools.util.PrettyPrintWriter
 
Group - Class in parquet.example.data
 
Group() - Constructor for class parquet.example.data.Group
 
group(Type.Repetition) - Method in class parquet.schema.Types.GroupBuilder
 
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
 
GroupReadSupport - Class in parquet.hadoop.example
 
GroupReadSupport() - Constructor for class parquet.hadoop.example.GroupReadSupport
 
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
 
GroupWriteSupport - Class in parquet.hadoop.example
 
GroupWriteSupport() - Constructor for class parquet.hadoop.example.GroupWriteSupport
 

H

hasBrand() - Method in class parquet.avro.NewCar.Builder
Checks whether the 'brand' field has been set
hasCapacity() - Method in class parquet.avro.Engine.Builder
Checks whether the 'capacity' field has been set
hasColour() - Method in class parquet.avro.LeatherTrim.Builder
Checks whether the 'colour' field has been set
hasDate() - Method in class parquet.avro.Service.Builder
Checks whether the 'date' field has been set
hasDescription() - Method in class parquet.avro.NewCar.Builder
Checks whether the 'description' field has been set
hasDictionarySupport() - Method in class parquet.io.api.PrimitiveConverter
if it returns true we will attempt to use dictionary based conversion instead
hasDoors() - Method in class parquet.avro.Car.Builder
Checks whether the 'doors' field has been set
hasDoors() - Method in class parquet.avro.NewCar.Builder
Checks whether the 'doors' field has been set
hasEngine() - Method in class parquet.avro.Car.Builder
Checks whether the 'engine' field has been set
hasEngine() - Method in class parquet.avro.NewCar.Builder
Checks whether the 'engine' field has been set
hasEngine() - Method in class parquet.avro.ShortCar.Builder
Checks whether the 'engine' field has been set
hasHasTurboCharger() - Method in class parquet.avro.Engine.Builder
Checks whether the 'hasTurboCharger' field has been set
hashCode() - Method in class parquet.bytes.LittleEndianDataInputStream
 
hashCode() - Method in class parquet.column.ColumnDescriptor
 
hashCode() - Method in class parquet.column.statistics.Statistics
Hash code for the statistics object
hashCode() - Method in class parquet.hadoop.metadata.ColumnChunkProperties
 
hashCode() - Method in class parquet.hadoop.metadata.ColumnPath
 
hashCode() - Method in class parquet.hadoop.metadata.EncodingList
 
hashCode() - Method in class parquet.schema.DecimalMetadata
 
hashCode() - Method in class parquet.schema.Type
 
hasMake() - Method in class parquet.avro.Car.Builder
Checks whether the 'make' field has been set
hasMake() - Method in class parquet.avro.ShortCar.Builder
Checks whether the 'make' field has been set
hasMake() - Method in class parquet.avro.Stereo.Builder
Checks whether the 'make' field has been set
hasMechanic() - Method in class parquet.avro.Service.Builder
Checks whether the 'mechanic' field has been set
hasModel() - Method in class parquet.avro.Car.Builder
Checks whether the 'model' field has been set
hasModel() - Method in class parquet.avro.NewCar.Builder
Checks whether the 'model' field has been set
hasNext() - Method in class parquet.column.values.dictionary.IntList.IntIterator
 
hasOpt() - Method in class parquet.avro.NewCar.Builder
Checks whether the 'opt' field has been set
hasOptionalExtra() - Method in class parquet.avro.Car.Builder
Checks whether the 'optionalExtra' field has been set
hasOptionalExtra() - Method in class parquet.avro.NewCar.Builder
Checks whether the 'optionalExtra' field has been set
hasRegistration() - Method in class parquet.avro.Car.Builder
Checks whether the 'registration' field has been set
hasRegistration() - Method in class parquet.avro.NewCar.Builder
Checks whether the 'registration' field has been set
hasServiceHistory() - Method in class parquet.avro.Car.Builder
Checks whether the 'serviceHistory' field has been set
hasServiceHistory() - Method in class parquet.avro.NewCar.Builder
Checks whether the 'serviceHistory' field has been set
hasSpeakers() - Method in class parquet.avro.Stereo.Builder
Checks whether the 'speakers' field has been set
hasTurboCharger - Variable in class parquet.avro.Engine
Deprecated.
hasType() - Method in class parquet.avro.Engine.Builder
Checks whether the 'type' field has been set
hasVin() - Method in class parquet.avro.Car.Builder
Checks whether the 'vin' field has been set
hasVin() - Method in class parquet.avro.NewCar.Builder
Checks whether the 'vin' field has been set
hasVin() - Method in class parquet.avro.ShortCar.Builder
Checks whether the 'vin' field has been set
hasYear() - Method in class parquet.avro.Car.Builder
Checks whether the 'year' field has been set
hasYear() - Method in class parquet.avro.NewCar.Builder
Checks whether the 'year' field has been set
hasYear() - Method in class parquet.avro.ShortCar.Builder
Checks whether the 'year' field has been set
HeadCommand - Class in parquet.tools.command
 
HeadCommand() - Constructor for class parquet.tools.command.HeadCommand
 

I

ICounter - Interface in parquet.hadoop.util.counters
Interface for counters in mapred/mapreduce package of hadoop
iff(boolean) - Method in class parquet.tools.util.PrettyPrintWriter
 
in - Variable in class parquet.column.values.plain.PlainValuesReader
 
IncompatibleSchemaModificationException - Exception in parquet.schema
thrown when we are trying to read together files with incompatible schemas.
IncompatibleSchemaModificationException() - Constructor for exception parquet.schema.IncompatibleSchemaModificationException
 
IncompatibleSchemaModificationException(String, Throwable) - Constructor for exception parquet.schema.IncompatibleSchemaModificationException
 
IncompatibleSchemaModificationException(String) - Constructor for exception parquet.schema.IncompatibleSchemaModificationException
 
IncompatibleSchemaModificationException(Throwable) - Constructor for exception parquet.schema.IncompatibleSchemaModificationException
 
increment(long) - Method in class parquet.hadoop.util.counters.BenchmarkCounter.NullCounter
 
increment(long) - Method in interface parquet.hadoop.util.counters.ICounter
 
increment(long) - Method in class parquet.hadoop.util.counters.mapred.MapRedCounterAdapter
 
increment(long) - Method in class parquet.hadoop.util.counters.mapreduce.MapReduceCounterAdapter
 
incrementBytesRead(long) - Static method in class parquet.hadoop.util.counters.BenchmarkCounter
 
incrementCounter(Counter, long) - Static method in class parquet.hadoop.util.ContextUtil
 
incrementNumNulls() - Method in class parquet.column.statistics.Statistics
Increments the null count by one
incrementNumNulls(long) - Method in class parquet.column.statistics.Statistics
Increments the null count by the parameter value
incrementTabLevel() - Method in class parquet.tools.util.PrettyPrintWriter
 
incrementTime(long) - Static method in class parquet.hadoop.util.counters.BenchmarkCounter
 
incrementTotalBytes(long) - Static method in class parquet.hadoop.util.counters.BenchmarkCounter
 
indexOf(char, int) - Method in class parquet.tools.util.PrettyPrintWriter.Line
 
indexOf(char, int) - Method in class parquet.tools.util.PrettyPrintWriter.Span
 
INFO - Static variable in class parquet.Log
 
info(Object) - Method in class parquet.Log
prints an info message
info(Object, Throwable) - Method in class parquet.Log
prints an info message
init(Configuration, Map<String, String>, MessageType) - Method in class parquet.avro.AvroReadSupport
 
init(Configuration) - Method in class parquet.avro.AvroWriteSupport
 
init(Configuration, Map<String, String>, MessageType) - Method in class parquet.hadoop.api.ReadSupport
Deprecated.
init(InitContext) - Method in class parquet.hadoop.api.ReadSupport
called in InputFormat.getSplits(org.apache.hadoop.mapreduce.JobContext) in the front end
init(Configuration) - Method in class parquet.hadoop.api.WriteSupport
called first in the task
init(Configuration, Map<String, String>, MessageType) - Method in class parquet.hadoop.example.GroupReadSupport
 
init(Configuration) - Method in class parquet.hadoop.example.GroupWriteSupport
 
init(InitContext) - Method in class parquet.tools.read.SimpleReadSupport
 
InitContext - Class in parquet.hadoop.api
Context passed to ReadSupport when initializing for read
InitContext(Configuration, Map<String, Set<String>>, MessageType) - Constructor for class parquet.hadoop.api.InitContext
 
initCounterFromContext(TaskInputOutputContext<?, ?, ?, ?>) - Static method in class parquet.hadoop.util.counters.BenchmarkCounter
Init counters in hadoop's mapreduce API, support both 1.x and 2.x
initCounterFromReporter(Reporter, Configuration) - Static method in class parquet.hadoop.util.counters.BenchmarkCounter
Init counters in hadoop's mapred API, which is used by cascading and Hive.
initDictionary(ColumnDescriptor, DictionaryPage) - Method in enum parquet.column.Encoding
initializes a dictionary from a page
initFromPage(int, byte[], int) - Method in class parquet.column.values.bitpacking.BitPackingValuesReader
Called to initialize the column reader from a part of a page.
initFromPage(int, byte[], int) - Method in class parquet.column.values.bitpacking.ByteBitPackingValuesReader
 
initFromPage(int, byte[], int) - Method in class parquet.column.values.boundedint.ZeroIntegerValuesReader
 
initFromPage(int, byte[], int) - Method in class parquet.column.values.delta.DeltaBinaryPackingValuesReader
eagerly load all the data into memory
initFromPage(int, byte[], int) - Method in class parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesReader
 
initFromPage(int, byte[], int) - Method in class parquet.column.values.deltastrings.DeltaByteArrayReader
 
initFromPage(int, byte[], int) - Method in class parquet.column.values.dictionary.DictionaryValuesReader
 
initFromPage(int, byte[], int) - Method in class parquet.column.values.plain.BinaryPlainValuesReader
 
initFromPage(int, byte[], int) - Method in class parquet.column.values.plain.BooleanPlainValuesReader
Called to initialize the column reader from a part of a page.
initFromPage(int, byte[], int) - Method in class parquet.column.values.plain.FixedLenByteArrayPlainValuesReader
 
initFromPage(int, byte[], int) - Method in class parquet.column.values.plain.PlainValuesReader
Called to initialize the column reader from a part of a page.
initFromPage(int, byte[], int) - Method in class parquet.column.values.rle.RunLengthBitPackingHybridValuesReader
 
initFromPage(int, byte[], int) - Method in class parquet.column.values.ValuesReader
Called to initialize the column reader from a part of a page.
initialize(InputSplit, TaskAttemptContext) - Method in class parquet.hadoop.ParquetRecordReader
initialize(InputSplit, Configuration, Reporter) - Method in class parquet.hadoop.ParquetRecordReader
 
initializeStats(Binary, Binary) - Method in class parquet.column.statistics.BinaryStatistics
 
initializeStats(boolean, boolean) - Method in class parquet.column.statistics.BooleanStatistics
 
initializeStats(double, double) - Method in class parquet.column.statistics.DoubleStatistics
 
initializeStats(float, float) - Method in class parquet.column.statistics.FloatStatistics
 
initializeStats(int, int) - Method in class parquet.column.statistics.IntStatistics
 
initializeStats(long, long) - Method in class parquet.column.statistics.LongStatistics
 
Int96Value - Class in parquet.example.data.simple
 
Int96Value(Binary) - Constructor for class parquet.example.data.simple.Int96Value
 
IntBasedBitPackingGenerator - Class in parquet.encoding.bitpacking
Scheme designed by D.
IntBasedBitPackingGenerator() - Constructor for class parquet.encoding.bitpacking.IntBasedBitPackingGenerator
 
IntegerPlainValuesReader() - Constructor for class parquet.column.values.plain.PlainValuesReader.IntegerPlainValuesReader
 
IntegerValue - Class in parquet.example.data.simple
 
IntegerValue(int) - Constructor for class parquet.example.data.simple.IntegerValue
 
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
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
IntPacker - Class in parquet.column.values.bitpacking
Packs and unpacks into ints packing unpacking treats: - 32 values at a time - bitWidth ints at a time.
IntPackerFactory - Interface in parquet.column.values.bitpacking
 
Ints - Class in parquet
Utilities for working with ints
IntStatistics - Class in parquet.column.statistics
 
IntStatistics() - Constructor for class parquet.column.statistics.IntStatistics
 
intToBytes(int) - Static method in class parquet.bytes.BytesUtils
 
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
 
isCompressionSet(JobContext) - Static method in class parquet.hadoop.ParquetOutputFormat
 
isCompressionSet(Configuration) - Static method in class parquet.hadoop.ParquetOutputFormat
 
isEmpty() - Method in class 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
isEmpty() - Method in class parquet.tools.util.PrettyPrintWriter.Line
 
isEmpty() - Method in class parquet.tools.util.PrettyPrintWriter.Span
 
isEnableDictionary() - Method in class parquet.column.ParquetProperties
 
isFirst(int) - Method in class parquet.io.PrimitiveColumnIO
 
isHadoopCompressionSet() - Method in class parquet.hadoop.codec.CodecConfig
 
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.NotRecordFilter
 
isMatch() - Method in class parquet.filter.OrRecordFilter
 
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
 
isParquetCompressionSet(Configuration) - Static method in class parquet.hadoop.codec.CodecConfig
 
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)
iterator() - Method in class parquet.hadoop.metadata.ColumnPath
 
iterator() - Method in class parquet.hadoop.metadata.EncodingList
 

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
 
LeatherTrim - Class in parquet.avro
 
LeatherTrim() - Constructor for class parquet.avro.LeatherTrim
Default constructor.
LeatherTrim(String) - Constructor for class parquet.avro.LeatherTrim
All-args constructor.
LeatherTrim.Builder - Class in parquet.avro
RecordBuilder for LeatherTrim instances.
length() - Method in class parquet.io.api.Binary
 
length(int) - Method in class parquet.schema.Types.PrimitiveBuilder
Adds the length for a FIXED_LEN_BYTE_ARRAY.
length() - Method in class parquet.tools.util.PrettyPrintWriter.Line
 
length() - Method in class parquet.tools.util.PrettyPrintWriter.Span
 
LEVEL - Static variable in class parquet.Log
this is the compile time log level
Line() - Constructor for class parquet.tools.util.PrettyPrintWriter.Line
 
LINE_SEP - Static variable in class parquet.tools.util.PrettyPrintWriter
 
listStatus(JobContext) - Method in class parquet.hadoop.ParquetInputFormat
 
listType(Type.Repetition, String, Type) - Static method in class parquet.schema.ConversionPatterns
 
LittleEndianDataInputStream - Class in parquet.bytes
Based on DataInputStream but little endian and without the String/char methods
LittleEndianDataInputStream(InputStream) - Constructor for class parquet.bytes.LittleEndianDataInputStream
Creates a LittleEndianDataInputStream that uses the specified underlying InputStream.
LittleEndianDataOutputStream - Class in parquet.bytes
Based on DataOutputStream but in little endian and without the String/char methods
LittleEndianDataOutputStream(OutputStream) - Constructor for class parquet.bytes.LittleEndianDataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
log(String) - Method in class parquet.io.BaseRecordReader
 
Log - Class in parquet
Simple wrapper around java.util.logging Adds compile time log level.
Log(Class<?>) - Constructor for class parquet.Log
 
LongPlainValuesReader() - Constructor for class parquet.column.values.plain.PlainValuesReader.LongPlainValuesReader
 
LongStatistics - Class in parquet.column.statistics
 
LongStatistics() - Constructor for class parquet.column.statistics.LongStatistics
 
longToBytes(long) - Static method in class parquet.bytes.BytesUtils
 
LongValue - Class in parquet.example.data.simple
 
LongValue(long) - Constructor for class parquet.example.data.simple.LongValue
 

M

magenta() - Method in class parquet.tools.util.PrettyPrintWriter
 
MAGIC - Static variable in class parquet.hadoop.ParquetFileWriter
 
main(String[]) - Static method in class parquet.encoding.bitpacking.ByteBasedBitPackingGenerator
 
main(String[]) - Static method in class parquet.encoding.bitpacking.IntBasedBitPackingGenerator
 
main(String[]) - Static method in class parquet.encoding.Generator
 
main(String[]) - Static method in class parquet.hadoop.PrintFooter
 
Main - Class in parquet.tools
 
Main() - Constructor for class parquet.tools.Main
 
main(String[]) - Static method in class parquet.tools.Main
 
main(String[]) - Static method in class parquet.Version
 
make - Variable in class parquet.avro.Car
Deprecated.
make - Variable in class parquet.avro.ShortCar
Deprecated.
make - Variable in class parquet.avro.Stereo
Deprecated.
MapRedCounterAdapter - Class in parquet.hadoop.util.counters.mapred
Adapt a mapred counter to ICounter
MapRedCounterAdapter(Counters.Counter) - Constructor for class parquet.hadoop.util.counters.mapred.MapRedCounterAdapter
 
MapRedCounterLoader - Class in parquet.hadoop.util.counters.mapred
Concrete factory for counters in mapred API, get a counter using mapred API when the corresponding flag is set, otherwise return a NullCounter
MapRedCounterLoader(Reporter, Configuration) - Constructor for class parquet.hadoop.util.counters.mapred.MapRedCounterLoader
 
MapReduceCounterAdapter - Class in parquet.hadoop.util.counters.mapreduce
Adapt a mapreduce counter to ICounter
MapReduceCounterAdapter(Counter) - Constructor for class parquet.hadoop.util.counters.mapreduce.MapReduceCounterAdapter
 
MapReduceCounterLoader - Class in parquet.hadoop.util.counters.mapreduce
Concrete factory for counters in mapred API, get a counter using mapreduce API when the corresponding flag is set, otherwise return a NullCounter
MapReduceCounterLoader(TaskInputOutputContext<?, ?, ?, ?>) - Constructor for class parquet.hadoop.util.counters.mapreduce.MapReduceCounterLoader
 
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
 
mark(int) - Method in class parquet.bytes.LittleEndianDataInputStream
 
markAsNotEmpty() - Method in class parquet.column.statistics.Statistics
 
markSupported() - Method in class parquet.bytes.LittleEndianDataInputStream
 
MAX_BITWIDTH - Static variable in class 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 parquet.column.impl.ColumnWriteStoreImpl
 
maxDictionaryByteSize - Variable in class parquet.column.values.dictionary.DictionaryValuesWriter
 
mechanic - Variable in class parquet.avro.Service
Deprecated.
memSize() - Method in class parquet.column.impl.ColumnWriteStoreImpl
 
memUsageString(String) - Method in class parquet.bytes.CapacityByteArrayOutputStream
 
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.ByteBasedBitPackingEncoder
 
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.delta.DeltaBinaryPackingValuesWriter
 
memUsageString(String) - Method in class parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesWriter
 
memUsageString(String) - Method in class parquet.column.values.deltastrings.DeltaByteArrayWriter
 
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.FixedLenByteArrayPlainValuesWriter
 
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
 
merge() - Method in class parquet.hadoop.metadata.GlobalMetaData
Will merge the metadata as if it was coming from a single file.
mergeOptions(Options, Options...) - Static method in class parquet.tools.Main
 
mergeOptionsInto(Options, Options) - Static method in class parquet.tools.Main
 
mergeStatistics(Statistics) - Method in class parquet.column.statistics.Statistics
Method to merge this statistics object with the object passed as parameter.
mergeStatisticsMinMax(Statistics) - Method in class parquet.column.statistics.BinaryStatistics
 
mergeStatisticsMinMax(Statistics) - Method in class parquet.column.statistics.BooleanStatistics
 
mergeStatisticsMinMax(Statistics) - Method in class parquet.column.statistics.DoubleStatistics
 
mergeStatisticsMinMax(Statistics) - Method in class parquet.column.statistics.FloatStatistics
 
mergeStatisticsMinMax(Statistics) - Method in class parquet.column.statistics.IntStatistics
 
mergeStatisticsMinMax(Statistics) - Method in class parquet.column.statistics.LongStatistics
 
mergeStatisticsMinMax(Statistics) - Method in class parquet.column.statistics.Statistics
Abstract method to merge this statistics min and max with the values of the parameter object.
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.
MetadataUtils - Class in parquet.tools.util
 
MetadataUtils() - Constructor for class parquet.tools.util.MetadataUtils
 
mkspan(String) - Static method in class parquet.tools.util.PrettyPrintWriter
 
mkspan(String, String) - Static method in class parquet.tools.util.PrettyPrintWriter
 
mkspan(String, String, String, String) - Static method in class parquet.tools.util.PrettyPrintWriter
 
MODE_BLINK - Static variable in class parquet.tools.util.PrettyPrintWriter
 
MODE_BOLD - Static variable in class parquet.tools.util.PrettyPrintWriter
 
MODE_CONCEALED - Static variable in class parquet.tools.util.PrettyPrintWriter
 
MODE_OFF - Static variable in class parquet.tools.util.PrettyPrintWriter
 
MODE_REVERSE - Static variable in class parquet.tools.util.PrettyPrintWriter
 
MODE_UNDER - Static variable in class parquet.tools.util.PrettyPrintWriter
 
model - Variable in class parquet.avro.Car
Deprecated.
model - Variable in class parquet.avro.NewCar
Deprecated.
MORE - Static variable in class parquet.tools.util.PrettyPrintWriter
 

N

named(String) - Method in class 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 parquet.schema.Types.MessageTypeBuilder
Builds and returns the MessageType configured by this builder.
NameValue(String, Object) - Constructor for class parquet.tools.read.SimpleRecord.NameValue
 
NanoTime - Class in parquet.example.data.simple
 
NanoTime(int, long) - Constructor for class parquet.example.data.simple.NanoTime
 
needsDictionary() - Method in class parquet.hadoop.codec.SnappyDecompressor
 
needsInput() - Method in class parquet.hadoop.codec.SnappyCompressor
 
needsInput() - Method in class parquet.hadoop.codec.SnappyDecompressor
 
newBuilder() - Static method in class parquet.avro.Car
Creates a new Car RecordBuilder
newBuilder(Car.Builder) - Static method in class parquet.avro.Car
Creates a new Car RecordBuilder by copying an existing Builder
newBuilder(Car) - Static method in class parquet.avro.Car
Creates a new Car RecordBuilder by copying an existing Car instance
newBuilder() - Static method in class parquet.avro.Engine
Creates a new Engine RecordBuilder
newBuilder(Engine.Builder) - Static method in class parquet.avro.Engine
Creates a new Engine RecordBuilder by copying an existing Builder
newBuilder(Engine) - Static method in class parquet.avro.Engine
Creates a new Engine RecordBuilder by copying an existing Engine instance
newBuilder() - Static method in class parquet.avro.LeatherTrim
Creates a new LeatherTrim RecordBuilder
newBuilder(LeatherTrim.Builder) - Static method in class parquet.avro.LeatherTrim
Creates a new LeatherTrim RecordBuilder by copying an existing Builder
newBuilder(LeatherTrim) - Static method in class parquet.avro.LeatherTrim
Creates a new LeatherTrim RecordBuilder by copying an existing LeatherTrim instance
newBuilder() - Static method in class parquet.avro.NewCar
Creates a new NewCar RecordBuilder
newBuilder(NewCar.Builder) - Static method in class parquet.avro.NewCar
Creates a new NewCar RecordBuilder by copying an existing Builder
newBuilder(NewCar) - Static method in class parquet.avro.NewCar
Creates a new NewCar RecordBuilder by copying an existing NewCar instance
newBuilder() - Static method in class parquet.avro.Service
Creates a new Service RecordBuilder
newBuilder(Service.Builder) - Static method in class parquet.avro.Service
Creates a new Service RecordBuilder by copying an existing Builder
newBuilder(Service) - Static method in class parquet.avro.Service
Creates a new Service RecordBuilder by copying an existing Service instance
newBuilder() - Static method in class parquet.avro.ShortCar
Creates a new ShortCar RecordBuilder
newBuilder(ShortCar.Builder) - Static method in class parquet.avro.ShortCar
Creates a new ShortCar RecordBuilder by copying an existing Builder
newBuilder(ShortCar) - Static method in class parquet.avro.ShortCar
Creates a new ShortCar RecordBuilder by copying an existing ShortCar instance
newBuilder() - Static method in class parquet.avro.Stereo
Creates a new Stereo RecordBuilder
newBuilder(Stereo.Builder) - Static method in class parquet.avro.Stereo
Creates a new Stereo RecordBuilder by copying an existing Builder
newBuilder(Stereo) - Static method in class parquet.avro.Stereo
Creates a new Stereo RecordBuilder by copying an existing Stereo instance
newBytePacker(int) - Method in interface parquet.column.values.bitpacking.BytePackerFactory
 
newBytePacker(int) - Method in enum parquet.column.values.bitpacking.Packer
 
NewCar - Class in parquet.avro
 
NewCar() - Constructor for class parquet.avro.NewCar
Default constructor.
NewCar(Long, String, String, String, Vin, Long, Engine, Object, List<Service>, Integer, String) - Constructor for class parquet.avro.NewCar
All-args constructor.
NewCar.Builder - Class in parquet.avro
RecordBuilder for NewCar instances.
newGenericCounter(String, String, long) - Static method in class parquet.hadoop.util.ContextUtil
 
newGroup() - Method in class parquet.example.data.GroupFactory
 
newGroup() - Method in class parquet.example.data.simple.SimpleGroupFactory
 
newIntPacker(int) - Method in interface parquet.column.values.bitpacking.IntPackerFactory
 
newIntPacker(int) - Method in enum parquet.column.values.bitpacking.Packer
 
newJobContext(Configuration, JobID) - Static method in class parquet.hadoop.util.ContextUtil
Creates JobContext from a JobConf and jobId using the correct constructor for based on Hadoop version.
newPrettyPrinter(OutputStream) - Static method in class parquet.tools.util.PrettyPrintWriter
 
newTaskAttemptContext(Configuration, TaskAttemptID) - Static method in class parquet.hadoop.util.ContextUtil
Creates TaskAttempContext from a JobConf and jobId using the correct constructor for based on Hadoop version.
next() - Method in class parquet.column.values.dictionary.IntList.IntIterator
 
nextKeyValue() - Method in class parquet.hadoop.ParquetRecordReader
NonBlockedCompressorStream - Class in parquet.hadoop.codec
CompressorStream class that should be used instead of the default hadoop CompressorStream object.
NonBlockedCompressorStream(OutputStream, Compressor, int) - Constructor for class parquet.hadoop.codec.NonBlockedCompressorStream
 
NonBlockedDecompressorStream - Class in parquet.hadoop.codec
DecompressorStream class that should be used instead of the default hadoop DecompressorStream object.
NonBlockedDecompressorStream(InputStream, Decompressor, int) - Constructor for class parquet.hadoop.codec.NonBlockedDecompressorStream
 
not(UnboundRecordFilter) - Static method in class parquet.filter.NotRecordFilter
Returns builder for creating an and filter.
NotRecordFilter - Class in parquet.filter
Provides ability to negate the result of a filter.
NullCounter() - Constructor for class parquet.hadoop.util.counters.BenchmarkCounter.NullCounter
 

O

off() - Method in class parquet.tools.util.PrettyPrintWriter
 
opt - Variable in class parquet.avro.NewCar
Deprecated.
optional(PrimitiveType.PrimitiveTypeName) - Method in class parquet.schema.Types.GroupBuilder
Returns a Types.PrimitiveBuilder for the optional primitive type type.
optional(PrimitiveType.PrimitiveTypeName) - Static method in class parquet.schema.Types
Returns a builder to construct an optional PrimitiveType.
optionalExtra - Variable in class parquet.avro.Car
Deprecated.
optionalExtra - Variable in class parquet.avro.NewCar
Deprecated.
optionalGroup() - Method in class parquet.schema.Types.GroupBuilder
Returns a Types.GroupBuilder to build an optional sub-group.
optionalGroup() - Static method in class parquet.schema.Types
Returns a builder to construct an optional GroupType.
OPTIONS - Static variable in class parquet.tools.command.DumpCommand
 
OPTIONS - Static variable in class parquet.tools.command.HeadCommand
 
OPTIONS - Static variable in class parquet.tools.command.ShowSchemaCommand
 
OPTIONS - Static variable in class parquet.tools.Main
 
or(UnboundRecordFilter, UnboundRecordFilter) - Static method in class parquet.filter.OrRecordFilter
Returns builder for creating an and filter.
OriginalType - Enum in parquet.schema
 
originalType - Variable in class parquet.schema.Types.Builder
 
OrRecordFilter - Class in parquet.filter
Provides ability to chain two filters together.
otherwise() - Method in class parquet.tools.util.PrettyPrintWriter
 
out - Static variable in class parquet.tools.Main
 

P

pack32Values(int[], int, byte[], int) - Method in class parquet.column.values.bitpacking.BytePacker
pack 32 values from input at inPos into bitWidth * 4 bytes in output at outPos.
pack32Values(int[], int, int[], int) - Method in class parquet.column.values.bitpacking.IntPacker
pack 32 values from input at inPos into bitWidth ints in output at outPos.
pack8Values(int[], int, byte[], int) - Method in class parquet.column.values.bitpacking.BytePacker
pack 8 values from input at inPos into bitWidth bytes in output at outPos.
Packer - Enum in parquet.column.values.bitpacking
Factory for packing implementations
paddedByteCountFromBits(int) - Static method in class parquet.bytes.BytesUtils
 
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
Deprecated.
Page(BytesInput, int, int, Statistics, 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.
PAGE_SIZE - Static variable in class parquet.hadoop.ParquetOutputFormat
 
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
 
parent - Variable in class parquet.schema.Types.Builder
 
parquet - package parquet
 
parquet.avro - package parquet.avro
Provides classes to store Avro data in Parquet files.
parquet.bytes - package parquet.bytes
 
parquet.column - package parquet.column
 
parquet.column.impl - package parquet.column.impl
 
parquet.column.page - package parquet.column.page
 
parquet.column.statistics - package parquet.column.statistics
 
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.delta - package parquet.column.values.delta
 
parquet.column.values.deltalengthbytearray - package parquet.column.values.deltalengthbytearray
 
parquet.column.values.deltastrings - package parquet.column.values.deltastrings
 
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.encoding - package parquet.encoding
 
parquet.encoding.bitpacking - package parquet.encoding.bitpacking
 
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.format.converter - package parquet.format.converter
 
parquet.hadoop - package parquet.hadoop
Provides classes to store use Parquet files in Hadoop In a map reduce job:
parquet.hadoop.api - package parquet.hadoop.api
APIs to integrate various type systems with Parquet
parquet.hadoop.codec - package parquet.hadoop.codec
 
parquet.hadoop.example - package parquet.hadoop.example
 
parquet.hadoop.mapred - package parquet.hadoop.mapred
 
parquet.hadoop.metadata - package parquet.hadoop.metadata
 
parquet.hadoop.util - package parquet.hadoop.util
 
parquet.hadoop.util.counters - package parquet.hadoop.util.counters
 
parquet.hadoop.util.counters.mapred - package parquet.hadoop.util.counters.mapred
 
parquet.hadoop.util.counters.mapreduce - package parquet.hadoop.util.counters.mapreduce
 
parquet.io - package parquet.io
 
parquet.io.api - package parquet.io.api
 
parquet.schema - package parquet.schema
 
parquet.tools - package parquet.tools
 
parquet.tools.command - package parquet.tools.command
 
parquet.tools.read - package parquet.tools.read
 
parquet.tools.util - package parquet.tools.util
 
PARQUET_EXAMPLE_SCHEMA - Static variable in class parquet.hadoop.example.GroupWriteSupport
 
PARQUET_METADATA_FILE - Static variable in class parquet.hadoop.ParquetFileWriter
 
PARQUET_READ_SCHEMA - Static variable in class parquet.hadoop.api.ReadSupport
configuration key for a parquet read projection 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
 
ParquetFileReader - Class in parquet.hadoop
Internal implementation of the Parquet file reader as a block container
ParquetFileReader(Configuration, Path, List<BlockMetaData>, List<ColumnDescriptor>) - Constructor for class parquet.hadoop.ParquetFileReader
 
ParquetFileWriter - Class in parquet.hadoop
Internal implementation of the Parquet file writer as a block container
ParquetFileWriter(Configuration, MessageType, Path) - Constructor for class parquet.hadoop.ParquetFileWriter
 
ParquetInputFormat<T> - Class in parquet.hadoop
The input format to read a Parquet file.
ParquetInputFormat() - Constructor for class parquet.hadoop.ParquetInputFormat
Hadoop will instantiate using this constructor
ParquetInputFormat(Class<S>) - Constructor for class parquet.hadoop.ParquetInputFormat
constructor used when this InputFormat in wrapped in another one (In Pig for example)
ParquetInputSplit - Class in parquet.hadoop
An input split for the Parquet format It contains the information to read one block of the file.
ParquetInputSplit() - Constructor for class parquet.hadoop.ParquetInputSplit
Writables must have a parameterless constructor
ParquetInputSplit(Path, long, long, String[], List<BlockMetaData>, String, String, Map<String, String>, Map<String, String>) - Constructor for class parquet.hadoop.ParquetInputSplit
ParquetMetadata - Class in parquet.hadoop.metadata
Meta Data block stored in the footer of the file contains file level (Codec, Schema, ...) and block level (location, columns, record count, ...) meta data
ParquetMetadata(FileMetaData, List<BlockMetaData>) - Constructor for class parquet.hadoop.metadata.ParquetMetadata
 
ParquetMetadataConverter - Class in parquet.format.converter
 
ParquetMetadataConverter() - Constructor for class parquet.format.converter.ParquetMetadataConverter
 
ParquetOutputCommitter - Class in parquet.hadoop
 
ParquetOutputCommitter(Path, TaskAttemptContext) - Constructor for class parquet.hadoop.ParquetOutputCommitter
 
ParquetOutputFormat<T> - Class in parquet.hadoop
OutputFormat to write to a Parquet file It requires a WriteSupport to convert the actual records to the underlying format.
ParquetOutputFormat(S) - Constructor for class parquet.hadoop.ParquetOutputFormat
constructor used when this OutputFormat in wrapped in another one (In Pig for example)
ParquetOutputFormat() - Constructor for class parquet.hadoop.ParquetOutputFormat
used when directly using the output format and configuring the write support implementation using parquet.write.support.class
ParquetProperties - Class in parquet.column
This class represents all the configurable Parquet properties.
ParquetProperties(int, ParquetProperties.WriterVersion, boolean) - Constructor for class parquet.column.ParquetProperties
 
ParquetProperties.WriterVersion - Enum in parquet.column
 
ParquetReader<T> - Class in parquet.hadoop
Read records from a Parquet file.
ParquetReader(Path, ReadSupport<T>) - Constructor for class parquet.hadoop.ParquetReader
 
ParquetReader(Configuration, Path, ReadSupport<T>) - Constructor for class parquet.hadoop.ParquetReader
 
ParquetReader(Path, ReadSupport<T>, UnboundRecordFilter) - Constructor for class parquet.hadoop.ParquetReader
 
ParquetReader(Configuration, Path, ReadSupport<T>, UnboundRecordFilter) - Constructor for class parquet.hadoop.ParquetReader
 
ParquetRecordReader<T> - Class in parquet.hadoop
Reads the records from a block of a Parquet file
ParquetRecordReader(ReadSupport<T>) - Constructor for class parquet.hadoop.ParquetRecordReader
 
ParquetRecordReader(ReadSupport<T>, UnboundRecordFilter) - Constructor for class parquet.hadoop.ParquetRecordReader
 
ParquetRecordWriter<T> - Class in parquet.hadoop
Writes records to a Parquet file
ParquetRecordWriter(ParquetFileWriter, WriteSupport<T>, MessageType, Map<String, String>, int, int, CodecFactory.BytesCompressor, int, boolean, boolean, ParquetProperties.WriterVersion) - Constructor for class parquet.hadoop.ParquetRecordWriter
 
ParquetRuntimeException - Exception in parquet
The parent class for all runtime exceptions
ParquetRuntimeException() - Constructor for exception parquet.ParquetRuntimeException
 
ParquetRuntimeException(String, Throwable) - Constructor for exception parquet.ParquetRuntimeException
 
ParquetRuntimeException(String) - Constructor for exception parquet.ParquetRuntimeException
 
ParquetRuntimeException(Throwable) - Constructor for exception parquet.ParquetRuntimeException
 
ParquetWriter<T> - Class in parquet.hadoop
Write records to a Parquet file.
ParquetWriter(Path, WriteSupport<T>, CompressionCodecName, int, int) - Constructor for class parquet.hadoop.ParquetWriter
Create a new ParquetWriter.
ParquetWriter(Path, WriteSupport<T>, CompressionCodecName, int, int, boolean, boolean) - Constructor for class parquet.hadoop.ParquetWriter
Create a new ParquetWriter.
ParquetWriter(Path, WriteSupport<T>, CompressionCodecName, int, int, int, boolean, boolean) - Constructor for class parquet.hadoop.ParquetWriter
Create a new ParquetWriter.
ParquetWriter(Path, WriteSupport<T>, CompressionCodecName, int, int, int, boolean, boolean, ParquetProperties.WriterVersion) - Constructor for class parquet.hadoop.ParquetWriter
Create a new ParquetWriter.
ParquetWriter(Path, WriteSupport<T>, CompressionCodecName, int, int, int, boolean, boolean, ParquetProperties.WriterVersion, Configuration) - Constructor for class parquet.hadoop.ParquetWriter
Create a new ParquetWriter.
ParquetWriter(Path, WriteSupport<T>) - Constructor for class parquet.hadoop.ParquetWriter
Create a new ParquetWriter.
parseMessageType(String) - Static method in class parquet.schema.MessageTypeParser
 
PlainBinaryDictionary(DictionaryPage) - Constructor for class parquet.column.values.dictionary.PlainValuesDictionary.PlainBinaryDictionary
Decodes Binary values from a DictionaryPage.
PlainBinaryDictionary(DictionaryPage, Integer) - Constructor for class parquet.column.values.dictionary.PlainValuesDictionary.PlainBinaryDictionary
Decodes Binary values from a DictionaryPage.
PlainBinaryDictionaryValuesWriter(int, int) - Constructor for class parquet.column.values.dictionary.DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter
 
PlainBinaryDictionaryValuesWriter(int, int, int) - Constructor for class parquet.column.values.dictionary.DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter
Constructor only used by subclasses for fixed-length byte arrays.
PlainDoubleDictionary(DictionaryPage) - Constructor for class parquet.column.values.dictionary.PlainValuesDictionary.PlainDoubleDictionary
 
PlainDoubleDictionaryValuesWriter(int, int) - Constructor for class parquet.column.values.dictionary.DictionaryValuesWriter.PlainDoubleDictionaryValuesWriter
 
PlainFixedLenArrayDictionaryValuesWriter(int, int, int) - Constructor for class parquet.column.values.dictionary.DictionaryValuesWriter.PlainFixedLenArrayDictionaryValuesWriter
 
PlainFloatDictionary(DictionaryPage) - Constructor for class parquet.column.values.dictionary.PlainValuesDictionary.PlainFloatDictionary
 
PlainFloatDictionaryValuesWriter(int, int) - Constructor for class parquet.column.values.dictionary.DictionaryValuesWriter.PlainFloatDictionaryValuesWriter
 
PlainIntegerDictionary(DictionaryPage) - Constructor for class parquet.column.values.dictionary.PlainValuesDictionary.PlainIntegerDictionary
 
PlainIntegerDictionaryValuesWriter(int, int) - Constructor for class parquet.column.values.dictionary.DictionaryValuesWriter.PlainIntegerDictionaryValuesWriter
 
PlainLongDictionary(DictionaryPage) - Constructor for class parquet.column.values.dictionary.PlainValuesDictionary.PlainLongDictionary
 
PlainLongDictionaryValuesWriter(int, int) - Constructor for class parquet.column.values.dictionary.DictionaryValuesWriter.PlainLongDictionaryValuesWriter
 
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.PlainDoubleDictionary - Class in parquet.column.values.dictionary
a simple implementation of dictionary for plain encoded double values
PlainValuesDictionary.PlainFloatDictionary - Class in parquet.column.values.dictionary
a simple implementation of dictionary for plain encoded float values
PlainValuesDictionary.PlainIntegerDictionary - Class in parquet.column.values.dictionary
a simple implementation of dictionary for plain encoded integer values
PlainValuesDictionary.PlainLongDictionary - Class in parquet.column.values.dictionary
a simple implementation of dictionary for plain encoded long values
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.FloatPlainValuesReader - Class in parquet.column.values.plain
 
PlainValuesReader.IntegerPlainValuesReader - Class in parquet.column.values.plain
 
PlainValuesReader.LongPlainValuesReader - Class in parquet.column.values.plain
 
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
 
positiveLongFitsInAnInt(long) - Static method in class parquet.hadoop.metadata.ColumnChunkMetaData
checks that a positive long value fits in an int.
pr1 - Static variable in class parquet.example.Paper
 
pr2 - Static variable in class parquet.example.Paper
 
precision(int) - Method in class parquet.schema.Types.PrimitiveBuilder
Adds the precision for a DECIMAL.
Preconditions - Class in parquet
Utility for parameter validation
prepareForRead(Configuration, Map<String, String>, MessageType, ReadSupport.ReadContext) - Method in class parquet.avro.AvroReadSupport
 
prepareForRead(Configuration, Map<String, String>, MessageType, ReadSupport.ReadContext) - Method in class parquet.hadoop.api.ReadSupport
called in RecordReader.initialize(org.apache.hadoop.mapreduce.InputSplit, org.apache.hadoop.mapreduce.TaskAttemptContext) in the back end the returned RecordConsumer will materialize the records and add them to the destination
prepareForRead(Configuration, Map<String, String>, MessageType, ReadSupport.ReadContext) - Method in class parquet.hadoop.example.GroupReadSupport
 
prepareForRead(Configuration, Map<String, String>, MessageType, ReadSupport.ReadContext) - Method in class parquet.tools.read.SimpleReadSupport
 
prepareForWrite(RecordConsumer) - Method in class parquet.avro.AvroWriteSupport
 
prepareForWrite(RecordConsumer) - Method in class parquet.hadoop.api.WriteSupport
This will be called once per row group
prepareForWrite(RecordConsumer) - Method in class parquet.hadoop.example.GroupWriteSupport
 
prettyPrint() - Method in class parquet.tools.read.SimpleRecord
 
prettyPrint(PrintWriter) - Method in class parquet.tools.read.SimpleRecord
 
prettyPrint(PrintWriter, int) - Method in class parquet.tools.read.SimpleRecord
 
PrettyPrintWriter - Class in parquet.tools.util
 
PrettyPrintWriter.Builder - Class in parquet.tools.util
 
PrettyPrintWriter.Line - Class in parquet.tools.util
 
PrettyPrintWriter.Span - Class in parquet.tools.util
 
PrettyPrintWriter.WhiteSpaceHandler - Enum in parquet.tools.util
 
Primitive - Class in parquet.example.data.simple
 
Primitive() - Constructor for class parquet.example.data.simple.Primitive
 
primitive(PrimitiveType.PrimitiveTypeName, Type.Repetition) - Method in class parquet.schema.Types.GroupBuilder
 
primitive(PrimitiveType.PrimitiveTypeName, Type.Repetition) - Static method in class parquet.schema.Types
 
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, int, String) - Constructor for class parquet.schema.PrimitiveType
 
PrimitiveType(Type.Repetition, PrimitiveType.PrimitiveTypeName, String, OriginalType) - Constructor for class parquet.schema.PrimitiveType
 
PrimitiveType(Type.Repetition, PrimitiveType.PrimitiveTypeName, int, 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
 
print(String) - Method in class parquet.tools.util.PrettyPrintWriter
 
print(boolean) - Method in class parquet.tools.util.PrettyPrintWriter
 
print(char) - Method in class parquet.tools.util.PrettyPrintWriter
 
print(int) - Method in class parquet.tools.util.PrettyPrintWriter
 
print(long) - Method in class parquet.tools.util.PrettyPrintWriter
 
print(float) - Method in class parquet.tools.util.PrettyPrintWriter
 
print(double) - Method in class parquet.tools.util.PrettyPrintWriter
 
print(char[]) - Method in class parquet.tools.util.PrettyPrintWriter
 
print(Object) - Method in class parquet.tools.util.PrettyPrintWriter
 
printf(String, Object...) - Method in class parquet.tools.util.PrettyPrintWriter
 
printf(Locale, String, Object...) - Method in class parquet.tools.util.PrettyPrintWriter
 
PrintFooter - Class in parquet.hadoop
Utility to print footer information
PrintFooter() - Constructor for class parquet.hadoop.PrintFooter
 
println() - Method in class parquet.tools.util.PrettyPrintWriter
 
println(String) - Method in class parquet.tools.util.PrettyPrintWriter
 
println(boolean) - Method in class parquet.tools.util.PrettyPrintWriter
 
println(char) - Method in class parquet.tools.util.PrettyPrintWriter
 
println(int) - Method in class parquet.tools.util.PrettyPrintWriter
 
println(long) - Method in class parquet.tools.util.PrettyPrintWriter
 
println(float) - Method in class parquet.tools.util.PrettyPrintWriter
 
println(double) - Method in class parquet.tools.util.PrettyPrintWriter
 
println(char[]) - Method in class parquet.tools.util.PrettyPrintWriter
 
println(Object) - Method in class parquet.tools.util.PrettyPrintWriter
 
PROTOCOL - Static variable in interface parquet.avro.Cars.Callback
 
PROTOCOL - Static variable in interface parquet.avro.Cars
 
put(int, Object) - Method in class parquet.avro.Car
 
put(int, Object) - Method in class parquet.avro.Engine
 
put(int, Object) - Method in class parquet.avro.LeatherTrim
 
put(int, Object) - Method in class parquet.avro.NewCar
 
put(int, Object) - Method in class parquet.avro.Service
 
put(int, Object) - Method in class parquet.avro.ShortCar
 
put(int, Object) - Method in class parquet.avro.Stereo
 

R

r1 - Static variable in class parquet.example.Paper
 
r2 - Static variable in class parquet.example.Paper
 
rawDataByteSize - Variable in class parquet.column.values.dictionary.DictionaryValuesWriter
 
read() - Method in class parquet.bytes.LittleEndianDataInputStream
 
read(byte[]) - Method in class parquet.bytes.LittleEndianDataInputStream
 
read(byte[], int, int) - Method in class parquet.bytes.LittleEndianDataInputStream
 
read() - Method in class parquet.column.values.bitpacking.BitPacking.BitPackingReader
 
read(byte[], int, int) - Method in class parquet.hadoop.codec.NonBlockedDecompressorStream
 
read() - Method in class parquet.hadoop.ParquetReader
 
read() - Method in class parquet.io.BaseRecordReader
 
read() - Method in class parquet.io.RecordReader
reads one record and returns it
READ_SUPPORT_CLASS - Static variable in class parquet.hadoop.ParquetInputFormat
key to configure the ReadSupport implementation
readAllFootersInParallel(Configuration, List<FileStatus>) - Static method in class parquet.hadoop.ParquetFileReader
 
readAllFootersInParallel(Configuration, FileStatus) - Static method in class parquet.hadoop.ParquetFileReader
 
readAllFootersInParallelUsingSummaryFiles(Configuration, List<FileStatus>) - Static method in class parquet.hadoop.ParquetFileReader
for files provided, check if there's a summary file.
readBoolean() - Method in class parquet.bytes.LittleEndianDataInputStream
See the general contract of the readBoolean method of DataInput.
readBoolean() - Method in class parquet.column.values.plain.BooleanPlainValuesReader
readBoolean() - Method in class parquet.column.values.rle.RunLengthBitPackingHybridValuesReader
 
readBoolean() - Method in class parquet.column.values.ValuesReader
 
readByte() - Method in class parquet.bytes.LittleEndianDataInputStream
See the general contract of the readByte method of DataInput.
readBytes() - Method in class parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesReader
 
readBytes() - Method in class parquet.column.values.deltastrings.DeltaByteArrayReader
 
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.plain.FixedLenByteArrayPlainValuesReader
 
readBytes() - Method in class parquet.column.values.ValuesReader
 
ReadContext(MessageType) - Constructor for class parquet.hadoop.api.ReadSupport.ReadContext
 
ReadContext(MessageType, Map<String, String>) - Constructor for class parquet.hadoop.api.ReadSupport.ReadContext
 
readDictionaryPage() - Method in interface parquet.column.page.PageReader
 
readDouble() - Method in class parquet.bytes.LittleEndianDataInputStream
Bytes for this operation are read from the contained input stream.
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
 
readFields(DataInput) - Method in class parquet.hadoop.ParquetInputSplit
readFloat() - Method in class parquet.bytes.LittleEndianDataInputStream
Bytes for this operation are read from the contained input stream.
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
 
readFooter(Configuration, Path) - Static method in class parquet.hadoop.ParquetFileReader
Reads the meta data block in the footer of the file
readFooter(Configuration, FileStatus) - Static method in class parquet.hadoop.ParquetFileReader
Reads the meta data block in the footer of the file
readFooters(Configuration, FileStatus) - Static method in class parquet.hadoop.ParquetFileReader
 
readFooters(Configuration, Path) - Static method in class parquet.hadoop.ParquetFileReader
 
readFully(byte[]) - Method in class parquet.bytes.LittleEndianDataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in class parquet.bytes.LittleEndianDataInputStream
See the general contract of the readFully method of DataInput.
readInt() - Method in class parquet.bytes.LittleEndianDataInputStream
Bytes for this operation are read from the contained input stream.
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.delta.DeltaBinaryPackingValuesReader
 
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
 
readIntLittleEndian(byte[], int) - Static method in class parquet.bytes.BytesUtils
reads an int in little endian at the given position
readIntLittleEndian(InputStream) - Static method in class parquet.bytes.BytesUtils
 
readIntLittleEndianOnOneByte(InputStream) - Static method in class parquet.bytes.BytesUtils
 
readIntLittleEndianOnThreeBytes(InputStream) - Static method in class parquet.bytes.BytesUtils
 
readIntLittleEndianOnTwoBytes(InputStream) - Static method in class parquet.bytes.BytesUtils
 
readIntLittleEndianPaddedOnBitWidth(InputStream, int) - Static method in class parquet.bytes.BytesUtils
 
readLong() - Method in class parquet.bytes.LittleEndianDataInputStream
Bytes for this operation are read from the contained input stream.
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
 
readNextRowGroup() - Method in class parquet.hadoop.ParquetFileReader
Reads all the columns requested from the row group at the current file position.
readOneRecord() - Method in class parquet.io.BaseRecordReader
 
readPage() - Method in interface parquet.column.page.PageReader
 
readParquetMetadata(InputStream) - Method in class parquet.format.converter.ParquetMetadataConverter
 
readShort() - Method in class parquet.bytes.LittleEndianDataInputStream
Bytes for this operation are read from the contained input stream.
readSummaryFile(Configuration, FileStatus) - Static method in class parquet.hadoop.ParquetFileReader
 
ReadSupport<T> - Class in parquet.hadoop.api
Abstraction used by the ParquetInputFormat to materialize records
ReadSupport() - Constructor for class parquet.hadoop.api.ReadSupport
 
ReadSupport.ReadContext - Class in parquet.hadoop.api
information to read the file
readUnsignedByte() - Method in class parquet.bytes.LittleEndianDataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedShort() - Method in class parquet.bytes.LittleEndianDataInputStream
Bytes for this operation are read from the contained input stream.
readUnsignedVarInt(InputStream) - Static method in class parquet.bytes.BytesUtils
 
readValueDictionaryId() - Method in class parquet.column.values.dictionary.DictionaryValuesReader
 
readValueDictionaryId() - Method in class parquet.column.values.ValuesReader
usable when the encoding is dictionary based
readZigZagVarInt(InputStream) - Static method in class parquet.bytes.BytesUtils
uses a trick mentioned in https://developers.google.com/protocol-buffers/docs/encoding to read zigZag encoded data
realInputFormat - Variable in class parquet.hadoop.mapred.DeprecatedParquetInputFormat
 
realOutputFormat - Variable in class parquet.hadoop.mapred.DeprecatedParquetOutputFormat
 
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
 
red() - Method in class parquet.tools.util.PrettyPrintWriter
 
registration - Variable in class parquet.avro.Car
Deprecated.
registration - Variable in class parquet.avro.NewCar
Deprecated.
Registry - Class in parquet.tools.command
 
Registry() - Constructor for class parquet.tools.command.Registry
 
registry - Static variable in class parquet.tools.command.Registry
 
reinit(Configuration) - Method in class parquet.hadoop.codec.SnappyCompressor
 
repeated(PrimitiveType.PrimitiveTypeName) - Method in class parquet.schema.Types.GroupBuilder
Returns a Types.PrimitiveBuilder for the repeated primitive type type.
repeated(PrimitiveType.PrimitiveTypeName) - Static method in class parquet.schema.Types
Returns a builder to construct a repeated PrimitiveType.
repeatedGroup() - Method in class parquet.schema.Types.GroupBuilder
Returns a Types.GroupBuilder to build a repeated sub-group.
repeatedGroup() - Static method in class parquet.schema.Types
Returns a builder to construct a repeated GroupType.
repetition - Variable in class parquet.schema.Types.Builder
 
repetition(Type.Repetition) - Method in class parquet.schema.Types.Builder
 
required(PrimitiveType.PrimitiveTypeName) - Method in class parquet.schema.Types.GroupBuilder
Returns a Types.PrimitiveBuilder for the required primitive type type.
required(PrimitiveType.PrimitiveTypeName) - Static method in class parquet.schema.Types
Returns a builder to construct a required PrimitiveType.
requiredGroup() - Method in class parquet.schema.Types.GroupBuilder
Returns a Types.GroupBuilder to build a required sub-group.
requiredGroup() - Static method in class parquet.schema.Types
Returns a builder to construct a required GroupType.
reset() - Method in class parquet.bytes.CapacityByteArrayOutputStream
When re-using an instance with reset, it will adjust slab size based on previous data size.
reset() - Method in class parquet.bytes.LittleEndianDataInputStream
 
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.delta.DeltaBinaryPackingValuesWriter
 
reset() - Method in class parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesWriter
 
reset() - Method in class parquet.column.values.deltastrings.DeltaByteArrayWriter
 
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.FixedLenByteArrayPlainValuesWriter
 
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
reset() - Method in class parquet.hadoop.codec.SnappyCompressor
 
reset() - Method in class parquet.hadoop.codec.SnappyDecompressor
 
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
returnClass - Variable in class parquet.schema.Types.Builder
 
reverse() - Method in class parquet.tools.util.PrettyPrintWriter
 
root - Variable in class parquet.tools.read.SimpleRecordMaterializer
 
rule(char) - Method in class parquet.tools.util.PrettyPrintWriter
 
RunLengthBitPackingHybridDecoder - Class in parquet.column.values.rle
Decodes values written in the grammar described in RunLengthBitPackingHybridEncoder
RunLengthBitPackingHybridDecoder(int, ByteArrayInputStream) - 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(int, 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

scale(int) - Method in class parquet.schema.Types.PrimitiveBuilder
Adds the scale for a DECIMAL.
schema - Static variable in class parquet.example.Paper
 
SCHEMA$ - Static variable in class parquet.avro.Car
 
SCHEMA$ - Static variable in class parquet.avro.Engine
 
SCHEMA$ - Static variable in enum parquet.avro.EngineType
 
SCHEMA$ - Static variable in class parquet.avro.LeatherTrim
 
SCHEMA$ - Static variable in class parquet.avro.NewCar
 
SCHEMA$ - Static variable in class parquet.avro.Service
 
SCHEMA$ - Static variable in class parquet.avro.ShortCar
 
SCHEMA$ - Static variable in class parquet.avro.Stereo
 
SCHEMA$ - Static variable in class parquet.avro.Vin
 
schema2 - Static variable in class parquet.example.Paper
 
schema3 - Static variable in class parquet.example.Paper
 
self() - Method in class parquet.schema.Types.Builder
 
self() - Method in class parquet.schema.Types.GroupBuilder
 
self() - Method in class parquet.schema.Types.PrimitiveBuilder
 
Service - Class in parquet.avro
 
Service() - Constructor for class parquet.avro.Service
Default constructor.
Service(Long, String) - Constructor for class parquet.avro.Service
All-args constructor.
Service.Builder - Class in parquet.avro
RecordBuilder for Service instances.
serviceHistory - Variable in class parquet.avro.Car
Deprecated.
serviceHistory - Variable in class parquet.avro.NewCar
Deprecated.
set(T) - Method in class parquet.hadoop.mapred.Container
 
setAvroReadSchema(Job, Schema) - Static method in class parquet.avro.AvroParquetInputFormat
Override the Avro schema to use for reading.
setAvroReadSchema(Configuration, Schema) - Static method in class parquet.avro.AvroReadSupport
 
setBlockSize(Configuration, int) - Static method in class parquet.hadoop.mapred.DeprecatedParquetOutputFormat
 
setBlockSize(Job, int) - Static method in class parquet.hadoop.ParquetOutputFormat
 
setBrand(String) - Method in class parquet.avro.NewCar.Builder
Sets the value of the 'brand' field
setBrand(String) - Method in class parquet.avro.NewCar
Sets the value of the 'brand' field.
setByte(long, byte) - Method in class parquet.bytes.CapacityByteArrayOutputStream
Replace the byte stored at position index in this stream with value
setCapacity(float) - Method in class parquet.avro.Engine.Builder
Sets the value of the 'capacity' field
setCapacity(Float) - Method in class parquet.avro.Engine
Sets the value of the 'capacity' field.
setColour(String) - Method in class parquet.avro.LeatherTrim.Builder
Sets the value of the 'colour' field
setColour(String) - Method in class parquet.avro.LeatherTrim
Sets the value of the 'colour' field.
setCompression(Configuration, CompressionCodecName) - Static method in class parquet.hadoop.mapred.DeprecatedParquetOutputFormat
 
setCompression(Job, CompressionCodecName) - Static method in class parquet.hadoop.ParquetOutputFormat
 
setConf(Configuration) - Method in class parquet.hadoop.codec.SnappyCodec
 
setDate(long) - Method in class parquet.avro.Service.Builder
Sets the value of the 'date' field
setDate(Long) - Method in class parquet.avro.Service
Sets the value of the 'date' field.
setDescription(String) - Method in class parquet.avro.NewCar.Builder
Sets the value of the 'description' field
setDescription(String) - Method in class parquet.avro.NewCar
Sets the value of the 'description' field.
setDictionary(byte[], int, int) - Method in class parquet.hadoop.codec.SnappyCompressor
 
setDictionary(byte[], int, int) - Method in class parquet.hadoop.codec.SnappyDecompressor
 
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().
setDictionaryPageSize(Job, int) - Static method in class parquet.hadoop.ParquetOutputFormat
 
setDoors(int) - Method in class parquet.avro.Car.Builder
Sets the value of the 'doors' field
setDoors(Integer) - Method in class parquet.avro.Car
Sets the value of the 'doors' field.
setDoors(long) - Method in class parquet.avro.NewCar.Builder
Sets the value of the 'doors' field
setDoors(Long) - Method in class parquet.avro.NewCar
Sets the value of the 'doors' field.
setEnableDictionary(Configuration, boolean) - Static method in class parquet.hadoop.mapred.DeprecatedParquetOutputFormat
 
setEnableDictionary(Job, boolean) - Static method in class parquet.hadoop.ParquetOutputFormat
 
setEngine(Engine) - Method in class parquet.avro.Car.Builder
Sets the value of the 'engine' field
setEngine(Engine) - Method in class parquet.avro.Car
Sets the value of the 'engine' field.
setEngine(Engine) - Method in class parquet.avro.NewCar.Builder
Sets the value of the 'engine' field
setEngine(Engine) - Method in class parquet.avro.NewCar
Sets the value of the 'engine' field.
setEngine(Engine) - Method in class parquet.avro.ShortCar.Builder
Sets the value of the 'engine' field
setEngine(Engine) - Method in class parquet.avro.ShortCar
Sets the value of the 'engine' field.
setHasTurboCharger(boolean) - Method in class parquet.avro.Engine.Builder
Sets the value of the 'hasTurboCharger' field
setHasTurboCharger(Boolean) - Method in class parquet.avro.Engine
Sets the value of the 'hasTurboCharger' field.
setInput(byte[], int, int) - Method in class parquet.hadoop.codec.SnappyCompressor
 
setInput(byte[], int, int) - Method in class parquet.hadoop.codec.SnappyDecompressor
Sets input data for decompression.
setMake(String) - Method in class parquet.avro.Car.Builder
Sets the value of the 'make' field
setMake(String) - Method in class parquet.avro.Car
Sets the value of the 'make' field.
setMake(String) - Method in class parquet.avro.ShortCar.Builder
Sets the value of the 'make' field
setMake(String) - Method in class parquet.avro.ShortCar
Sets the value of the 'make' field.
setMake(String) - Method in class parquet.avro.Stereo.Builder
Sets the value of the 'make' field
setMake(String) - Method in class parquet.avro.Stereo
Sets the value of the 'make' field.
setMechanic(String) - Method in class parquet.avro.Service.Builder
Sets the value of the 'mechanic' field
setMechanic(String) - Method in class parquet.avro.Service
Sets the value of the 'mechanic' field.
setMinMax(Binary, Binary) - Method in class parquet.column.statistics.BinaryStatistics
 
setMinMax(boolean, boolean) - Method in class parquet.column.statistics.BooleanStatistics
 
setMinMax(double, double) - Method in class parquet.column.statistics.DoubleStatistics
 
setMinMax(float, float) - Method in class parquet.column.statistics.FloatStatistics
 
setMinMax(int, int) - Method in class parquet.column.statistics.IntStatistics
 
setMinMax(long, long) - Method in class parquet.column.statistics.LongStatistics
 
setMinMaxFromBytes(byte[], byte[]) - Method in class parquet.column.statistics.BinaryStatistics
 
setMinMaxFromBytes(byte[], byte[]) - Method in class parquet.column.statistics.BooleanStatistics
 
setMinMaxFromBytes(byte[], byte[]) - Method in class parquet.column.statistics.DoubleStatistics
 
setMinMaxFromBytes(byte[], byte[]) - Method in class parquet.column.statistics.FloatStatistics
 
setMinMaxFromBytes(byte[], byte[]) - Method in class parquet.column.statistics.IntStatistics
 
setMinMaxFromBytes(byte[], byte[]) - Method in class parquet.column.statistics.LongStatistics
 
setMinMaxFromBytes(byte[], byte[]) - Method in class parquet.column.statistics.Statistics
Abstract method to set min and max values from byte arrays.
setModel(String) - Method in class parquet.avro.Car.Builder
Sets the value of the 'model' field
setModel(String) - Method in class parquet.avro.Car
Sets the value of the 'model' field.
setModel(String) - Method in class parquet.avro.NewCar.Builder
Sets the value of the 'model' field
setModel(String) - Method in class parquet.avro.NewCar
Sets the value of the 'model' field.
setNumNulls(long) - Method in class parquet.column.statistics.Statistics
Sets the number of nulls to the parameter value
setOpt(int) - Method in class parquet.avro.NewCar.Builder
Sets the value of the 'opt' field
setOpt(Integer) - Method in class parquet.avro.NewCar
Sets the value of the 'opt' field.
setOptionalExtra(Object) - Method in class parquet.avro.Car.Builder
Sets the value of the 'optionalExtra' field
setOptionalExtra(Object) - Method in class parquet.avro.Car
Sets the value of the 'optionalExtra' field.
setOptionalExtra(Object) - Method in class parquet.avro.NewCar.Builder
Sets the value of the 'optionalExtra' field
setOptionalExtra(Object) - Method in class parquet.avro.NewCar
Sets the value of the 'optionalExtra' field.
setPageSize(Configuration, int) - Static method in class parquet.hadoop.mapred.DeprecatedParquetOutputFormat
 
setPageSize(Job, int) - Static method in class parquet.hadoop.ParquetOutputFormat
 
setPath(String) - Method in class parquet.hadoop.metadata.BlockMetaData
 
setReadSupportClass(Job, Class<?>) - Static method in class parquet.hadoop.ParquetInputFormat
 
setReadSupportClass(JobConf, Class<?>) - Static method in class parquet.hadoop.ParquetInputFormat
 
setRegistration(String) - Method in class parquet.avro.Car.Builder
Sets the value of the 'registration' field
setRegistration(String) - Method in class parquet.avro.Car
Sets the value of the 'registration' field.
setRegistration(String) - Method in class parquet.avro.NewCar.Builder
Sets the value of the 'registration' field
setRegistration(String) - Method in class parquet.avro.NewCar
Sets the value of the 'registration' field.
setRequestedProjection(Job, Schema) - Static method in class parquet.avro.AvroParquetInputFormat
Set the subset of columns to read (projection pushdown).
setRequestedProjection(Configuration, Schema) - Static method in class parquet.avro.AvroReadSupport
 
setRowCount(long) - Method in class parquet.hadoop.metadata.BlockMetaData
 
setSchema(Job, Schema) - Static method in class parquet.avro.AvroParquetOutputFormat
Set the Avro schema to use for writing.
setSchema(Configuration, Schema) - Static method in class parquet.avro.AvroWriteSupport
 
setSchema(Job, MessageType) - Static method in class parquet.hadoop.example.ExampleOutputFormat
set the schema being written to the job conf
setSchema(MessageType, Configuration) - Static method in class parquet.hadoop.example.GroupWriteSupport
 
setServiceHistory(List<Service>) - Method in class parquet.avro.Car.Builder
Sets the value of the 'serviceHistory' field
setServiceHistory(List<Service>) - Method in class parquet.avro.Car
Sets the value of the 'serviceHistory' field.
setServiceHistory(List<Service>) - Method in class parquet.avro.NewCar.Builder
Sets the value of the 'serviceHistory' field
setServiceHistory(List<Service>) - Method in class parquet.avro.NewCar
Sets the value of the 'serviceHistory' field.
setSpeakers(int) - Method in class parquet.avro.Stereo.Builder
Sets the value of the 'speakers' field
setSpeakers(Integer) - Method in class parquet.avro.Stereo
Sets the value of the 'speakers' field.
setTabLevel(int) - Method in class parquet.tools.util.PrettyPrintWriter
 
setTotalByteSize(long) - Method in class parquet.hadoop.metadata.BlockMetaData
 
setType(EngineType) - Method in class parquet.avro.Engine.Builder
Sets the value of the 'type' field
setType(EngineType) - Method in class parquet.avro.Engine
Sets the value of the 'type' field.
setUnboundRecordFilter(Job, Class<? extends UnboundRecordFilter>) - Static method in class parquet.hadoop.ParquetInputFormat
 
setValidation(JobContext, boolean) - Static method in class parquet.hadoop.ParquetOutputFormat
 
setValidation(Configuration, boolean) - Static method in class parquet.hadoop.ParquetOutputFormat
 
setVin(Vin) - Method in class parquet.avro.Car.Builder
Sets the value of the 'vin' field
setVin(Vin) - Method in class parquet.avro.Car
Sets the value of the 'vin' field.
setVin(Vin) - Method in class parquet.avro.NewCar.Builder
Sets the value of the 'vin' field
setVin(Vin) - Method in class parquet.avro.NewCar
Sets the value of the 'vin' field.
setVin(Vin) - Method in class parquet.avro.ShortCar.Builder
Sets the value of the 'vin' field
setVin(Vin) - Method in class parquet.avro.ShortCar
Sets the value of the 'vin' field.
setWriteSupportClass(Configuration, Class<?>) - Static method in class parquet.hadoop.mapred.DeprecatedParquetOutputFormat
 
setWriteSupportClass(Job, Class<?>) - Static method in class parquet.hadoop.ParquetOutputFormat
 
setWriteSupportClass(JobConf, Class<?>) - Static method in class parquet.hadoop.ParquetOutputFormat
 
setYear(long) - Method in class parquet.avro.Car.Builder
Sets the value of the 'year' field
setYear(Long) - Method in class parquet.avro.Car
Sets the value of the 'year' field.
setYear(long) - Method in class parquet.avro.NewCar.Builder
Sets the value of the 'year' field
setYear(Long) - Method in class parquet.avro.NewCar
Sets the value of the 'year' field.
setYear(long) - Method in class parquet.avro.ShortCar.Builder
Sets the value of the 'year' field
setYear(Long) - Method in class parquet.avro.ShortCar
Sets the value of the 'year' field.
ShortCar - Class in parquet.avro
 
ShortCar() - Constructor for class parquet.avro.ShortCar
Default constructor.
ShortCar(String, Engine, Long, Vin) - Constructor for class parquet.avro.ShortCar
All-args constructor.
ShortCar.Builder - Class in parquet.avro
RecordBuilder for ShortCar instances.
showDetails(PrettyPrintWriter, ParquetMetadata) - Static method in class parquet.tools.util.MetadataUtils
 
showDetails(PrettyPrintWriter, FileMetaData) - Static method in class parquet.tools.util.MetadataUtils
 
showDetails(PrettyPrintWriter, BlockMetaData) - Static method in class parquet.tools.util.MetadataUtils
 
showDetails(PrettyPrintWriter, List<ColumnChunkMetaData>) - Static method in class parquet.tools.util.MetadataUtils
 
showDetails(PrettyPrintWriter, ColumnChunkMetaData) - Static method in class parquet.tools.util.MetadataUtils
 
showDetails(PrettyPrintWriter, ColumnDescriptor) - Static method in class parquet.tools.util.MetadataUtils
 
showDetails(PrettyPrintWriter, MessageType) - Static method in class parquet.tools.util.MetadataUtils
 
showDetails(PrettyPrintWriter, GroupType) - Static method in class parquet.tools.util.MetadataUtils
 
showDetails(PrettyPrintWriter, PrimitiveType) - Static method in class parquet.tools.util.MetadataUtils
 
showDetails(PrettyPrintWriter, Type) - Static method in class parquet.tools.util.MetadataUtils
 
ShowMetaCommand - Class in parquet.tools.command
 
ShowMetaCommand() - Constructor for class parquet.tools.command.ShowMetaCommand
 
ShowSchemaCommand - Class in parquet.tools.command
 
ShowSchemaCommand() - Constructor for class parquet.tools.command.ShowSchemaCommand
 
showUsage(HelpFormatter, PrintWriter, String, Command) - Static method in class parquet.tools.Main
 
showUsage(String, Command) - Static method in class parquet.tools.Main
 
showUsage() - Static method in class parquet.tools.Main
 
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
 
SimpleReadSupport - Class in parquet.tools.read
 
SimpleReadSupport() - Constructor for class parquet.tools.read.SimpleReadSupport
 
SimpleRecord - Class in parquet.tools.read
 
SimpleRecord() - Constructor for class parquet.tools.read.SimpleRecord
 
SimpleRecord.NameValue - Class in parquet.tools.read
 
SimpleRecordConverter - Class in parquet.tools.read
 
SimpleRecordConverter(GroupType) - Constructor for class parquet.tools.read.SimpleRecordConverter
 
SimpleRecordConverter(GroupType, String, SimpleRecordConverter) - Constructor for class parquet.tools.read.SimpleRecordConverter
 
SimpleRecordMaterializer - Class in parquet.tools.read
 
SimpleRecordMaterializer(MessageType) - Constructor for class parquet.tools.read.SimpleRecordMaterializer
 
size() - Method in class parquet.bytes.BytesInput
 
size() - Method in class parquet.bytes.CapacityByteArrayOutputStream
 
size() - Method in class parquet.column.values.dictionary.IntList
 
size() - Method in class parquet.hadoop.metadata.ColumnPath
 
size() - Method in class parquet.hadoop.metadata.EncodingList
 
skip(long) - Method in class parquet.bytes.LittleEndianDataInputStream
 
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.delta.DeltaBinaryPackingValuesReader
 
skip() - Method in class parquet.column.values.deltalengthbytearray.DeltaLengthByteArrayValuesReader
 
skip() - Method in class parquet.column.values.deltastrings.DeltaByteArrayReader
 
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.FixedLenByteArrayPlainValuesReader
 
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
skipBytes(int) - Method in class parquet.bytes.LittleEndianDataInputStream
See the general contract of the skipBytes method of DataInput.
SnappyCodec - Class in parquet.hadoop.codec
Snappy compression codec for Parquet.
SnappyCodec() - Constructor for class parquet.hadoop.codec.SnappyCodec
 
SnappyCompressor - Class in parquet.hadoop.codec
This class is a wrapper around the snappy compressor.
SnappyCompressor() - Constructor for class parquet.hadoop.codec.SnappyCompressor
 
SnappyDecompressor - Class in parquet.hadoop.codec
 
SnappyDecompressor() - Constructor for class parquet.hadoop.codec.SnappyDecompressor
 
SnappyUtil - Class in parquet.hadoop.codec
Utilities for SnappyCompressor and SnappyDecompressor.
SnappyUtil() - Constructor for class parquet.hadoop.codec.SnappyUtil
 
spaceOut(int, int) - Method in class parquet.tools.util.PrettyPrintWriter.Line
 
spaceOut(int, int) - Method in class parquet.tools.util.PrettyPrintWriter.Span
 
Span(String) - Constructor for class parquet.tools.util.PrettyPrintWriter.Span
 
Span(String, String) - Constructor for class parquet.tools.util.PrettyPrintWriter.Span
 
speakers - Variable in class parquet.avro.Stereo
Deprecated.
start() - Method in class parquet.hadoop.ParquetFileWriter
start the file
start() - Method in class parquet.io.api.GroupConverter
called at the beginning of the group managed by this converter
start() - Method in class parquet.tools.read.SimpleRecordConverter
 
startBlock(long) - Method in class parquet.hadoop.ParquetFileWriter
start a block
startColumn(ColumnDescriptor, long, CompressionCodecName) - Method in class parquet.hadoop.ParquetFileWriter
start a column inside a block
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
Statistics - Class in parquet.column.statistics
Statistics class to keep track of statistics in parquet pages and column chunks
Statistics() - Constructor for class parquet.column.statistics.Statistics
 
StatisticsClassException - Exception in parquet.column.statistics
Thrown if the two Statistics objects have mismatching types
StatisticsClassException(String, String) - Constructor for exception parquet.column.statistics.StatisticsClassException
 
stderrPrettyPrinter() - Static method in class parquet.tools.util.PrettyPrintWriter
 
stdoutPrettyPrinter() - Static method in class parquet.tools.util.PrettyPrintWriter
 
Stereo - Class in parquet.avro
 
Stereo() - Constructor for class parquet.avro.Stereo
Default constructor.
Stereo(String, Integer) - Constructor for class parquet.avro.Stereo
All-args constructor.
Stereo.Builder - Class in parquet.avro
RecordBuilder for Stereo instances.
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
 
supportsExtraArgs() - Method in class parquet.tools.command.ArgsOnlyCommand
 
supportsExtraArgs() - Method in interface parquet.tools.command.Command
 

T

TAB_SIZE - Static variable in class parquet.tools.read.SimpleRecord
 
TABS - Static variable in class parquet.tools.command.DumpCommand
 
TABS - Static variable in class parquet.tools.command.ShowMetaCommand
 
toArray() - Method in class parquet.hadoop.metadata.ColumnPath
 
toBinary() - Method in class parquet.example.data.simple.NanoTime
 
toByteArray() - Method in class parquet.bytes.BytesInput
 
toByteBuffer() - Method in class parquet.io.api.Binary
 
toBytes() - Method in class parquet.column.values.bitpacking.ByteBasedBitPackingEncoder
 
toBytes() - Method in class parquet.column.values.rle.RunLengthBitPackingHybridEncoder
 
toCanonical(T) - Method in class parquet.hadoop.metadata.Canonicalizer
 
toInt96() - Method in class parquet.example.data.simple.NanoTime
 
toJSON(ParquetMetadata) - Static method in class parquet.hadoop.metadata.ParquetMetadata
 
toList() - Method in class parquet.hadoop.metadata.EncodingList
 
toParquetMetadata(int, ParquetMetadata) - Method in class parquet.format.converter.ParquetMetadataConverter
 
toParquetStatistics(Statistics) - Static method in class parquet.format.converter.ParquetMetadataConverter
 
toPrettyJSON(ParquetMetadata) - Static method in class parquet.hadoop.metadata.ParquetMetadata
 
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.statistics.BinaryStatistics
 
toString() - Method in class parquet.column.statistics.BooleanStatistics
 
toString() - Method in class parquet.column.statistics.DoubleStatistics
 
toString() - Method in class parquet.column.statistics.FloatStatistics
 
toString() - Method in class parquet.column.statistics.IntStatistics
 
toString() - Method in class parquet.column.statistics.LongStatistics
 
toString() - Method in class parquet.column.statistics.Statistics
toString() to display min, max, num_nulls in a string
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.Int96Value
 
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.NanoTime
 
toString() - Method in class parquet.example.data.simple.SimpleGroup
 
toString(String) - Method in class parquet.example.data.simple.SimpleGroup
 
toString() - Method in class parquet.hadoop.Footer
 
toString() - Method in class parquet.hadoop.metadata.BlockMetaData
 
toString() - Method in class parquet.hadoop.metadata.ColumnChunkMetaData
 
toString() - Method in class parquet.hadoop.metadata.ColumnChunkProperties
 
toString() - Method in class parquet.hadoop.metadata.ColumnPath
 
toString() - Method in class parquet.hadoop.metadata.FileMetaData
 
toString() - Method in class parquet.hadoop.metadata.GlobalMetaData
 
toString() - Method in class parquet.hadoop.metadata.ParquetMetadata
 
toString() - Method in class parquet.hadoop.ParquetInputSplit
 
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
toString() - Method in class parquet.tools.read.SimpleRecord.NameValue
 
toString() - Method in class parquet.tools.read.SimpleRecord
 
toString(StringBuilder) - Method in class parquet.tools.util.PrettyPrintWriter.Line
 
toString() - Method in class parquet.tools.util.PrettyPrintWriter.Span
 
toString(StringBuilder) - Method in class parquet.tools.util.PrettyPrintWriter.Span
 
toStringUsingUTF8() - Method in class parquet.io.api.Binary
 
trimTo(int, PrettyPrintWriter.Span) - Method in class parquet.tools.util.PrettyPrintWriter.Line
 
trimTo(int, PrettyPrintWriter.Span) - Method in class parquet.tools.util.PrettyPrintWriter.Span
 
type - Variable in class parquet.avro.Engine
Deprecated.
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
Constraint on the repetition of a field
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
 
Types - Class in parquet.schema
This class provides fluent builders that produce Parquet schema Types.
Types() - Constructor for class parquet.schema.Types
 
Types.Builder<T extends Types.Builder,P> - Class in parquet.schema
A base builder for Type objects.
Types.GroupBuilder<P> - Class in parquet.schema
A builder for GroupType objects.
Types.MessageTypeBuilder - Class in parquet.schema
 
Types.PrimitiveBuilder<P> - Class in parquet.schema
A builder for PrimitiveType objects.
TypeVisitor - Interface in parquet.schema
Implement this interface to visit a schema type.accept(new TypeVisitor() { ...

U

UNBOUND_RECORD_FILTER - Static variable in class parquet.hadoop.ParquetInputFormat
key to configure the filter
UnboundRecordFilter - Interface in parquet.filter
Builder for a record filter.
underscore() - Method in class parquet.tools.util.PrettyPrintWriter
 
union(Type) - Method in class parquet.schema.GroupType
 
union(MessageType) - Method in class parquet.schema.MessageType
 
union(Type) - Method in class parquet.schema.PrimitiveType
 
union(Type) - Method in class parquet.schema.Type
 
UnknownColumnException - Exception in parquet.column
Thrown if the specified column is unknown in the underlying storage
UnknownColumnException(ColumnDescriptor) - Constructor for exception parquet.column.UnknownColumnException
 
UnknownColumnTypeException - Exception in parquet.column
Thrown if the specified column type is unknown in the underlying storage
UnknownColumnTypeException(PrimitiveType.PrimitiveTypeName) - Constructor for exception parquet.column.UnknownColumnTypeException
 
unpack32Values(byte[], int, int[], int) - Method in class parquet.column.values.bitpacking.BytePacker
unpack bitWidth * 4 bytes from input at inPos into 32 values in output at outPos.
unpack32Values(int[], int, int[], int) - Method in class parquet.column.values.bitpacking.IntPacker
unpack bitWidth ints from input at inPos into 32 values in output at outPos.
unpack8Values(byte[], int, int[], int) - Method in class parquet.column.values.bitpacking.BytePacker
unpack bitWidth bytes from input at inPos into 8 values in output at outPos.
updateStats(Binary) - Method in class parquet.column.statistics.BinaryStatistics
 
updateStats(Binary, Binary) - Method in class parquet.column.statistics.BinaryStatistics
 
updateStats(boolean) - Method in class parquet.column.statistics.BooleanStatistics
 
updateStats(boolean, boolean) - Method in class parquet.column.statistics.BooleanStatistics
 
updateStats(double) - Method in class parquet.column.statistics.DoubleStatistics
 
updateStats(double, double) - Method in class parquet.column.statistics.DoubleStatistics
 
updateStats(float) - Method in class parquet.column.statistics.FloatStatistics
 
updateStats(float, float) - Method in class parquet.column.statistics.FloatStatistics
 
updateStats(int) - Method in class parquet.column.statistics.IntStatistics
 
updateStats(int, int) - Method in class parquet.column.statistics.IntStatistics
 
updateStats(long) - Method in class parquet.column.statistics.LongStatistics
 
updateStats(long, long) - Method in class parquet.column.statistics.LongStatistics
 
updateStats(int) - Method in class parquet.column.statistics.Statistics
updates statistics min and max using the passed value
updateStats(long) - Method in class parquet.column.statistics.Statistics
updates statistics min and max using the passed value
updateStats(float) - Method in class parquet.column.statistics.Statistics
updates statistics min and max using the passed value
updateStats(double) - Method in class parquet.column.statistics.Statistics
updates statistics min and max using the passed value
updateStats(boolean) - Method in class parquet.column.statistics.Statistics
updates statistics min and max using the passed value
updateStats(Binary) - Method in class parquet.column.statistics.Statistics
updates statistics min and max using the passed value
USAGE - Static variable in class parquet.tools.command.CatCommand
 
USAGE - Static variable in class parquet.tools.command.DumpCommand
 
USAGE - Static variable in class parquet.tools.command.HeadCommand
 
USAGE - Static variable in class parquet.tools.command.ShowMetaCommand
 
USAGE - Static variable in class parquet.tools.command.ShowSchemaCommand
 
usesDictionary() - Method in enum parquet.column.Encoding
 
UTF8 - Static variable in class parquet.bytes.BytesUtils
 

V

validateBuffer(byte[], int, int) - Static method in class parquet.hadoop.codec.SnappyUtil
 
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
 
VALIDATION - Static variable in class parquet.hadoop.ParquetOutputFormat
 
valueOf(String) - Static method in enum parquet.avro.EngineType
Returns the enum constant of this type with the specified name.
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.ParquetProperties.WriterVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum parquet.column.values.bitpacking.Packer
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.hadoop.metadata.CompressionCodecName
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.
valueOf(String) - Static method in enum parquet.tools.util.PrettyPrintWriter.WhiteSpaceHandler
Returns the enum constant of this type with the specified name.
values() - Static method in enum parquet.avro.EngineType
Returns an array containing the constants of this enum type, in the order they are declared.
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.ParquetProperties.WriterVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum parquet.column.values.bitpacking.Packer
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.hadoop.metadata.CompressionCodecName
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.
values() - Static method in enum parquet.tools.util.PrettyPrintWriter.WhiteSpaceHandler
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
 
Version - Class in parquet
The version of the library parquet-mr version 1.0.0-SNAPSHOT (build 6cf94d29b2b7115df4de2c06e2ab4326d721eb55)
Version() - Constructor for class parquet.Version
 
VERSION_NUMBER - Static variable in class parquet.Version
 
vin - Variable in class parquet.avro.Car
Deprecated.
vin - Variable in class parquet.avro.NewCar
Deprecated.
vin - Variable in class parquet.avro.ShortCar
Deprecated.
Vin - Class in parquet.avro
 
Vin() - Constructor for class parquet.avro.Vin
Creates a new Vin
Vin(byte[]) - Constructor for class parquet.avro.Vin
Creates a new Vin with the given bytes
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

WARN - Static variable in class parquet.Log
 
warn(Object) - Method in class parquet.Log
prints a warn message
warn(Object, Throwable) - Method in class parquet.Log
prints a warn message
white() - Method in class parquet.tools.util.PrettyPrintWriter
 
WHOLE - Static variable in class parquet.tools.command.ShowSchemaCommand
 
withAutoColumn() - Method in class parquet.tools.util.PrettyPrintWriter.Builder
 
withAutoColumn(char) - Method in class parquet.tools.util.PrettyPrintWriter.Builder
 
withAutoColumn(char, int) - Method in class parquet.tools.util.PrettyPrintWriter.Builder
 
withAutoCrop() - Method in class parquet.tools.util.PrettyPrintWriter.Builder
 
withAutoCrop(int) - Method in class parquet.tools.util.PrettyPrintWriter.Builder
 
withAutoCrop(int, String) - Method in class parquet.tools.util.PrettyPrintWriter.Builder
 
withAutoCrop(int, PrettyPrintWriter.Span) - Method in class parquet.tools.util.PrettyPrintWriter.Builder
 
withAutoFlush() - Method in class parquet.tools.util.PrettyPrintWriter.Builder
 
withColumnPadding(int) - Method in class parquet.tools.util.PrettyPrintWriter.Builder
 
withFlushOnTab() - Method in class parquet.tools.util.PrettyPrintWriter.Builder
 
withMaxBufferedLines(long) - Method in class parquet.tools.util.PrettyPrintWriter.Builder
 
withTabSize(int) - Method in class parquet.tools.util.PrettyPrintWriter.Builder
 
withWhitespaceHandler(PrettyPrintWriter.WhiteSpaceHandler) - Method in class parquet.tools.util.PrettyPrintWriter.Builder
 
write(IndexedRecord) - Method in class parquet.avro.AvroWriteSupport
 
write(int) - Method in class parquet.bytes.CapacityByteArrayOutputStream
 
write(byte[], int, int) - Method in class parquet.bytes.CapacityByteArrayOutputStream
 
write(int) - Method in class parquet.bytes.LittleEndianDataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(byte[], int, int) - Method in class parquet.bytes.LittleEndianDataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
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(int) - Method in class parquet.column.values.bitpacking.BitPacking.BitPackingWriter
will write the bits to the underlying stream aligned on the buffer size
write(Group) - Method in class parquet.example.data.GroupWriter
 
write(T) - Method in class parquet.hadoop.api.WriteSupport
called once per record
write(byte[], int, int) - Method in class parquet.hadoop.codec.NonBlockedCompressorStream
 
write(Group) - Method in class parquet.hadoop.example.GroupWriteSupport
 
write(DataOutput) - Method in class parquet.hadoop.ParquetInputSplit
write(Void, T) - Method in class parquet.hadoop.ParquetRecordWriter
write(T) - Method in class parquet.hadoop.ParquetWriter
 
WRITE_SUPPORT_CLASS - Static variable in class parquet.hadoop.ParquetOutputFormat
 
writeAllTo(OutputStream) - Method in class parquet.bytes.BytesInput
writes the bytes into a stream
writeBoolean(boolean) - Method in class parquet.bytes.LittleEndianDataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
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.rle.RunLengthBitPackingHybridValuesWriter
 
writeBoolean(boolean) - Method in class parquet.column.values.ValuesWriter
 
writeByte(int) - Method in class parquet.bytes.LittleEndianDataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
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.deltalengthbytearray.DeltaLengthByteArrayValuesWriter
 
writeBytes(Binary) - Method in class parquet.column.values.deltastrings.DeltaByteArrayWriter
 
writeBytes(Binary) - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainBinaryDictionaryValuesWriter
 
writeBytes(Binary) - Method in class parquet.column.values.dictionary.DictionaryValuesWriter.PlainFixedLenArrayDictionaryValuesWriter
 
writeBytes(Binary) - Method in class parquet.column.values.plain.FixedLenByteArrayPlainValuesWriter
 
writeBytes(Binary) - Method in class parquet.column.values.plain.PlainValuesWriter
 
writeBytes(Binary) - Method in class parquet.column.values.ValuesWriter
 
WriteContext(MessageType, Map<String, String>) - Constructor for class parquet.hadoop.api.WriteSupport.WriteContext
 
writeCurrentValueToConverter() - Method in interface parquet.column.ColumnReader
writes the current value to the converter
writeDataPage(int, int, BytesInput, Encoding, Encoding, Encoding) - Method in class parquet.hadoop.ParquetFileWriter
Deprecated.
writeDataPage(int, int, BytesInput, Statistics, Encoding, Encoding, Encoding) - Method in class parquet.hadoop.ParquetFileWriter
writes a single page
writeDataPageHeader(int, int, int, Encoding, Encoding, Encoding, OutputStream) - Method in class parquet.format.converter.ParquetMetadataConverter
Deprecated.
writeDataPageHeader(int, int, int, Statistics, Encoding, Encoding, Encoding, OutputStream) - Method in class parquet.format.converter.ParquetMetadataConverter
 
writeDictionaryPage(DictionaryPage) - Method in interface parquet.column.page.PageWriter
writes a dictionary page
writeDictionaryPage(DictionaryPage) - Method in class parquet.hadoop.ParquetFileWriter
writes a dictionary page page
writeDictionaryPageHeader(int, int, int, Encoding, OutputStream) - Method in class parquet.format.converter.ParquetMetadataConverter
 
writeDouble(double) - Method in class parquet.bytes.LittleEndianDataOutputStream
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the underlying output stream as an 8-byte quantity, low byte first.
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.bytes.LittleEndianDataOutputStream
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the underlying output stream as a 4-byte quantity, low byte first.
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.bytes.LittleEndianDataOutputStream
Writes an int to the underlying output stream as four bytes, low byte first.
writeInt(int) - Method in class parquet.column.values.bitpacking.ByteBasedBitPackingEncoder
writes an int using the requested number of bits.
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.delta.DeltaBinaryPackingValuesWriter
 
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
 
writeIntLittleEndian(OutputStream, int) - Static method in class parquet.bytes.BytesUtils
 
writeIntLittleEndianOnOneByte(OutputStream, int) - Static method in class parquet.bytes.BytesUtils
 
writeIntLittleEndianOnThreeBytes(OutputStream, int) - Static method in class parquet.bytes.BytesUtils
 
writeIntLittleEndianOnTwoBytes(OutputStream, int) - Static method in class parquet.bytes.BytesUtils
 
writeIntLittleEndianPaddedOnBitWidth(OutputStream, int, int) - Static method in class parquet.bytes.BytesUtils
Write a little endian int to out, using the the number of bytes required by bit width
writeLong(long) - Method in class parquet.bytes.LittleEndianDataOutputStream
Writes a long to the underlying output stream as eight bytes, low byte first.
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
 
writeMetadataFile(Configuration, Path, List<Footer>) - Static method in class parquet.hadoop.ParquetFileWriter
writes a _metadata file
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
Deprecated.
writePage(BytesInput, int, Statistics, Encoding, Encoding, Encoding) - Method in interface parquet.column.page.PageWriter
writes a single page
WRITER_VERSION - Static variable in class parquet.hadoop.ParquetOutputFormat
 
writeShort(int) - Method in class parquet.bytes.LittleEndianDataOutputStream
Writes a short to the underlying output stream as two bytes, low byte first.
WriteSupport<T> - Class in parquet.hadoop.api
Abstraction to use with ParquetOutputFormat to convert incoming records
WriteSupport() - Constructor for class parquet.hadoop.api.WriteSupport
 
WriteSupport.WriteContext - Class in parquet.hadoop.api
information to be persisted in the file
writeTo(OutputStream) - Method in class parquet.bytes.CapacityByteArrayOutputStream
Writes the complete contents of this buffer to the specified output stream argument.
writeTo(OutputStream) - Method in class parquet.io.api.Binary
 
writeTo(DataOutput) - 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
writeUnsignedVarInt(int, OutputStream) - Static method in class parquet.bytes.BytesUtils
 
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.Int96Value
 
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.NanoTime
 
writeValue(RecordConsumer) - Method in class parquet.example.data.simple.Primitive
 
writeValue(int, int, RecordConsumer) - Method in class parquet.example.data.simple.SimpleGroup
 
writeZigZagVarInt(int, OutputStream) - Static method in class parquet.bytes.BytesUtils
 

Y

year - Variable in class parquet.avro.Car
Deprecated.
year - Variable in class parquet.avro.NewCar
Deprecated.
year - Variable in class parquet.avro.ShortCar
Deprecated.
yellow() - Method in class parquet.tools.util.PrettyPrintWriter
 

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 Y Z 
Skip navigation links

Copyright © 2015. All rights reserved.