- 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中的类
-
- 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中的类
-
- 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?
- 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中的类
-
- 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中的类
-
- 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
-