public class AnnotateStatsProcCtx extends Object implements NodeProcessorCtx
| Constructor and Description |
|---|
AnnotateStatsProcCtx(ParseContext pctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAffectedColumn(ExprNodeColumnDesc column) |
void |
addAffectedColumns(Set<String> columns) |
void |
clearAffectedColumns() |
Set<String> |
getAffectedColumns() |
Statistics |
getAndExprStats() |
HiveConf |
getConf() |
ParseContext |
getParseContext() |
boolean |
isUniformWithinRange() |
void |
setAndExprStats(Statistics andExprStats) |
public AnnotateStatsProcCtx(ParseContext pctx)
public HiveConf getConf()
public boolean isUniformWithinRange()
public ParseContext getParseContext()
public Statistics getAndExprStats()
public void setAndExprStats(Statistics andExprStats)
public void clearAffectedColumns()
public void addAffectedColumn(ExprNodeColumnDesc column)
Copyright © 2024 The Apache Software Foundation. All rights reserved.