跳过导航链接
A B C D E F G H I J L M N O P R S T U V W Z 

A

AbstractColumnReader<VECTOR extends org.apache.paimon.data.columnar.writable.WritableColumnVector> - org.apache.paimon.format.parquet.reader中的类
Abstract ColumnReader.
AbstractColumnReader(ColumnDescriptor, PageReader) - 类 的构造器org.apache.paimon.format.parquet.reader.AbstractColumnReader
 
AbstractOrcColumnVector - org.apache.paimon.format.orc.reader中的类
This column vector is used to adapt hive's ColumnVector to Paimon's ColumnVector.
add(SearchArgument.Builder) - 类 中的方法org.apache.paimon.format.orc.filter.OrcFilters.And
 
add(SearchArgument.Builder) - 类 中的方法org.apache.paimon.format.orc.filter.OrcFilters.Equals
 
add(SearchArgument.Builder) - 类 中的方法org.apache.paimon.format.orc.filter.OrcFilters.IsNull
 
add(SearchArgument.Builder) - 类 中的方法org.apache.paimon.format.orc.filter.OrcFilters.LessThan
 
add(SearchArgument.Builder) - 类 中的方法org.apache.paimon.format.orc.filter.OrcFilters.LessThanEquals
 
add(SearchArgument.Builder) - 类 中的方法org.apache.paimon.format.orc.filter.OrcFilters.Not
 
add(SearchArgument.Builder) - 类 中的方法org.apache.paimon.format.orc.filter.OrcFilters.Or
 
add(SearchArgument.Builder) - 类 中的方法org.apache.paimon.format.orc.filter.OrcFilters.Predicate
 
addElement(T) - 类 中的方法org.apache.paimon.format.avro.AvroBulkWriter
 
addElement(InternalRow) - 类 中的方法org.apache.paimon.format.orc.writer.OrcBulkWriter
 
addElement(InternalRow) - 类 中的方法org.apache.paimon.format.parquet.writer.ParquetBulkWriter
 
addRowBatch(VectorizedRowBatch) - 类 中的方法org.apache.orc.impl.WriterImpl
 
addUserMetadata(String, ByteBuffer) - 类 中的方法org.apache.orc.impl.WriterImpl
 
afterReadPage() - 类 中的方法org.apache.paimon.format.parquet.reader.AbstractColumnReader
After read a page, we may need some initialization.
afterReadPage() - 类 中的方法org.apache.paimon.format.parquet.reader.BooleanColumnReader
 
And(OrcFilters.Predicate...) - 类 的构造器org.apache.paimon.format.orc.filter.OrcFilters.And
Creates an AND predicate.
append(Path, int, Progressable) - 类 中的方法org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
appendRawStripe(ByteBuffer, OrcProto.StripeInformation.Builder) - 类 中的方法org.apache.orc.impl.PhysicalFsWriter
 
appendStripe(byte[], int, int, StripeInformation, OrcProto.StripeStatistics) - 类 中的方法org.apache.orc.impl.WriterImpl
 
appendStripe(byte[], int, int, StripeInformation, StripeStatistics[]) - 类 中的方法org.apache.orc.impl.WriterImpl
 
appendUserMetadata(List<OrcProto.UserMetadataItem>) - 类 中的方法org.apache.orc.impl.WriterImpl
 
ArrayColumnReader - org.apache.paimon.format.parquet.reader中的类
ArrayColumnReader(ColumnDescriptor, PageReader, boolean, Type, DataType) - 类 的构造器org.apache.paimon.format.parquet.reader.ArrayColumnReader
 
AVRO_OUTPUT_CODEC - 类 中的静态变量org.apache.paimon.format.avro.AvroFileFormat
 
AvroBuilder<T> - org.apache.paimon.format.avro中的接口
A builder to create an AvroBulkWriter from an OutputStream.
AvroBulkFormat - org.apache.paimon.format.avro中的类
Provides a FormatReaderFactory for Avro records.
AvroBulkFormat(RowType) - 类 的构造器org.apache.paimon.format.avro.AvroBulkFormat
 
AvroBulkWriter<T> - org.apache.paimon.format.avro中的类
A simple writer implementation that wraps an Avro DataFileWriter.
AvroBulkWriter(DataFileWriter<T>) - 类 的构造器org.apache.paimon.format.avro.AvroBulkWriter
Create a new AvroBulkWriter wrapping the given Avro DataFileWriter.
AvroFileFormat - org.apache.paimon.format.avro中的类
Avro FileFormat.
AvroFileFormat(Options) - 类 的构造器org.apache.paimon.format.avro.AvroFileFormat
 
AvroFileFormatFactory - org.apache.paimon.format.avro中的类
Factory to create AvroFileFormat.
AvroFileFormatFactory() - 类 的构造器org.apache.paimon.format.avro.AvroFileFormatFactory
 
AvroRowDatumReader - org.apache.paimon.format.avro中的类
A DatumReader for reading InternalRow.
AvroRowDatumReader(RowType) - 类 的构造器org.apache.paimon.format.avro.AvroRowDatumReader
 
AvroRowDatumWriter - org.apache.paimon.format.avro中的类
A DatumWriter for writing InternalRow.
AvroRowDatumWriter(RowType) - 类 的构造器org.apache.paimon.format.avro.AvroRowDatumWriter
 
AvroSchemaConverter - org.apache.paimon.format.avro中的类
Converts an Avro schema into Paimon's type information.
AvroSchemaTypelessReader<T> - org.apache.paimon.format.avro中的接口
Visitor to visit Schema which could generate reader without type, but that reader should only call to skip.
AvroSchemaVisitor<T> - org.apache.paimon.format.avro中的接口
Visitor to visit Schema.
AvroTableStatsExtractor - org.apache.paimon.format.avro中的类
TableStatsExtractor for avro files.
AvroTableStatsExtractor(RowType, FieldStatsCollector.Factory[]) - 类 的构造器org.apache.paimon.format.avro.AvroTableStatsExtractor
 
AvroToRowDataConverters - org.apache.paimon.format.avro中的类
Tool class used to convert from Avro GenericRecord to InternalRow
AvroToRowDataConverters() - 类 的构造器org.apache.paimon.format.avro.AvroToRowDataConverters
 
AvroToRowDataConverters.AvroToRowDataConverter - org.apache.paimon.format.avro中的接口
Runtime converter that converts Avro data structures into objects of Paimon internal data structures.
AvroWriterFactory<T> - org.apache.paimon.format.avro中的类
A factory that creates an AvroBulkWriter.
AvroWriterFactory(AvroBuilder<T>) - 类 的构造器org.apache.paimon.format.avro.AvroWriterFactory
Creates a new AvroWriterFactory using the given builder to assemble the ParquetWriter.

B

BaseVectorizedColumnReader - org.apache.paimon.format.parquet.reader中的类
It's column level Parquet reader which is used to read a batch of records for a column, part of the code is referred from Apache Hive and Apache Parquet.
BaseVectorizedColumnReader(ColumnDescriptor, PageReader, boolean, Type, DataType) - 类 的构造器org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
BaseVectorizedColumnReader.NullIntIterator - org.apache.paimon.format.parquet.reader中的类
Reading zero always.
BaseVectorizedColumnReader.RLEIntIterator - org.apache.paimon.format.parquet.reader中的类
Reading int from RunLengthBitPackingHybridDecoder.
BaseVectorizedColumnReader.ValuesReaderIntIterator - org.apache.paimon.format.parquet.reader中的类
Reading int from ValuesReader.
batchSize - 类 中的变量org.apache.paimon.format.orc.OrcReaderFactory
 
blockPadding(boolean) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Sets whether the HDFS blocks are padded to prevent stripes from straddling blocks.
blockSize(long) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Set the file system block size for the file.
bloomFilterColumns(String) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Comma separated values of column names for which bloom filter is to be created.
bloomFilterFpp(double) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Specify the false positive probability for bloom filter.
bloomFilterVersion(OrcFile.BloomFilterVersion) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Set the version of the bloom filters to write.
BooleanColumnReader - org.apache.paimon.format.parquet.reader中的类
Boolean ColumnReader.
BooleanColumnReader(ColumnDescriptor, PageReader) - 类 的构造器org.apache.paimon.format.parquet.reader.BooleanColumnReader
 
bufferSize(int) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
The size of the memory buffers used for compressing and storing the stripe in memory.
byName(String) - 枚举 中的静态方法org.apache.orc.OrcFile.Version
 
ByteColumnReader - org.apache.paimon.format.parquet.reader中的类
ByteColumnReader(ColumnDescriptor, PageReader) - 类 的构造器org.apache.paimon.format.parquet.reader.ByteColumnReader
 
BytesColumnReader - org.apache.paimon.format.parquet.reader中的类
BytesColumnReader(ColumnDescriptor, PageReader) - 类 的构造器org.apache.paimon.format.parquet.reader.BytesColumnReader
 

C

callback(OrcFile.WriterCallback) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Add a listener for when the stripe and file are about to be closed.
checkMemory(double) - 类 中的方法org.apache.orc.impl.WriterImpl
 
checkTypeName(PrimitiveType.PrimitiveTypeName) - 类 中的方法org.apache.paimon.format.parquet.reader.AbstractColumnReader
 
clone() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
close() - 类 中的方法org.apache.orc.impl.PhysicalFsWriter
 
close() - 类 中的方法org.apache.orc.impl.WriterImpl
 
close() - 类 中的方法org.apache.orc.impl.ZstdCodec
 
close() - 类 中的方法org.apache.paimon.format.avro.CloseShieldOutputStream
 
close() - 类 中的方法org.apache.paimon.format.avro.SeekableInputStreamWrapper
 
CloseShieldOutputStream - org.apache.paimon.format.avro中的类
A proxy output stream that prevents the underlying output stream from being closed.
CloseShieldOutputStream(OutputStream) - 类 的构造器org.apache.paimon.format.avro.CloseShieldOutputStream
 
ColumnReader<VECTOR extends org.apache.paimon.data.columnar.writable.WritableColumnVector> - org.apache.paimon.format.parquet.reader中的接口
Read a batch of records for a column to WritableColumnVector from parquet data file.
compress(ByteBuffer, ByteBuffer, ByteBuffer, CompressionCodec.Options) - 类 中的方法org.apache.orc.impl.ZstdCodec
Compresses an input ByteBuffer into an output ByteBuffer using Zstandard compression.
compress(CompressionKind) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Sets the generic compression that is used to compress the data.
CompressionKind - org.apache.orc中的枚举
An enumeration that lists the generic compression algorithms that can be applied to ORC files.
computeMinBytesForDecimalPrecision(int) - 类 中的静态方法org.apache.paimon.format.parquet.ParquetSchemaConverter
 
conjunctPredicates - 类 中的变量org.apache.paimon.format.orc.OrcReaderFactory
 
convert(Object) - 接口 中的方法org.apache.paimon.format.avro.AvroToRowDataConverters.AvroToRowDataConverter
 
convertToParquetMessageType(String, RowType) - 类 中的静态方法org.apache.paimon.format.parquet.ParquetSchemaConverter
 
convertToParquetType(String, DataType) - 类 中的静态方法org.apache.paimon.format.parquet.ParquetSchemaConverter
 
convertToProlepticGregorian(boolean) - 类 中的方法org.apache.orc.OrcFile.ReaderOptions
Should the reader convert dates and times to the proleptic Gregorian calendar?
convertToSchema(DataType) - 类 中的静态方法org.apache.paimon.format.avro.AvroSchemaConverter
Converts Paimon DataType (can be nested) into an Avro schema.
convertToSchema(DataType, String) - 类 中的静态方法org.apache.paimon.format.avro.AvroSchemaConverter
Converts Paimon DataType (can be nested) into an Avro schema.
create(FileFormatFactory.FormatContext) - 类 中的方法org.apache.paimon.format.avro.AvroFileFormatFactory
 
create(PositionOutputStream) - 类 中的方法org.apache.paimon.format.avro.AvroWriterFactory
 
create(Path, FsPermission, boolean, int, short, long, Progressable) - 类 中的方法org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
create(FileFormatFactory.FormatContext) - 类 中的方法org.apache.paimon.format.orc.OrcFileFormatFactory
 
create(PositionOutputStream, String) - 类 中的方法org.apache.paimon.format.orc.OrcWriterFactory
 
create(FileFormatFactory.FormatContext) - 类 中的方法org.apache.paimon.format.parquet.ParquetFileFormatFactory
 
create(PositionOutputStream, String) - 类 中的方法org.apache.paimon.format.parquet.ParquetWriterFactory
 
create(long) - 类 中的方法org.apache.paimon.format.parquet.writer.StreamOutputFile
 
createCodec(CompressionKind) - 类 中的静态方法org.apache.orc.impl.WriterImpl
 
createColumnReader(DataType, Type, List<ColumnDescriptor>, PageReadStore, int) - 类 中的静态方法org.apache.paimon.format.parquet.reader.ParquetSplitReaderUtil
 
createDataStream(StreamName) - 类 中的方法org.apache.orc.impl.PhysicalFsWriter
 
createFromConstant(int, Object) - 类 中的静态方法org.apache.paimon.format.orc.reader.OrcLegacyTimestampColumnVector
 
createIndexStream(StreamName) - 类 中的方法org.apache.orc.impl.PhysicalFsWriter
 
createOrOverwrite(long) - 类 中的方法org.apache.paimon.format.parquet.writer.StreamOutputFile
 
createPaimonVector(ColumnVector, DataType) - 类 中的静态方法org.apache.paimon.format.orc.reader.AbstractOrcColumnVector
 
createReader(Path, OrcFile.ReaderOptions) - 类 中的静态方法org.apache.orc.OrcFile
 
createReader(FormatReaderFactory.Context) - 类 中的方法org.apache.paimon.format.avro.AvroBulkFormat
 
createReader(FormatReaderFactory.Context) - 类 中的方法org.apache.paimon.format.orc.OrcReaderFactory
 
createReader(Configuration, FileIO, Path) - 类 中的静态方法org.apache.paimon.format.orc.OrcReaderFactory
 
createReader(FormatReaderFactory.Context) - 类 中的方法org.apache.paimon.format.parquet.ParquetReaderFactory
 
createReaderBatch(Path, VectorizedRowBatch, Pool.Recycler<OrcReaderFactory.OrcReaderBatch>) - 类 中的方法org.apache.paimon.format.orc.OrcReaderFactory
Creates the OrcReaderBatch structure, which is responsible for holding the data structures that hold the batch data (column vectors, row arrays, ...) and the batch conversion from the ORC representation to the result format.
createReaderFactory(RowType, List<Predicate>) - 类 中的方法org.apache.paimon.format.avro.AvroFileFormat
 
createReaderFactory(RowType, List<Predicate>) - 类 中的方法org.apache.paimon.format.orc.OrcFileFormat
 
createReaderFactory(RowType, List<Predicate>) - 类 中的方法org.apache.paimon.format.parquet.ParquetFileFormat
 
createRowConverter(RowType) - 类 中的静态方法org.apache.paimon.format.avro.AvroToRowDataConverters
 
createRowReader(Schema, List<DataField>) - 类 中的方法org.apache.paimon.format.avro.FieldReaderFactory
 
createRowWriter(Schema, List<DataField>) - 类 中的方法org.apache.paimon.format.avro.FieldWriterFactory
 
createStatsExtractor(RowType, FieldStatsCollector.Factory[]) - 类 中的方法org.apache.paimon.format.avro.AvroFileFormat
 
createStatsExtractor(RowType, FieldStatsCollector.Factory[]) - 类 中的方法org.apache.paimon.format.orc.OrcFileFormat
 
createStatsExtractor(RowType, FieldStatsCollector.Factory[]) - 类 中的方法org.apache.paimon.format.parquet.ParquetFileFormat
 
createStream(StreamName) - 类 中的方法org.apache.orc.impl.PhysicalFsWriter.VariantTracker
 
createWritableColumnVector(int, DataType, Type, List<ColumnDescriptor>, int) - 类 中的静态方法org.apache.paimon.format.parquet.reader.ParquetSplitReaderUtil
 
createWriter(Path, OrcFile.WriterOptions) - 类 中的静态方法org.apache.orc.OrcFile
Create an ORC file writer.
createWriter(OutputStream) - 接口 中的方法org.apache.paimon.format.avro.AvroBuilder
Creates and configures an Avro writer to the given output file.
createWriter(OutputFile, String) - 接口 中的方法org.apache.paimon.format.parquet.writer.ParquetBuilder
Creates and configures a parquet writer to the given output file.
createWriter(OutputFile, String) - 类 中的方法org.apache.paimon.format.parquet.writer.RowDataParquetBuilder
 
createWriterFactory(RowType) - 类 中的方法org.apache.paimon.format.avro.AvroFileFormat
 
createWriterFactory(RowType) - 类 中的方法org.apache.paimon.format.orc.OrcFileFormat
The OrcWriterFactory will create ThreadLocalClassLoaderConfiguration from the input writer config to avoid classloader leaks.
createWriterFactory(RowType) - 类 中的方法org.apache.paimon.format.parquet.ParquetFileFormat
 
CURRENT - 枚举 中的静态变量org.apache.orc.OrcFile.Version
 
CURRENT_WRITER - 类 中的静态变量org.apache.orc.OrcFile
The WriterVersion for this version of the software.

D

dataColumn - 类 中的变量org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
dataType - 类 中的变量org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
decodeInt96ToTimestamp(boolean, Dictionary, int) - 类 中的静态方法org.apache.paimon.format.parquet.reader.TimestampColumnReader
 
decodeToBinary(int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDictionary
 
decodeToDouble(int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDictionary
 
decodeToFloat(int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDictionary
 
decodeToInt(int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDictionary
 
decodeToLong(int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDictionary
 
decodeToTimestamp(int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDictionary
 
decompress(ByteBuffer, ByteBuffer) - 类 中的方法org.apache.orc.impl.ZstdCodec
 
defaultBlockSize() - 类 中的方法org.apache.paimon.format.parquet.writer.StreamOutputFile
 
DefaultParquetDataColumnReader(ValuesReader) - 类 的构造器org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
DefaultParquetDataColumnReader(Dictionary) - 类 的构造器org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
definitionLevel - 类 中的变量org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
definitionLevelColumn - 类 中的变量org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
delete(Path, boolean) - 类 中的方法org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
descriptor - 类 中的变量org.apache.paimon.format.parquet.reader.AbstractColumnReader
 
descriptor - 类 中的变量org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
destroy() - 类 中的方法org.apache.orc.impl.ZstdCodec
 
dict - 类 中的变量org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
dictionary - 类 中的变量org.apache.paimon.format.parquet.reader.AbstractColumnReader
The dictionary, if this column has dictionary encoding.
dictionary - 类 中的变量org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
The dictionary, if this column has dictionary encoding.
directDecompress(ByteBuffer, ByteBuffer) - 类 中的方法org.apache.orc.impl.ZstdCodec
 
directEncodingColumns(String) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Set the comma-separated list of columns that should be direct encoded.
DoubleColumnReader - org.apache.paimon.format.parquet.reader中的类
Double ColumnReader.
DoubleColumnReader(ColumnDescriptor, PageReader) - 类 的构造器org.apache.paimon.format.parquet.reader.DoubleColumnReader
 

E

encodingStrategy(OrcFile.EncodingStrategy) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Sets the encoding strategy that is used to encode the data.
encrypt(String) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Encrypt a set of columns with a key.
endOfPageValueCount - 类 中的变量org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
value that indicates the end of the current page.
enforceBufferSize() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Enforce writer to use requested buffer size instead of estimating buffer size based on stripe size and number of columns.
Equals(String, PredicateLeaf.Type, Serializable) - 类 的构造器org.apache.paimon.format.orc.filter.OrcFilters.Equals
Creates an EQUALS predicate.
estimateMemory() - 类 中的方法org.apache.orc.impl.WriterImpl
 
extract(FileIO, Path) - 类 中的方法org.apache.paimon.format.avro.AvroTableStatsExtractor
 
extract(FileIO, Path) - 类 中的方法org.apache.paimon.format.orc.filter.OrcTableStatsExtractor
 
extract(FileIO, Path) - 类 中的方法org.apache.paimon.format.parquet.ParquetTableStatsExtractor
 
extractColumnStats(FileIO, Path) - 类 中的静态方法org.apache.paimon.format.parquet.ParquetUtil
Extract stats from specified Parquet files path.
extractValueTypeToAvroMap(DataType) - 类 中的静态方法org.apache.paimon.format.avro.AvroSchemaConverter
 
extractWithFileInfo(FileIO, Path) - 类 中的方法org.apache.paimon.format.avro.AvroTableStatsExtractor
 
extractWithFileInfo(FileIO, Path) - 类 中的方法org.apache.paimon.format.orc.filter.OrcTableStatsExtractor
 
extractWithFileInfo(FileIO, Path) - 类 中的方法org.apache.paimon.format.parquet.ParquetTableStatsExtractor
 

F

FieldReader - org.apache.paimon.format.avro中的接口
Reader to read field from Avro Decoder.
FieldReaderFactory - org.apache.paimon.format.avro中的类
Factory to create FieldReader.
FieldReaderFactory() - 类 的构造器org.apache.paimon.format.avro.FieldReaderFactory
 
FieldReaderFactory.RowReader - org.apache.paimon.format.avro中的类
A FieldReader to read InternalRow.
FieldWriter - org.apache.paimon.format.avro中的接口
Writer to write field to Avro Encoder.
FieldWriter - org.apache.paimon.format.orc.writer中的接口
Orc field writer.
FieldWriterFactory - org.apache.paimon.format.avro中的类
Factory to create FieldWriter.
FieldWriterFactory() - 类 的构造器org.apache.paimon.format.avro.FieldWriterFactory
 
FieldWriterFactory - org.apache.paimon.format.orc.writer中的类
Factory to create FieldWriter.
FieldWriterFactory() - 类 的构造器org.apache.paimon.format.orc.writer.FieldWriterFactory
 
FieldWriterFactory.RowWriter - org.apache.paimon.format.avro中的类
A FieldWriter to write InternalRow.
fileMetadata(FileMetadata) - 类 中的方法org.apache.orc.OrcFile.ReaderOptions
已过时。
fileStats - 类 中的变量org.apache.orc.impl.PhysicalFsWriter.VariantTracker
 
filesystem(FileSystem) - 类 中的方法org.apache.orc.OrcFile.ReaderOptions
 
fileSystem(FileSystem) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Provide the filesystem for the path, if the client has it available.
finalizeStripe(OrcProto.StripeFooter.Builder, OrcProto.StripeInformation.Builder) - 类 中的方法org.apache.orc.impl.PhysicalFsWriter
 
finish() - 类 中的方法org.apache.paimon.format.avro.AvroBulkWriter
 
finish() - 类 中的方法org.apache.paimon.format.orc.writer.OrcBulkWriter
 
finish() - 类 中的方法org.apache.paimon.format.parquet.writer.ParquetBulkWriter
 
FixedLenBytesColumnReader<VECTOR extends org.apache.paimon.data.columnar.writable.WritableColumnVector> - org.apache.paimon.format.parquet.reader中的类
Fixed length bytes ColumnReader, just for Decimal.
FixedLenBytesColumnReader(ColumnDescriptor, PageReader, int) - 类 的构造器org.apache.paimon.format.parquet.reader.FixedLenBytesColumnReader
 
FloatColumnReader - org.apache.paimon.format.parquet.reader中的类
FloatColumnReader(ColumnDescriptor, PageReader) - 类 的构造器org.apache.paimon.format.parquet.reader.FloatColumnReader
 
flush() - 类 中的方法org.apache.orc.impl.PhysicalFsWriter
 
flush() - 类 中的方法org.apache.paimon.format.avro.AvroBulkWriter
 
flush() - 类 中的方法org.apache.paimon.format.avro.CloseShieldOutputStream
 
flush() - 类 中的方法org.apache.paimon.format.orc.writer.OrcBulkWriter
 
flush() - 类 中的方法org.apache.paimon.format.parquet.writer.ParquetBulkWriter
 
formatContext() - 类 中的方法org.apache.paimon.format.orc.OrcFileFormat
 
from(int) - 枚举 中的静态方法org.apache.orc.OrcFile.WriterImplementation
 
from(OrcFile.WriterImplementation, int) - 枚举 中的静态方法org.apache.orc.OrcFile.WriterVersion
Convert the integer from OrcProto.PostScript.writerVersion to the enumeration with unknown versions being mapped to FUTURE.
fromPath(FileIO, Path) - 类 中的静态方法org.apache.paimon.format.parquet.ParquetInputFile
 
fromString(String) - 枚举 中的静态方法org.apache.orc.OrcFile.BloomFilterVersion
 

G

getArray(int) - 类 中的方法org.apache.paimon.format.orc.reader.OrcArrayColumnVector
 
getAttribute() - 枚举 中的方法org.apache.orc.OrcConf
 
getBatch() - 类 中的方法org.apache.paimon.format.orc.reader.OrcRowColumnVector
 
getBlockPadding() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getBlockSize() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getBloomFilterColumns() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getBloomFilterFpp() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getBloomFilterVersion() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getBoolean(Properties, Configuration) - 枚举 中的方法org.apache.orc.OrcConf
 
getBoolean(Configuration) - 枚举 中的方法org.apache.orc.OrcConf
 
getBoolean(int) - 类 中的方法org.apache.paimon.format.orc.reader.OrcLongColumnVector
 
getBuffer(int) - 类 中的静态方法org.apache.orc.impl.ZstdCodec
 
getBufferSize() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getByte(int) - 类 中的方法org.apache.paimon.format.orc.reader.OrcLongColumnVector
 
getBytes(int) - 类 中的方法org.apache.paimon.format.orc.reader.OrcBytesColumnVector
 
getCallback() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getClassByNameOrNull(String) - 类 中的方法org.apache.paimon.format.orc.ThreadLocalClassLoaderConfiguration
 
getClassLoader() - 类 中的方法org.apache.paimon.format.orc.ThreadLocalClassLoaderConfiguration
 
getColumnVector() - 类 中的方法org.apache.paimon.format.orc.reader.OrcArrayColumnVector
 
getCompress() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getCompression(String) - 类 中的方法org.apache.paimon.format.parquet.writer.RowDataParquetBuilder
 
getCompressionCodec() - 类 中的方法org.apache.orc.impl.WriterImpl
 
getCompressionStrategy() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getCompressionZstdLevel() - 类 中的方法org.apache.orc.OrcFile.ZstdCompressOptions
 
getCompressionZstdWindowLog() - 类 中的方法org.apache.orc.OrcFile.ZstdCompressOptions
 
getConfiguration() - 类 中的方法org.apache.orc.OrcFile.ReaderOptions
 
getConfiguration() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getConvertToProlepticGregorian() - 类 中的方法org.apache.orc.OrcFile.ReaderOptions
 
getDataColumnReaderByType(PrimitiveType, ValuesReader, boolean) - 类 中的静态方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory
 
getDataColumnReaderByTypeOnDictionary(PrimitiveType, Dictionary, boolean) - 类 中的静态方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory
 
getDecimal(int, int, int) - 类 中的方法org.apache.paimon.format.orc.reader.OrcDecimalColumnVector
 
getDecimal(int, int, int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDecimalVector
 
getDefaultOptions() - 类 中的方法org.apache.orc.impl.ZstdCodec
 
getDefaultValue() - 枚举 中的方法org.apache.orc.OrcConf
 
getDescription() - 枚举 中的方法org.apache.orc.OrcConf
 
getDictionary() - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
getDictionary() - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
getDirectEncodingColumns() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getDouble(Properties, Configuration) - 枚举 中的方法org.apache.orc.OrcConf
 
getDouble(Configuration) - 枚举 中的方法org.apache.orc.OrcConf
 
getDouble(int) - 类 中的方法org.apache.paimon.format.orc.reader.OrcDoubleColumnVector
 
getEncodingStrategy() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getEncryption() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getEstimatedBufferSize(long, int, int) - 类 中的静态方法org.apache.orc.impl.WriterImpl
 
getFileBytes(int, WriterEncryptionVariant) - 类 中的方法org.apache.orc.impl.PhysicalFsWriter
Get the number of bytes for a file in a given column by finding all the streams (not suppressed) for a given column and returning the sum of their sizes. excludes index
getFileBytes(int) - 类 中的方法org.apache.orc.impl.PhysicalFsWriter.VariantTracker
Computed the size of the given column on disk for this stripe.
getFileMetadata() - 类 中的方法org.apache.orc.OrcFile.ReaderOptions
 
getFileStatus(Path) - 类 中的方法org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
getFilesystem() - 类 中的方法org.apache.orc.OrcFile.ReaderOptions
 
getFileSystem() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getFloat(int) - 类 中的方法org.apache.paimon.format.orc.reader.OrcDoubleColumnVector
 
getHadoopConfig() - 类 中的方法org.apache.paimon.format.orc.SerializableHadoopConfigWrapper
 
getHadoopShims() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getHiveConfName() - 枚举 中的方法org.apache.orc.OrcConf
 
getId() - 枚举 中的方法org.apache.orc.OrcFile.WriterImplementation
 
getId() - 枚举 中的方法org.apache.orc.OrcFile.WriterVersion
 
getInt(Properties, Configuration) - 枚举 中的方法org.apache.orc.OrcConf
 
getInt(Configuration) - 枚举 中的方法org.apache.orc.OrcConf
 
getInt(Configuration, int) - 枚举 中的方法org.apache.orc.OrcConf
已过时。
Use getInt(Configuration) instead. This method was incorrectly added and shouldn't be used anymore.
getInt(int) - 类 中的方法org.apache.paimon.format.orc.reader.OrcLongColumnVector
 
getKeyColumnVector() - 类 中的方法org.apache.paimon.format.orc.reader.OrcMapColumnVector
 
getKeyOverrides() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getKeyProvider() - 类 中的方法org.apache.orc.OrcFile.ReaderOptions
 
getKeyProvider() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getKind() - 类 中的方法org.apache.orc.impl.ZstdCodec
 
getLength() - 类 中的方法org.apache.paimon.format.parquet.ParquetInputFile
 
getLong(Properties, Configuration) - 枚举 中的方法org.apache.orc.OrcConf
 
getLong(Configuration) - 枚举 中的方法org.apache.orc.OrcConf
 
getLong(int) - 类 中的方法org.apache.paimon.format.orc.reader.OrcLongColumnVector
 
getMajor() - 枚举 中的方法org.apache.orc.OrcFile.Version
Get the major version number.
getMap(int) - 类 中的方法org.apache.paimon.format.orc.reader.OrcMapColumnVector
 
getMasks() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getMaxLength() - 类 中的方法org.apache.orc.OrcFile.ReaderOptions
 
getMemoryManager() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getMinor() - 枚举 中的方法org.apache.orc.OrcFile.Version
Get the minor version number.
getName() - 枚举 中的方法org.apache.orc.OrcFile.Version
Get the human readable name for the version.
getNumberOfRows() - 类 中的方法org.apache.orc.impl.WriterImpl
Row count gets updated when flushing the stripes.
getOrcTail() - 类 中的方法org.apache.orc.OrcFile.ReaderOptions
 
getOverwrite() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getPaddingTolerance() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getParquetConfiguration(Options) - 类 中的静态方法org.apache.paimon.format.parquet.ParquetFileFormat
 
getParquetReader(FileIO, Path) - 类 中的静态方法org.apache.paimon.format.parquet.ParquetUtil
Generate ParquetFileReader instance to read the Parquet files at the given path.
getPath() - 类 中的方法org.apache.paimon.format.parquet.ParquetInputFile
 
getPhysicalWriter() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getPos() - 类 中的方法org.apache.paimon.format.parquet.ParquetInputStream
 
getProlepticGregorian() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getRawDataSize() - 类 中的方法org.apache.orc.impl.WriterImpl
Raw data size will be compute when writing the file footer.
getResource(String) - 类 中的方法org.apache.paimon.format.orc.ThreadLocalClassLoaderConfiguration
 
getRow(int) - 类 中的方法org.apache.paimon.format.orc.reader.OrcRowColumnVector
 
getRowIndexStride() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getSchema() - 类 中的方法org.apache.orc.impl.WriterImpl
 
getSchema() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getSchema() - 类 中的方法org.apache.paimon.format.orc.writer.Vectorizer
Provides the ORC schema.
getShort(int) - 类 中的方法org.apache.paimon.format.orc.reader.OrcLongColumnVector
 
getStatistics() - 类 中的方法org.apache.orc.impl.WriterImpl
 
getStreamOptions() - 类 中的方法org.apache.orc.impl.PhysicalFsWriter
 
getString(Properties, Configuration) - 枚举 中的方法org.apache.orc.OrcConf
 
getString(Configuration) - 枚举 中的方法org.apache.orc.OrcConf
 
getStringAsList(Configuration) - 枚举 中的方法org.apache.orc.OrcConf
 
getStripeRowCountValue() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getStripes() - 类 中的方法org.apache.orc.impl.WriterImpl
 
getStripeSize() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getTimestamp(int, int) - 类 中的方法org.apache.paimon.format.orc.reader.OrcLegacyTimestampColumnVector
 
getTimestamp(int, int) - 类 中的方法org.apache.paimon.format.orc.reader.OrcTimestampColumnVector
 
getTimestamp(int, int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetTimestampVector
 
getUri() - 类 中的方法org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
getUseUTCTimestamp() - 类 中的方法org.apache.orc.OrcFile.ReaderOptions
 
getUseUTCTimestamp() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getValueColumnVector() - 类 中的方法org.apache.paimon.format.orc.reader.OrcMapColumnVector
 
getVector() - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDecimalVector
 
getVector() - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetTimestampVector
 
getVersion() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getWorkingDirectory() - 类 中的方法org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
getWriter() - 接口 中的方法org.apache.orc.OrcFile.WriterContext
 
getWriterImplementation() - 枚举 中的方法org.apache.orc.OrcFile.WriterVersion
 
getWriterOptions() - 类 中的方法org.apache.paimon.format.orc.OrcWriterFactory
 
getWriterVersion() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getWriteSupport(Configuration) - 类 中的方法org.apache.paimon.format.parquet.writer.ParquetRowDataBuilder
 
getWriteVariableLengthBlocks() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getZstdCompressOptions() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
getZstdOptions() - 类 中的方法org.apache.orc.impl.ZstdCodec
 

H

hadoopConfigWrapper - 类 中的变量org.apache.paimon.format.orc.OrcReaderFactory
 
HadoopReadOnlyFileSystem - org.apache.paimon.format.fs中的类
A read only FileSystem that wraps an FileIO.
HadoopReadOnlyFileSystem(FileIO) - 类 的构造器org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 

I

IDENTIFIER - 类 中的静态变量org.apache.paimon.format.avro.AvroFileFormat
 
identifier() - 类 中的方法org.apache.paimon.format.avro.AvroFileFormatFactory
 
IDENTIFIER - 类 中的静态变量org.apache.paimon.format.orc.OrcFileFormat
 
IDENTIFIER - 类 中的静态变量org.apache.paimon.format.orc.OrcFileFormatFactory
 
identifier() - 类 中的方法org.apache.paimon.format.orc.OrcFileFormatFactory
 
IDENTIFIER - 类 中的静态变量org.apache.paimon.format.parquet.ParquetFileFormatFactory
 
identifier() - 类 中的方法org.apache.paimon.format.parquet.ParquetFileFormatFactory
 
includes(OrcFile.WriterVersion) - 枚举 中的方法org.apache.orc.OrcFile.WriterVersion
Does this file include the given fix or come from a different writer?
increaseCompressionSize(int) - 类 中的方法org.apache.orc.impl.WriterImpl
 
initFromPage(int, ByteBufferInputStream) - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
Initialize the reader by page data.
initFromPage(int, ByteBufferInputStream) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
int96ToTimestamp(boolean, long, int) - 类 中的静态方法org.apache.paimon.format.parquet.reader.TimestampColumnReader
 
IntColumnReader - org.apache.paimon.format.parquet.reader中的类
IntColumnReader(ColumnDescriptor, PageReader) - 类 的构造器org.apache.paimon.format.parquet.reader.IntColumnReader
 
is32BitDecimal(int) - 类 中的静态方法org.apache.paimon.format.parquet.ParquetSchemaConverter
 
is64BitDecimal(int) - 类 中的静态方法org.apache.paimon.format.parquet.ParquetSchemaConverter
 
isAvailable() - 类 中的方法org.apache.orc.impl.ZstdCodec
 
isBuildIndex() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
isCurrentPageDictionaryEncoded - 类 中的变量org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
If true, the current page is dictionary encoded.
isEnforceBufferSize() - 类 中的方法org.apache.orc.OrcFile.WriterOptions
 
IsNull(String, PredicateLeaf.Type) - 类 的构造器org.apache.paimon.format.orc.filter.OrcFilters.IsNull
Creates an IS_NULL predicate.
isNullAt(int) - 类 中的方法org.apache.paimon.format.orc.reader.AbstractOrcColumnVector
 
isNullAt(int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDecimalVector
 
isNullAt(int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetTimestampVector
 
isUtcTimestamp - 类 中的变量org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 

J

JULIAN_EPOCH_OFFSET_DAYS - 类 中的静态变量org.apache.paimon.format.parquet.reader.TimestampColumnReader
 

L

length() - 类 中的方法org.apache.paimon.format.avro.SeekableInputStreamWrapper
 
LessThan(String, PredicateLeaf.Type, Serializable) - 类 的构造器org.apache.paimon.format.orc.filter.OrcFilters.LessThan
Creates a LESS_THAN predicate.
LessThanEquals(String, PredicateLeaf.Type, Serializable) - 类 的构造器org.apache.paimon.format.orc.filter.OrcFilters.LessThanEquals
Creates a LESS_THAN_EQUALS predicate.
listStatus(Path) - 类 中的方法org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
LongColumnReader - org.apache.paimon.format.parquet.reader中的类
LongColumnReader(ColumnDescriptor, PageReader) - 类 的构造器org.apache.paimon.format.parquet.reader.LongColumnReader
 

M

MAGIC - 类 中的静态变量org.apache.orc.OrcFile
 
MapColumnReader - org.apache.paimon.format.parquet.reader中的类
MapColumnReader(ArrayColumnReader, ArrayColumnReader) - 类 的构造器org.apache.paimon.format.parquet.reader.MapColumnReader
 
masks(String) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Set the masks for the unencrypted data.
maxDefLevel - 类 中的变量org.apache.paimon.format.parquet.reader.AbstractColumnReader
Maximum definition level for this column.
maxDefLevel - 类 中的变量org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
Maximum definition level for this column.
maxLength(long) - 类 中的方法org.apache.orc.OrcFile.ReaderOptions
 
memory(MemoryManager) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
A public option to set the memory manager.
mergeFiles(Path, OrcFile.WriterOptions, List<Path>) - 类 中的静态方法org.apache.orc.OrcFile
Merges multiple ORC files that all have the same schema to produce a single ORC file.
MILLIS_IN_DAY - 类 中的静态变量org.apache.paimon.format.parquet.reader.TimestampColumnReader
 
mkdirs(Path, FsPermission) - 类 中的方法org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 

N

NANOS_PER_MILLISECOND - 类 中的静态变量org.apache.paimon.format.parquet.reader.TimestampColumnReader
 
NANOS_PER_SECOND - 类 中的静态变量org.apache.paimon.format.parquet.reader.TimestampColumnReader
 
newStream() - 类 中的方法org.apache.paimon.format.parquet.ParquetInputFile
 
nextInt() - 类 中的方法org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader.NullIntIterator
 
nextInt() - 类 中的方法org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader.RLEIntIterator
 
nextInt() - 类 中的方法org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader.ValuesReaderIntIterator
 
Not(OrcFilters.Predicate) - 类 的构造器org.apache.paimon.format.orc.filter.OrcFilters.Not
Creates a NOT predicate.
NullIntIterator() - 类 的构造器org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader.NullIntIterator
 

O

open(Path) - 类 中的方法org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
open(Path, int) - 类 中的方法org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
options - 类 中的变量org.apache.orc.impl.PhysicalFsWriter.VariantTracker
 
Or(OrcFilters.Predicate...) - 类 的构造器org.apache.paimon.format.orc.filter.OrcFilters.Or
Creates an OR predicate.
ORC_COLUMN_ENCODING_DIRECT - 类 中的静态变量org.apache.paimon.format.OrcOptions
 
ORC_COMPRESS - 类 中的静态变量org.apache.paimon.format.OrcOptions
 
ORC_COMPRESSION_ZSTD_LEVEL - 类 中的静态变量org.apache.paimon.format.OrcOptions
 
ORC_DICTIONARY_KEY_THRESHOLD - 类 中的静态变量org.apache.paimon.format.OrcOptions
 
ORC_WRITE_BATCH_SIZE - 类 中的静态变量org.apache.paimon.format.OrcOptions
 
OrcArrayColumnVector - org.apache.paimon.format.orc.reader中的类
This column vector is used to adapt hive's ListColumnVector to Paimon's ArrayColumnVector.
OrcArrayColumnVector(ListColumnVector, ArrayType) - 类 的构造器org.apache.paimon.format.orc.reader.OrcArrayColumnVector
 
OrcBulkWriter - org.apache.paimon.format.orc.writer中的类
A FormatWriter implementation that writes data in ORC format.
OrcBulkWriter(Vectorizer<InternalRow>, Writer, PositionOutputStream, int) - 类 的构造器org.apache.paimon.format.orc.writer.OrcBulkWriter
 
OrcBytesColumnVector - org.apache.paimon.format.orc.reader中的类
This column vector is used to adapt hive's BytesColumnVector to Paimon's BytesColumnVector.
OrcBytesColumnVector(BytesColumnVector) - 类 的构造器org.apache.paimon.format.orc.reader.OrcBytesColumnVector
 
OrcConf - org.apache.orc中的枚举
Define the configuration properties that Orc understands.
OrcDecimalColumnVector - org.apache.paimon.format.orc.reader中的类
This column vector is used to adapt hive's DecimalColumnVector to Paimon's DecimalColumnVector.
OrcDecimalColumnVector(DecimalColumnVector) - 类 的构造器org.apache.paimon.format.orc.reader.OrcDecimalColumnVector
 
OrcDoubleColumnVector - org.apache.paimon.format.orc.reader中的类
This column vector is used to adapt hive's DoubleColumnVector to Paimon's float and double ColumnVector.
OrcDoubleColumnVector(DoubleColumnVector) - 类 的构造器org.apache.paimon.format.orc.reader.OrcDoubleColumnVector
 
OrcFile - org.apache.orc中的类
Contains factory methods to read or write ORC files.
OrcFile() - 类 的构造器org.apache.orc.OrcFile
 
OrcFile.BloomFilterVersion - org.apache.orc中的枚举
BloomFilterVersion.
OrcFile.CompressionStrategy - org.apache.orc中的枚举
CompressionStrategy Enum.
OrcFile.EncodingStrategy - org.apache.orc中的枚举
EncodingStrategy Enum.
OrcFile.ReaderOptions - org.apache.orc中的类
Orc ReaderOptions.
OrcFile.Version - org.apache.orc中的枚举
Create a version number for the ORC file format, so that we can add non-forward compatible changes in the future.
OrcFile.WriterCallback - org.apache.orc中的接口
WriterCallback.
OrcFile.WriterContext - org.apache.orc中的接口
WriterContext.
OrcFile.WriterImplementation - org.apache.orc中的枚举
WriterImplementation Enum.
OrcFile.WriterOptions - org.apache.orc中的类
Options for creating ORC file writers.
OrcFile.WriterVersion - org.apache.orc中的枚举
Records the version of the writer in terms of which bugs have been fixed.
OrcFile.ZstdCompressOptions - org.apache.orc中的类
ZstdCompressOptions.
OrcFileFormat - org.apache.paimon.format.orc中的类
Orc FileFormat.
OrcFileFormat(FileFormatFactory.FormatContext) - 类 的构造器org.apache.paimon.format.orc.OrcFileFormat
 
OrcFileFormatFactory - org.apache.paimon.format.orc中的类
Factory to create OrcFileFormat.
OrcFileFormatFactory() - 类 的构造器org.apache.paimon.format.orc.OrcFileFormatFactory
 
OrcFilters - org.apache.paimon.format.orc.filter中的类
Utility class that provides helper methods to work with Orc Filter PushDown.
OrcFilters() - 类 的构造器org.apache.paimon.format.orc.filter.OrcFilters
 
OrcFilters.And - org.apache.paimon.format.orc.filter中的类
An AND predicate that can be evaluated by the OrcInputFormat.
OrcFilters.Equals - org.apache.paimon.format.orc.filter中的类
An EQUALS predicate that can be evaluated by the OrcInputFormat.
OrcFilters.IsNull - org.apache.paimon.format.orc.filter中的类
An IS_NULL predicate that can be evaluated by the OrcInputFormat.
OrcFilters.LessThan - org.apache.paimon.format.orc.filter中的类
A LESS_THAN predicate that can be evaluated by the OrcInputFormat.
OrcFilters.LessThanEquals - org.apache.paimon.format.orc.filter中的类
A LESS_THAN_EQUALS predicate that can be evaluated by the OrcInputFormat.
OrcFilters.Not - org.apache.paimon.format.orc.filter中的类
A NOT predicate to negate a predicate that can be evaluated by the OrcInputFormat.
OrcFilters.Or - org.apache.paimon.format.orc.filter中的类
An OR predicate that can be evaluated by the OrcInputFormat.
OrcFilters.Predicate - org.apache.paimon.format.orc.filter中的类
A filter predicate that can be evaluated by the OrcInputFormat.
OrcLegacyTimestampColumnVector - org.apache.paimon.format.orc.reader中的类
This class is used to adapt to Hive's legacy (2.0.x) timestamp column vector which is a LongColumnVector.
OrcLongColumnVector - org.apache.paimon.format.orc.reader中的类
This column vector is used to adapt hive's LongColumnVector to Paimon's boolean, byte, short, int and long ColumnVector.
OrcLongColumnVector(LongColumnVector) - 类 的构造器org.apache.paimon.format.orc.reader.OrcLongColumnVector
 
OrcMapColumnVector - org.apache.paimon.format.orc.reader中的类
This column vector is used to adapt hive's MapColumnVector to Paimon's MapColumnVector.
OrcMapColumnVector(MapColumnVector, MapType) - 类 的构造器org.apache.paimon.format.orc.reader.OrcMapColumnVector
 
OrcOptions - org.apache.paimon.format中的类
Options for orc format.
OrcOptions() - 类 的构造器org.apache.paimon.format.OrcOptions
 
OrcPredicateFunctionVisitor - org.apache.paimon.format.orc.filter中的类
Convert Predicate to OrcFilters.Predicate for orc.
orcProperties() - 类 中的方法org.apache.paimon.format.orc.OrcFileFormat
 
OrcReaderFactory - org.apache.paimon.format.orc中的类
An ORC reader that produces a stream of ColumnarRow records.
OrcReaderFactory(Configuration, RowType, List<OrcFilters.Predicate>, int) - 类 的构造器org.apache.paimon.format.orc.OrcReaderFactory
 
OrcRowColumnVector - org.apache.paimon.format.orc.reader中的类
This column vector is used to adapt hive's StructColumnVector to Flink's RowColumnVector.
OrcRowColumnVector(StructColumnVector, RowType) - 类 的构造器org.apache.paimon.format.orc.reader.OrcRowColumnVector
 
OrcSplitReaderUtil - org.apache.paimon.format.orc.reader中的类
Util for orc types.
OrcSplitReaderUtil() - 类 的构造器org.apache.paimon.format.orc.reader.OrcSplitReaderUtil
 
OrcTableStatsExtractor - org.apache.paimon.format.orc.filter中的类
TableStatsExtractor for orc files.
OrcTableStatsExtractor(RowType, FieldStatsCollector.Factory[]) - 类 的构造器org.apache.paimon.format.orc.filter.OrcTableStatsExtractor
 
orcTail(OrcTail) - 类 中的方法org.apache.orc.OrcFile.ReaderOptions
 
OrcTimestampColumnVector - org.apache.paimon.format.orc.reader中的类
This column vector is used to adapt hive's TimestampColumnVector to Paimon's TimestampColumnVector.
OrcTimestampColumnVector(ColumnVector) - 类 的构造器org.apache.paimon.format.orc.reader.OrcTimestampColumnVector
 
OrcWriterFactory - org.apache.paimon.format.orc中的类
A factory that creates an ORC FormatWriter.
OrcWriterFactory(Vectorizer<InternalRow>) - 类 的构造器org.apache.paimon.format.orc.OrcWriterFactory
Creates a new OrcBulkWriterFactory using the provided Vectorizer implementation.
OrcWriterFactory(Vectorizer<InternalRow>, Configuration) - 类 的构造器org.apache.paimon.format.orc.OrcWriterFactory
Creates a new OrcBulkWriterFactory using the provided Vectorizer, Hadoop Configuration.
OrcWriterFactory(Vectorizer<InternalRow>, Properties, Configuration) - 类 的构造器org.apache.paimon.format.orc.OrcWriterFactory
Creates a new OrcBulkWriterFactory using the provided Vectorizer, Hadoop Configuration, ORC writer properties.
org.apache.orc - 程序包 org.apache.orc
 
org.apache.orc.impl - 程序包 org.apache.orc.impl
 
org.apache.paimon.format - 程序包 org.apache.paimon.format
 
org.apache.paimon.format.avro - 程序包 org.apache.paimon.format.avro
 
org.apache.paimon.format.fs - 程序包 org.apache.paimon.format.fs
 
org.apache.paimon.format.orc - 程序包 org.apache.paimon.format.orc
 
org.apache.paimon.format.orc.filter - 程序包 org.apache.paimon.format.orc.filter
 
org.apache.paimon.format.orc.reader - 程序包 org.apache.paimon.format.orc.reader
 
org.apache.paimon.format.orc.writer - 程序包 org.apache.paimon.format.orc.writer
 
org.apache.paimon.format.parquet - 程序包 org.apache.paimon.format.parquet
 
org.apache.paimon.format.parquet.reader - 程序包 org.apache.paimon.format.parquet.reader
 
org.apache.paimon.format.parquet.writer - 程序包 org.apache.paimon.format.parquet.writer
 
overwrite(boolean) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
If the output file already exists, should it be overwritten?

P

paddingTolerance(double) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Sets the tolerance for block padding as a percentage of stripe size.
pageReader - 类 中的变量org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
pageValueCount - 类 中的变量org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
Total values in the current page.
ParquetBuilder<T> - org.apache.paimon.format.parquet.writer中的接口
A builder to create a ParquetWriter from a Parquet OutputFile.
ParquetBulkWriter - org.apache.paimon.format.parquet.writer中的类
A simple FormatWriter implementation that wraps a ParquetWriter.
ParquetBulkWriter(ParquetWriter<InternalRow>) - 类 的构造器org.apache.paimon.format.parquet.writer.ParquetBulkWriter
Creates a new ParquetBulkWriter wrapping the given ParquetWriter.
ParquetDataColumnReader - org.apache.paimon.format.parquet.reader中的接口
The interface to wrap the underlying Parquet dictionary and non dictionary encoded page reader.
ParquetDataColumnReaderFactory - org.apache.paimon.format.parquet.reader中的类
Parquet file has self-describing schema which may differ from the user required schema (e.g.
ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader - org.apache.paimon.format.parquet.reader中的类
The default data column reader for existing Parquet page reader which works for both dictionary or non dictionary types, Mirror from dictionary encoding path.
ParquetDataColumnReaderFactory.TypesFromInt96PageReader - org.apache.paimon.format.parquet.reader中的类
The reader who reads from the underlying Timestamp value.
ParquetDecimalVector - org.apache.paimon.format.parquet.reader中的类
Parquet write decimal as int32 and int64 and binary, this class wrap the real vector to provide DecimalColumnVector interface.
ParquetDecimalVector(ColumnVector) - 类 的构造器org.apache.paimon.format.parquet.reader.ParquetDecimalVector
 
ParquetDictionary - org.apache.paimon.format.parquet.reader中的类
Parquet dictionary.
ParquetDictionary(Dictionary) - 类 的构造器org.apache.paimon.format.parquet.reader.ParquetDictionary
 
ParquetFileFormat - org.apache.paimon.format.parquet中的类
Parquet FileFormat.
ParquetFileFormat(FileFormatFactory.FormatContext) - 类 的构造器org.apache.paimon.format.parquet.ParquetFileFormat
 
ParquetFileFormatFactory - org.apache.paimon.format.parquet中的类
Factory to create ParquetFileFormat.
ParquetFileFormatFactory() - 类 的构造器org.apache.paimon.format.parquet.ParquetFileFormatFactory
 
ParquetInputFile - org.apache.paimon.format.parquet中的类
A InputFile for paimon.
ParquetInputStream - org.apache.paimon.format.parquet中的类
A SeekableInputStream for paimon.
ParquetInputStream(SeekableInputStream) - 类 的构造器org.apache.paimon.format.parquet.ParquetInputStream
 
ParquetReaderFactory - org.apache.paimon.format.parquet中的类
Parquet FormatReaderFactory that reads data from the file to VectorizedColumnBatch in vectorized mode.
ParquetReaderFactory(Options, RowType, int) - 类 的构造器org.apache.paimon.format.parquet.ParquetReaderFactory
 
ParquetRowDataBuilder - org.apache.paimon.format.parquet.writer中的类
InternalRow of ParquetWriter.Builder.
ParquetRowDataBuilder(OutputFile, RowType) - 类 的构造器org.apache.paimon.format.parquet.writer.ParquetRowDataBuilder
 
ParquetRowDataWriter - org.apache.paimon.format.parquet.writer中的类
Writes a record to the Parquet API with the expected schema in order to be written to a file.
ParquetRowDataWriter(RecordConsumer, RowType, GroupType) - 类 的构造器org.apache.paimon.format.parquet.writer.ParquetRowDataWriter
 
ParquetSchemaConverter - org.apache.paimon.format.parquet中的类
Schema converter converts Parquet schema to and from Paimon internal types.
ParquetSchemaConverter() - 类 的构造器org.apache.paimon.format.parquet.ParquetSchemaConverter
 
ParquetSplitReaderUtil - org.apache.paimon.format.parquet.reader中的类
Util for generating ColumnReader.
ParquetSplitReaderUtil() - 类 的构造器org.apache.paimon.format.parquet.reader.ParquetSplitReaderUtil
 
ParquetTableStatsExtractor - org.apache.paimon.format.parquet中的类
TableStatsExtractor for parquet files.
ParquetTableStatsExtractor(RowType, FieldStatsCollector.Factory[]) - 类 的构造器org.apache.paimon.format.parquet.ParquetTableStatsExtractor
 
ParquetTimestampVector - org.apache.paimon.format.parquet.reader中的类
Parquet write timestamp precision 0-3 as int64 mills, 4-6 as int64 micros, 7-9 as int96, this class wrap the real vector to provide TimestampColumnVector interface.
ParquetTimestampVector(ColumnVector) - 类 的构造器org.apache.paimon.format.parquet.reader.ParquetTimestampVector
 
ParquetUtil - org.apache.paimon.format.parquet中的类
Parquet utilities that support to extract the metadata, assert expected stats, etc.
ParquetUtil() - 类 的构造器org.apache.paimon.format.parquet.ParquetUtil
 
ParquetWriterFactory - org.apache.paimon.format.parquet中的类
A factory that creates a Parquet FormatWriter.
ParquetWriterFactory(ParquetBuilder<InternalRow>) - 类 的构造器org.apache.paimon.format.parquet.ParquetWriterFactory
Creates a new ParquetWriterFactory using the given builder to assemble the ParquetWriter.
PhysicalFsWriter - org.apache.orc.impl中的类
An orc PhysicalFsWriter.
PhysicalFsWriter(FileSystem, Path, OrcFile.WriterOptions) - 类 的构造器org.apache.orc.impl.PhysicalFsWriter
 
PhysicalFsWriter(FileSystem, Path, OrcFile.WriterOptions, WriterEncryptionVariant[]) - 类 的构造器org.apache.orc.impl.PhysicalFsWriter
 
PhysicalFsWriter(FSDataOutputStream, OrcFile.WriterOptions, WriterEncryptionVariant[]) - 类 的构造器org.apache.orc.impl.PhysicalFsWriter
 
PhysicalFsWriter.VariantTracker - org.apache.orc.impl中的类
Record the information about each column encryption variant.
physicalWriter(PhysicalWriter) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Change the physical writer of the ORC file.
placeStreams(StreamName.Area, PhysicalFsWriter.SizeCounters) - 类 中的方法org.apache.orc.impl.PhysicalFsWriter.VariantTracker
Place the streams in the appropriate area while updating the sizes with the number of bytes in the area.
Predicate() - 类 的构造器org.apache.paimon.format.orc.filter.OrcFilters.Predicate
 
preFooterWrite(OrcFile.WriterContext) - 接口 中的方法org.apache.orc.OrcFile.WriterCallback
 
preStripeWrite(OrcFile.WriterContext) - 接口 中的方法org.apache.orc.OrcFile.WriterCallback
 
primitive(Schema) - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaTypelessReader
 
primitive(Schema, DataType) - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaVisitor
 
projectedRowType - 类 中的变量org.apache.paimon.format.avro.AvroBulkFormat
 

R

reachTargetSize(boolean, long) - 类 中的方法org.apache.paimon.format.orc.writer.OrcBulkWriter
 
reachTargetSize(boolean, long) - 类 中的方法org.apache.paimon.format.parquet.writer.ParquetBulkWriter
 
read(InternalRow, Decoder) - 类 中的方法org.apache.paimon.format.avro.AvroRowDatumReader
 
read(Decoder, Object) - 接口 中的方法org.apache.paimon.format.avro.FieldReader
 
read(Decoder, Object) - 类 中的方法org.apache.paimon.format.avro.FieldReaderFactory.RowReader
 
read(byte[], int, int) - 类 中的方法org.apache.paimon.format.avro.SeekableInputStreamWrapper
 
readBatch(int, int, VECTOR) - 类 中的方法org.apache.paimon.format.parquet.reader.AbstractColumnReader
readBatch(int, int, WritableBooleanVector) - 类 中的方法org.apache.paimon.format.parquet.reader.BooleanColumnReader
 
readBatch(int, int, WritableByteVector) - 类 中的方法org.apache.paimon.format.parquet.reader.ByteColumnReader
 
readBatch(int, int, WritableBytesVector) - 类 中的方法org.apache.paimon.format.parquet.reader.BytesColumnReader
 
readBatch(int, int, WritableDoubleVector) - 类 中的方法org.apache.paimon.format.parquet.reader.DoubleColumnReader
 
readBatch(int, int, VECTOR) - 类 中的方法org.apache.paimon.format.parquet.reader.FixedLenBytesColumnReader
 
readBatch(int, int, WritableFloatVector) - 类 中的方法org.apache.paimon.format.parquet.reader.FloatColumnReader
 
readBatch(int, int, WritableIntVector) - 类 中的方法org.apache.paimon.format.parquet.reader.IntColumnReader
 
readBatch(int, int, WritableLongVector) - 类 中的方法org.apache.paimon.format.parquet.reader.LongColumnReader
 
readBatch(int, ColumnVector) - 类 中的方法org.apache.paimon.format.parquet.reader.MapColumnReader
 
readBatch(int, int, WritableShortVector) - 类 中的方法org.apache.paimon.format.parquet.reader.ShortColumnReader
 
readBatch(int, int, WritableTimestampVector) - 类 中的方法org.apache.paimon.format.parquet.reader.TimestampColumnReader
 
readBatchFromDictionaryIds(int, int, VECTOR, WritableIntVector) - 类 中的方法org.apache.paimon.format.parquet.reader.AbstractColumnReader
Decode dictionary ids to data.
readBatchFromDictionaryIds(int, int, WritableBooleanVector, WritableIntVector) - 类 中的方法org.apache.paimon.format.parquet.reader.BooleanColumnReader
 
readBatchFromDictionaryIds(int, int, WritableByteVector, WritableIntVector) - 类 中的方法org.apache.paimon.format.parquet.reader.ByteColumnReader
 
readBatchFromDictionaryIds(int, int, WritableBytesVector, WritableIntVector) - 类 中的方法org.apache.paimon.format.parquet.reader.BytesColumnReader
 
readBatchFromDictionaryIds(int, int, WritableDoubleVector, WritableIntVector) - 类 中的方法org.apache.paimon.format.parquet.reader.DoubleColumnReader
 
readBatchFromDictionaryIds(int, int, VECTOR, WritableIntVector) - 类 中的方法org.apache.paimon.format.parquet.reader.FixedLenBytesColumnReader
 
readBatchFromDictionaryIds(int, int, WritableFloatVector, WritableIntVector) - 类 中的方法org.apache.paimon.format.parquet.reader.FloatColumnReader
 
readBatchFromDictionaryIds(int, int, WritableIntVector, WritableIntVector) - 类 中的方法org.apache.paimon.format.parquet.reader.IntColumnReader
 
readBatchFromDictionaryIds(int, int, WritableLongVector, WritableIntVector) - 类 中的方法org.apache.paimon.format.parquet.reader.LongColumnReader
 
readBatchFromDictionaryIds(int, int, WritableShortVector, WritableIntVector) - 类 中的方法org.apache.paimon.format.parquet.reader.ShortColumnReader
 
readBatchFromDictionaryIds(int, int, WritableTimestampVector, WritableIntVector) - 类 中的方法org.apache.paimon.format.parquet.reader.TimestampColumnReader
 
readBoolean() - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readBoolean(int) - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readBoolean() - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readBoolean(int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readBytes() - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readBytes(int) - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readBytes() - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readBytes(int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readDouble() - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readDouble(int) - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readDouble() - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readDouble(int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readerOptions(Configuration) - 类 中的静态方法org.apache.orc.OrcFile
 
ReaderOptions(Configuration) - 类 的构造器org.apache.orc.OrcFile.ReaderOptions
 
readFloat() - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readFloat(int) - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readFloat() - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readFloat(int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readInteger() - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readInteger(int) - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readInteger() - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readInteger(int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readLong() - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readLong(int) - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readLong(int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readLong() - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readMicrosTimestamp() - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readMicrosTimestamp() - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readMicrosTimestamp() - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.TypesFromInt96PageReader
 
readMillsTimestamp() - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readMillsTimestamp() - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readMillsTimestamp() - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.TypesFromInt96PageReader
 
readPage() - 类 中的方法org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
readRepetitionAndDefinitionLevels() - 类 中的方法org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
readSmallInt() - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readSmallInt(int) - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readSmallInt() - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readSmallInt(int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readTimestamp(int) - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readTimestamp(int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readTimestamp(int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.TypesFromInt96PageReader
 
readTinyInt() - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readTinyInt(int) - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readTinyInt() - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readTinyInt(int) - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
readToVector(int, VECTOR) - 类 中的方法org.apache.paimon.format.parquet.reader.AbstractColumnReader
Reads `total` values from this columnReader into column.
readToVector(int, WritableColumnVector) - 类 中的方法org.apache.paimon.format.parquet.reader.ArrayColumnReader
 
readToVector(int, VECTOR) - 接口 中的方法org.apache.paimon.format.parquet.reader.ColumnReader
 
readToVector(int, WritableColumnVector) - 类 中的方法org.apache.paimon.format.parquet.reader.MapColumnReader
 
readToVector(int, WritableColumnVector) - 类 中的方法org.apache.paimon.format.parquet.reader.RowColumnReader
 
readValueDictionaryId() - 接口 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReader
 
readValueDictionaryId() - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
rename(Path, Path) - 类 中的方法org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
repetitionLevel - 类 中的变量org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
repetitionLevelColumn - 类 中的变量org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
Repetition/Definition/Value readers.
reset() - 类 中的方法org.apache.orc.impl.ZstdCodec
 
RLEIntIterator(RunLengthBitPackingHybridDecoder) - 类 的构造器org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader.RLEIntIterator
 
RowColumnReader - org.apache.paimon.format.parquet.reader中的类
RowColumnReader(List<ColumnReader>) - 类 的构造器org.apache.paimon.format.parquet.reader.RowColumnReader
 
RowDataParquetBuilder - org.apache.paimon.format.parquet.writer中的类
A ParquetBuilder for InternalRow.
RowDataParquetBuilder(RowType, Options) - 类 的构造器org.apache.paimon.format.parquet.writer.RowDataParquetBuilder
 
RowDataVectorizer - org.apache.paimon.format.orc.writer中的类
A Vectorizer of InternalRow type element.
RowDataVectorizer(String, DataType[]) - 类 的构造器org.apache.paimon.format.orc.writer.RowDataVectorizer
 
rowIndexStride(int) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Set the distance between entries in the row index.
RowReader(Schema, List<DataField>) - 类 的构造器org.apache.paimon.format.avro.FieldReaderFactory.RowReader
 
runLenDecoder - 类 中的变量org.apache.paimon.format.parquet.reader.AbstractColumnReader
Run length decoder for data and dictionary.

S

schema - 类 中的变量org.apache.paimon.format.orc.OrcReaderFactory
 
seek(long) - 类 中的方法org.apache.paimon.format.avro.SeekableInputStreamWrapper
 
seek(long) - 类 中的方法org.apache.paimon.format.parquet.ParquetInputStream
 
SeekableInputStreamWrapper - org.apache.paimon.format.avro中的类
Code copy pasted from org.apache.avro.mapred.FSInput (which is Apache licensed as well).
SeekableInputStreamWrapper(SeekableInputStream, long) - 类 的构造器org.apache.paimon.format.avro.SeekableInputStreamWrapper
 
self() - 类 中的方法org.apache.paimon.format.parquet.writer.ParquetRowDataBuilder
 
SerializableHadoopConfigWrapper - org.apache.paimon.format.orc中的类
Utility class to make a Hadoop Configuration serializable.
SerializableHadoopConfigWrapper(Configuration) - 类 的构造器org.apache.paimon.format.orc.SerializableHadoopConfigWrapper
 
setBoolean(Configuration, boolean) - 枚举 中的方法org.apache.orc.OrcConf
 
setCompressionZstdLevel(int) - 类 中的方法org.apache.orc.OrcFile.ZstdCompressOptions
 
setCompressionZstdWindowLog(int) - 类 中的方法org.apache.orc.OrcFile.ZstdCompressOptions
 
setDouble(Configuration, double) - 枚举 中的方法org.apache.orc.OrcConf
 
setInt(Configuration, int) - 枚举 中的方法org.apache.orc.OrcConf
 
setKeyProvider(KeyProvider) - 类 中的方法org.apache.orc.OrcFile.ReaderOptions
Set the KeyProvider to override the default for getting keys.
setKeyProvider(KeyProvider) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Set the key provider for column encryption.
setKeyVersion(String, int, EncryptionAlgorithm) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
For users that need to override the current version of a key, this method allows them to define the version and algorithm for a given key.
setLong(Configuration, long) - 枚举 中的方法org.apache.orc.OrcConf
 
setProlepticGregorian(boolean) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Should the writer use the proleptic Gregorian calendar for times and dates.
setSchema(TypeDescription) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Set the schema for the file.
setSchema(Schema) - 类 中的方法org.apache.paimon.format.avro.AvroRowDatumReader
 
setSchema(Schema) - 类 中的方法org.apache.paimon.format.avro.AvroRowDatumWriter
 
setShims(HadoopShims) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Set the HadoopShims to use.
setString(Configuration, String) - 枚举 中的方法org.apache.orc.OrcConf
 
setWorkingDirectory(Path) - 类 中的方法org.apache.paimon.format.fs.HadoopReadOnlyFileSystem
 
ShortColumnReader - org.apache.paimon.format.parquet.reader中的类
ShortColumnReader(ColumnDescriptor, PageReader) - 类 的构造器org.apache.paimon.format.parquet.reader.ShortColumnReader
 
skip(Decoder) - 接口 中的方法org.apache.paimon.format.avro.FieldReader
 
skip(Decoder) - 类 中的方法org.apache.paimon.format.avro.FieldReaderFactory.RowReader
 
skip() - 类 中的方法org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
StreamOutputFile - org.apache.paimon.format.parquet.writer中的类
An implementation of Parquet's OutputFile interface that goes against a Paimon PositionOutputStream.
StreamOutputFile(PositionOutputStream) - 类 的构造器org.apache.paimon.format.parquet.writer.StreamOutputFile
Creates a new StreamOutputFile.
streams - 类 中的变量org.apache.orc.impl.PhysicalFsWriter.VariantTracker
 
stripeSize(long) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Set the stripe size for the file.
stripeStats - 类 中的变量org.apache.orc.impl.PhysicalFsWriter.VariantTracker
 
stripeStatsStreams - 类 中的变量org.apache.orc.impl.PhysicalFsWriter.VariantTracker
 
supportLazyDecode() - 类 中的方法org.apache.paimon.format.parquet.reader.AbstractColumnReader
Support lazy dictionary ids decode.
supportLazyDecode() - 类 中的方法org.apache.paimon.format.parquet.reader.BooleanColumnReader
 
supportLazyDecode() - 类 中的方法org.apache.paimon.format.parquet.reader.TimestampColumnReader
 
supportsBlockSize() - 类 中的方法org.apache.paimon.format.parquet.writer.StreamOutputFile
 

T

tell() - 类 中的方法org.apache.paimon.format.avro.SeekableInputStreamWrapper
 
ThreadLocalClassLoaderConfiguration - org.apache.paimon.format.orc中的类
Workaround for https://issues.apache.org/jira/browse/ORC-653.
ThreadLocalClassLoaderConfiguration() - 类 的构造器org.apache.paimon.format.orc.ThreadLocalClassLoaderConfiguration
 
ThreadLocalClassLoaderConfiguration(Configuration) - 类 的构造器org.apache.paimon.format.orc.ThreadLocalClassLoaderConfiguration
 
TimestampColumnReader - org.apache.paimon.format.parquet.reader中的类
Timestamp ColumnReader.
TimestampColumnReader(boolean, ColumnDescriptor, PageReader) - 类 的构造器org.apache.paimon.format.parquet.reader.TimestampColumnReader
 
toOrcType(DataType) - 类 中的静态方法org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
toOrcType(DataType) - 类 中的静态方法org.apache.paimon.format.orc.reader.OrcSplitReaderUtil
 
toString() - 类 中的方法org.apache.orc.impl.PhysicalFsWriter
 
toString() - 枚举 中的方法org.apache.orc.OrcFile.BloomFilterVersion
 
toString() - 类 中的方法org.apache.paimon.format.orc.filter.OrcFilters.And
 
toString() - 类 中的方法org.apache.paimon.format.orc.filter.OrcFilters.Equals
 
toString() - 类 中的方法org.apache.paimon.format.orc.filter.OrcFilters.IsNull
 
toString() - 类 中的方法org.apache.paimon.format.orc.filter.OrcFilters.LessThan
 
toString() - 类 中的方法org.apache.paimon.format.orc.filter.OrcFilters.LessThanEquals
 
toString() - 类 中的方法org.apache.paimon.format.orc.filter.OrcFilters.Not
 
toString() - 类 中的方法org.apache.paimon.format.orc.filter.OrcFilters.Or
 
toString() - 类 中的方法org.apache.paimon.format.parquet.ParquetInputFile
 
type - 类 中的变量org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
 
TypesFromInt96PageReader(ValuesReader, boolean) - 类 的构造器org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.TypesFromInt96PageReader
 
TypesFromInt96PageReader(Dictionary, boolean) - 类 的构造器org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.TypesFromInt96PageReader
 

U

useUTCTimestamp(boolean) - 类 中的方法org.apache.orc.OrcFile.ReaderOptions
 
useUTCTimestamp(boolean) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Manually set the time zone for the writer to utc.

V

validateDataFields(RowType) - 类 中的方法org.apache.paimon.format.avro.AvroFileFormat
 
validateDataFields(RowType) - 类 中的方法org.apache.paimon.format.orc.OrcFileFormat
 
validateDataFields(RowType) - 类 中的方法org.apache.paimon.format.parquet.ParquetFileFormat
 
valueOf(String) - 枚举 中的静态方法org.apache.orc.CompressionKind
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.orc.OrcConf
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.orc.OrcFile.BloomFilterVersion
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.orc.OrcFile.CompressionStrategy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.orc.OrcFile.EncodingStrategy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.orc.OrcFile.Version
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.orc.OrcFile.WriterImplementation
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.apache.orc.OrcFile.WriterVersion
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.apache.orc.CompressionKind
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.orc.OrcConf
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.orc.OrcFile.BloomFilterVersion
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.orc.OrcFile.CompressionStrategy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.orc.OrcFile.EncodingStrategy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.orc.OrcFile.Version
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.orc.OrcFile.WriterImplementation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.apache.orc.OrcFile.WriterVersion
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
valuesRead - 类 中的变量org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader
Total number of values read.
valuesReader - 类 中的变量org.apache.paimon.format.parquet.reader.ParquetDataColumnReaderFactory.DefaultParquetDataColumnReader
 
ValuesReaderIntIterator(ValuesReader) - 类 的构造器org.apache.paimon.format.parquet.reader.BaseVectorizedColumnReader.ValuesReaderIntIterator
 
vectorize(InternalRow, VectorizedRowBatch) - 类 中的方法org.apache.paimon.format.orc.writer.RowDataVectorizer
 
vectorize(T, VectorizedRowBatch) - 类 中的方法org.apache.paimon.format.orc.writer.Vectorizer
Transforms the provided element to ColumnVectors and sets them in the exposed VectorizedRowBatch.
Vectorizer<T> - org.apache.paimon.format.orc.writer中的类
This class provides an abstracted set of methods to handle the lifecycle of VectorizedRowBatch.
Vectorizer(String) - 类 的构造器org.apache.paimon.format.orc.writer.Vectorizer
 
version(OrcFile.Version) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Sets the version of the file that will be written.
visit(Schema) - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaTypelessReader
 
visit(Schema, DataType) - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaVisitor
 
visit(CharType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visit(VarCharType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visit(BooleanType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visit(BinaryType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visit(VarBinaryType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visit(TinyIntType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visit(SmallIntType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visit(IntType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visit(BigIntType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visit(FloatType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visit(DoubleType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visit(DateType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visit(TimeType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visit(TimestampType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visit(LocalZonedTimestampType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visit(DecimalType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visit(ArrayType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visit(MapType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visit(RowType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visit(MultisetType) - 类 中的方法org.apache.paimon.format.orc.writer.FieldWriterFactory
 
visitAnd(List<Optional<OrcFilters.Predicate>>) - 类 中的方法org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitArray(Schema) - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaTypelessReader
 
visitArray(Schema, DataType) - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitArray(Schema, DataType) - 类 中的方法org.apache.paimon.format.avro.FieldReaderFactory
 
visitArray(Schema, DataType) - 类 中的方法org.apache.paimon.format.avro.FieldWriterFactory
 
visitBigInt() - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitBigInt() - 类 中的方法org.apache.paimon.format.avro.FieldReaderFactory
 
visitBigInt() - 类 中的方法org.apache.paimon.format.avro.FieldWriterFactory
 
visitBoolean() - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitBoolean() - 类 中的方法org.apache.paimon.format.avro.FieldReaderFactory
 
visitBoolean() - 类 中的方法org.apache.paimon.format.avro.FieldWriterFactory
 
visitBytes() - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitBytes() - 类 中的方法org.apache.paimon.format.avro.FieldReaderFactory
 
visitBytes() - 类 中的方法org.apache.paimon.format.avro.FieldWriterFactory
 
visitDecimal() - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaTypelessReader
 
visitDecimal(Integer, Integer) - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitDecimal(Integer, Integer) - 类 中的方法org.apache.paimon.format.avro.FieldReaderFactory
 
visitDecimal(Integer, Integer) - 类 中的方法org.apache.paimon.format.avro.FieldWriterFactory
 
visitDouble() - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitDouble() - 类 中的方法org.apache.paimon.format.avro.FieldReaderFactory
 
visitDouble() - 类 中的方法org.apache.paimon.format.avro.FieldWriterFactory
 
visitEqual(FieldRef, Object) - 类 中的方法org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitFloat() - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitFloat() - 类 中的方法org.apache.paimon.format.avro.FieldReaderFactory
 
visitFloat() - 类 中的方法org.apache.paimon.format.avro.FieldWriterFactory
 
visitGreaterOrEqual(FieldRef, Object) - 类 中的方法org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitGreaterThan(FieldRef, Object) - 类 中的方法org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitIn(FieldRef, List<Object>) - 类 中的方法org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitInt() - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitInt() - 类 中的方法org.apache.paimon.format.avro.FieldReaderFactory
 
visitInt() - 类 中的方法org.apache.paimon.format.avro.FieldWriterFactory
 
visitIsNotNull(FieldRef) - 类 中的方法org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitIsNull(FieldRef) - 类 中的方法org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitLessOrEqual(FieldRef, Object) - 类 中的方法org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitLessThan(FieldRef, Object) - 类 中的方法org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitMap(Schema) - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaTypelessReader
 
visitMap(Schema, DataType) - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitMap(Schema, DataType) - 类 中的方法org.apache.paimon.format.avro.FieldReaderFactory
 
visitMap(Schema, DataType) - 类 中的方法org.apache.paimon.format.avro.FieldWriterFactory
 
visitNotEqual(FieldRef, Object) - 类 中的方法org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitNotIn(FieldRef, List<Object>) - 类 中的方法org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
VISITOR - 类 中的静态变量org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitOr(List<Optional<OrcFilters.Predicate>>) - 类 中的方法org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitRecord(Schema) - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaTypelessReader
 
visitRecord(Schema, List<DataField>) - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitRecord(Schema, List<DataField>) - 类 中的方法org.apache.paimon.format.avro.FieldReaderFactory
 
visitRecord(Schema, List<DataField>) - 类 中的方法org.apache.paimon.format.avro.FieldWriterFactory
 
visitSmallInt() - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitSmallInt() - 类 中的方法org.apache.paimon.format.avro.FieldReaderFactory
 
visitSmallInt() - 类 中的方法org.apache.paimon.format.avro.FieldWriterFactory
 
visitStartsWith(FieldRef, Object) - 类 中的方法org.apache.paimon.format.orc.filter.OrcPredicateFunctionVisitor
 
visitString() - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitString() - 类 中的方法org.apache.paimon.format.avro.FieldReaderFactory
 
visitString() - 类 中的方法org.apache.paimon.format.avro.FieldWriterFactory
 
visitTimestampMicros() - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaTypelessReader
 
visitTimestampMicros(Integer) - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitTimestampMicros(Integer) - 类 中的方法org.apache.paimon.format.avro.FieldReaderFactory
 
visitTimestampMicros(Integer) - 类 中的方法org.apache.paimon.format.avro.FieldWriterFactory
 
visitTimestampMillis() - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaTypelessReader
 
visitTimestampMillis(Integer) - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitTimestampMillis(Integer) - 类 中的方法org.apache.paimon.format.avro.FieldReaderFactory
 
visitTimestampMillis(Integer) - 类 中的方法org.apache.paimon.format.avro.FieldWriterFactory
 
visitTinyInt() - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitTinyInt() - 类 中的方法org.apache.paimon.format.avro.FieldReaderFactory
 
visitTinyInt() - 类 中的方法org.apache.paimon.format.avro.FieldWriterFactory
 
visitUnion(Schema) - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaTypelessReader
 
visitUnion(Schema, DataType) - 接口 中的方法org.apache.paimon.format.avro.AvroSchemaVisitor
 
visitUnion(Schema, DataType) - 类 中的方法org.apache.paimon.format.avro.FieldReaderFactory
 
visitUnion(Schema, DataType) - 类 中的方法org.apache.paimon.format.avro.FieldWriterFactory
 

W

write(InternalRow, Encoder) - 类 中的方法org.apache.paimon.format.avro.AvroRowDatumWriter
 
write(int) - 类 中的方法org.apache.paimon.format.avro.CloseShieldOutputStream
 
write(byte[]) - 类 中的方法org.apache.paimon.format.avro.CloseShieldOutputStream
 
write(byte[], int, int) - 类 中的方法org.apache.paimon.format.avro.CloseShieldOutputStream
 
write(DataGetters, int, Encoder) - 接口 中的方法org.apache.paimon.format.avro.FieldWriter
 
write(DataGetters, int, Encoder) - 类 中的方法org.apache.paimon.format.avro.FieldWriterFactory.RowWriter
 
write(int, ColumnVector, DataGetters, int) - 接口 中的方法org.apache.paimon.format.orc.writer.FieldWriter
 
write(InternalRow) - 类 中的方法org.apache.paimon.format.parquet.writer.ParquetRowDataWriter
It writes a record to Parquet.
writeBloomFilter(StreamName, OrcProto.BloomFilterIndex.Builder) - 类 中的方法org.apache.orc.impl.PhysicalFsWriter
 
writeFileFooter(OrcProto.Footer.Builder) - 类 中的方法org.apache.orc.impl.PhysicalFsWriter
 
writeFileMetadata(OrcProto.Metadata.Builder) - 类 中的方法org.apache.orc.impl.PhysicalFsWriter
 
writeHeader() - 类 中的方法org.apache.orc.impl.PhysicalFsWriter
 
writeIndex(StreamName, OrcProto.RowIndex.Builder) - 类 中的方法org.apache.orc.impl.PhysicalFsWriter
 
writeIntermediateFooter() - 类 中的方法org.apache.orc.impl.WriterImpl
 
writePostScript(OrcProto.PostScript.Builder) - 类 中的方法org.apache.orc.impl.PhysicalFsWriter
 
WRITER_FACTORY - 类 中的静态变量org.apache.paimon.format.orc.writer.FieldWriterFactory
 
WriterImpl - org.apache.orc.impl中的类
An ORC file writer.
WriterImpl(FileSystem, Path, OrcFile.WriterOptions) - 类 的构造器org.apache.orc.impl.WriterImpl
 
writerOptions(Configuration) - 类 中的静态方法org.apache.orc.OrcFile
Create a set of writer options based on a configuration.
writerOptions(Properties, Configuration) - 类 中的静态方法org.apache.orc.OrcFile
Create a set of write options based on a set of table properties and configuration.
WriterOptions(Properties, Configuration) - 类 的构造器org.apache.orc.OrcFile.WriterOptions
 
writeRow(InternalRow, Encoder) - 类 中的方法org.apache.paimon.format.avro.FieldWriterFactory.RowWriter
 
writerVersion(OrcFile.WriterVersion) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Manually set the writer version.
writeStatistics(StreamName, OrcProto.ColumnStatistics.Builder) - 类 中的方法org.apache.orc.impl.PhysicalFsWriter
 
writeStreams(StreamName.Area, FSDataOutputStream) - 类 中的方法org.apache.orc.impl.PhysicalFsWriter.VariantTracker
Write the streams in the appropriate area.
writeVariableLengthBlocks(boolean) - 类 中的方法org.apache.orc.OrcFile.WriterOptions
Should the ORC file writer use HDFS variable length blocks, if they are available?

Z

ZstdCodec - org.apache.orc.impl中的类
orc ZstdCodec.
ZstdCodec(int, int) - 类 的构造器org.apache.orc.impl.ZstdCodec
 
ZstdCodec() - 类 的构造器org.apache.orc.impl.ZstdCodec
 
ZstdCompressOptions() - 类 的构造器org.apache.orc.OrcFile.ZstdCompressOptions
 
A B C D E F G H I J L M N O P R S T U V W Z 
跳过导航链接

Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.