Package | Description |
---|---|
org.apache.paimon.flink.sorter |
Modifier and Type | Class and Description |
---|---|
class |
HilbertSorter
This is a table sorter which will sort the records by the hilbert curve of specified columns.
|
class |
OrderSorter
Alphabetical order sorter to sort records by the given `orderColNames`.
|
class |
ZorderSorter
This is a table sorter which will sort the records by the z-order of specified columns.
|
Modifier and Type | Method and Description |
---|---|
static TableSorter |
TableSorter.getSorter(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment batchTEnv,
org.apache.flink.streaming.api.datastream.DataStream<org.apache.flink.table.data.RowData> origin,
FileStoreTable fileStoreTable,
TableSortInfo sortInfo) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.