- 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
-
- AvroParquetWriter(Path, Schema, CompressionCodecName, int, int, boolean) - Constructor for class parquet.avro.AvroParquetWriter
-
- AvroParquetWriter(Path, Schema) - Constructor for class parquet.avro.AvroParquetWriter
-
- AvroParquetWriter(Path, Schema, CompressionCodecName, int, int, boolean, Configuration) - Constructor for class parquet.avro.AvroParquetWriter
-
- AvroReadSupport<T extends org.apache.avro.generic.IndexedRecord> - Class in parquet.avro
-
Avro implementation of
ReadSupport
for Avro
IndexedRecord
s 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
IndexedRecord
s - both Avro Generic and Specific.
- AvroWriteSupport() - Constructor for class parquet.avro.AvroWriteSupport
-
- AvroWriteSupport(MessageType, Schema) - Constructor for class parquet.avro.AvroWriteSupport
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- PlainBinaryDictionary(DictionaryPage, Integer) - Constructor for class parquet.column.values.dictionary.PlainValuesDictionary.PlainBinaryDictionary
-
- 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
-
- 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
-
- 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
-
- repeated(PrimitiveType.PrimitiveTypeName) - Static method in class parquet.schema.Types
-
- repeatedGroup() - Method in class parquet.schema.Types.GroupBuilder
-
- 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
-
- required(PrimitiveType.PrimitiveTypeName) - Static method in class parquet.schema.Types
-
- requiredGroup() - Method in class parquet.schema.Types.GroupBuilder
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-