Package | Description |
---|---|
org.apache.paimon | |
org.apache.paimon.lookup | |
org.apache.paimon.mergetree.compact |
Modifier and Type | Method and Description |
---|---|
LookupStrategy |
CoreOptions.lookupStrategy() |
Modifier and Type | Method and Description |
---|---|
static LookupStrategy |
LookupStrategy.from(boolean isFirstRow,
boolean produceChangelog,
boolean deletionVector,
boolean forceLookup) |
Constructor and Description |
---|
LookupChangelogMergeFunctionWrapper(MergeFunctionFactory<KeyValue> mergeFunctionFactory,
java.util.function.Function<InternalRow,T> lookup,
RecordEqualiser valueEqualiser,
LookupStrategy lookupStrategy,
DeletionVectorsMaintainer deletionVectorsMaintainer,
UserDefinedSeqComparator userDefinedSeqComparator) |
LookupMergeFunctionWrapperFactory(RecordEqualiser valueEqualiser,
LookupStrategy lookupStrategy,
UserDefinedSeqComparator userDefinedSeqComparator) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.