Package | Description |
---|---|
org.apache.paimon.crosspartition |
Modifier and Type | Class and Description |
---|---|
class |
DeleteExistingProcessor
A
ExistingProcessor to delete old record. |
class |
SkipNewExistingProcessor
A
ExistingProcessor to skip new record. |
class |
UseOldExistingProcessor
A
ExistingProcessor to use old partition and bucket. |
Modifier and Type | Method and Description |
---|---|
static ExistingProcessor |
ExistingProcessor.create(CoreOptions.MergeEngine mergeEngine,
ProjectToRowFunction setPartition,
BucketAssigner bucketAssigner,
java.util.function.BiConsumer<InternalRow,Integer> collector) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.