public class TableSortInfo extends Object
TableSortInfo
is used to indicate the configuration details for table data sorting. This
includes information about which columns to sort by, the sorting strategy (e.g., order, Z-order),
whether to sort within each cluster, and sample sizes for local and global sample nodes.Modifier and Type | Class and Description |
---|---|
static class |
TableSortInfo.Builder
Builder for
TableSortInfo . |
Modifier and Type | Method and Description |
---|---|
int |
getGlobalSampleSize() |
int |
getLocalSampleSize() |
int |
getRangeNumber() |
int |
getSinkParallelism() |
List<String> |
getSortColumns() |
TableSorter.OrderType |
getSortStrategy() |
boolean |
isSortInCluster() |
public TableSorter.OrderType getSortStrategy()
public boolean isSortInCluster()
public int getRangeNumber()
public int getLocalSampleSize()
public int getGlobalSampleSize()
public int getSinkParallelism()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.