public final class FixedBucketPruningOptimizer.FixedBucketPruningOptimizerCtxt extends Object implements NodeProcessorCtx
| Modifier and Type | Field and Description |
|---|---|
ParseContext |
pctx |
| Constructor and Description |
|---|
FixedBucketPruningOptimizerCtxt(boolean compat,
ParseContext pctx) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getBucketCols() |
int |
getNumBuckets() |
PrunedPartitionList |
getPartitions() |
List<StructField> |
getSchema() |
boolean |
isCompat() |
void |
setBucketCols(List<String> bucketCols) |
void |
setNumBuckets(int numBuckets) |
void |
setPartitions(PrunedPartitionList partitions) |
void |
setSchema(ArrayList<StructField> fields) |
public final ParseContext pctx
public FixedBucketPruningOptimizerCtxt(boolean compat,
ParseContext pctx)
public void setSchema(ArrayList<StructField> fields)
public List<StructField> getSchema()
public void setPartitions(PrunedPartitionList partitions)
public PrunedPartitionList getPartitions()
public int getNumBuckets()
public void setNumBuckets(int numBuckets)
public boolean isCompat()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.