public static class TableSortInfo.Builder extends Object
TableSortInfo
.Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TableSortInfo |
build() |
TableSortInfo.Builder |
setGlobalSampleSize(int globalSampleSize) |
TableSortInfo.Builder |
setLocalSampleSize(int localSampleSize) |
TableSortInfo.Builder |
setRangeNumber(int rangeNumber) |
TableSortInfo.Builder |
setSinkParallelism(int sinkParallelism) |
TableSortInfo.Builder |
setSortColumns(List<String> sortColumns) |
TableSortInfo.Builder |
setSortInCluster(boolean sortInCluster) |
TableSortInfo.Builder |
setSortStrategy(TableSorter.OrderType sortStrategy) |
public TableSortInfo.Builder setSortColumns(List<String> sortColumns)
public TableSortInfo.Builder setSortStrategy(TableSorter.OrderType sortStrategy)
public TableSortInfo.Builder setSortInCluster(boolean sortInCluster)
public TableSortInfo.Builder setRangeNumber(int rangeNumber)
public TableSortInfo.Builder setSinkParallelism(int sinkParallelism)
public TableSortInfo.Builder setLocalSampleSize(int localSampleSize)
public TableSortInfo.Builder setGlobalSampleSize(int globalSampleSize)
public TableSortInfo build()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.