| Package | Description |
|---|---|
| org.apache.paimon | |
| org.apache.paimon.crosspartition | |
| org.apache.paimon.mergetree.compact | |
| org.apache.paimon.operation | |
| org.apache.paimon.table.source |
| Modifier and Type | Field and Description |
|---|---|
static ConfigOption<CoreOptions.MergeEngine> |
CoreOptions.MERGE_ENGINE |
| Modifier and Type | Method and Description |
|---|---|
CoreOptions.MergeEngine |
CoreOptions.mergeEngine() |
static CoreOptions.MergeEngine |
CoreOptions.MergeEngine.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreOptions.MergeEngine[] |
CoreOptions.MergeEngine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ExistingProcessor |
ExistingProcessor.create(CoreOptions.MergeEngine mergeEngine,
ProjectToRowFunction setPartition,
BucketAssigner bucketAssigner,
java.util.function.BiConsumer<InternalRow,Integer> collector) |
| Modifier and Type | Field and Description |
|---|---|
protected CoreOptions.MergeEngine |
ChangelogMergeTreeRewriter.mergeEngine |
| Constructor and Description |
|---|
KeyValueFileStoreScan(RowType partitionType,
ScanBucketFilter bucketFilter,
SnapshotManager snapshotManager,
SchemaManager schemaManager,
TableSchema schema,
KeyValueFieldsExtractor keyValueFieldsExtractor,
ManifestFile.Factory manifestFileFactory,
ManifestList.Factory manifestListFactory,
int numOfBuckets,
boolean checkNumOfBuckets,
Integer scanManifestParallelism,
boolean deletionVectorsEnabled,
CoreOptions.MergeEngine mergeEngine,
CoreOptions.ChangelogProducer changelogProducer) |
| Constructor and Description |
|---|
MergeTreeSplitGenerator(Comparator<InternalRow> keyComparator,
long targetSplitSize,
long openFileCost,
boolean deletionVectorsEnabled,
CoreOptions.MergeEngine mergeEngine) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.