public static final class BucketingSortingCtx.BucketCol extends Object implements BucketingSortingCtx.BucketSortCol, Serializable
| Constructor and Description |
|---|
BucketCol() |
BucketCol(String name,
int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAlias(String name,
Integer index) |
List<Integer> |
getIndexes() |
List<String> |
getNames() |
String |
toString() |
public BucketCol(String name, int index)
public BucketCol()
public List<String> getNames()
getNames in interface BucketingSortingCtx.BucketSortColpublic List<Integer> getIndexes()
getIndexes in interface BucketingSortingCtx.BucketSortColpublic void addAlias(String name, Integer index)
addAlias in interface BucketingSortingCtx.BucketSortColCopyright © 2019 The Apache Software Foundation. All Rights Reserved.