Package | Description |
---|---|
org.apache.paimon | |
org.apache.paimon.mergetree.compact |
Modifier and Type | Field and Description |
---|---|
static ConfigOption<CoreOptions.SortEngine> |
CoreOptions.SORT_ENGINE |
Modifier and Type | Method and Description |
---|---|
CoreOptions.SortEngine |
CoreOptions.sortEngine() |
static CoreOptions.SortEngine |
CoreOptions.SortEngine.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreOptions.SortEngine[] |
CoreOptions.SortEngine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T> SortMergeReader<T> |
SortMergeReader.createSortMergeReader(List<RecordReader<KeyValue>> readers,
Comparator<InternalRow> userKeyComparator,
FieldsComparator userDefinedSeqComparator,
MergeFunctionWrapper<T> mergeFunctionWrapper,
CoreOptions.SortEngine sortEngine) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.