public class OpTraits extends Object
| Constructor and Description |
|---|
OpTraits(List<List<String>> bucketColNames,
int numBuckets,
List<List<String>> sortColNames) |
| Modifier and Type | Method and Description |
|---|---|
List<List<String>> |
getBucketColNames() |
int |
getNumBuckets() |
List<List<String>> |
getSortCols() |
void |
setBucketColNames(List<List<String>> bucketColNames) |
void |
setNumBuckets(int numBuckets) |
void |
setSortColNames(List<List<String>> sortColNames) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.