Modifier and Type | Method and Description |
---|---|
List<String> |
ColumnPrunerProcCtx.getColsFromSelectExpr(SelectOperator op)
Creates the list of internal column names from select expressions in a
select operator.
|
List<String> |
ColumnPrunerProcCtx.getSelectColsFromChildren(SelectOperator op,
List<String> colList)
Creates the list of internal column names for select * expressions.
|
Modifier and Type | Method and Description |
---|---|
protected static SelectOperator |
CorrelationUtilities.replaceReduceSinkWithSelectOperator(ReduceSinkOperator childRS,
ParseContext context,
org.apache.hadoop.hive.ql.optimizer.correlation.AbstractCorrelationProcCtx procCtx) |
Modifier and Type | Method and Description |
---|---|
List<SelectOperator> |
RewriteCanApplyCtx.getSelectOperators() |
Modifier and Type | Method and Description |
---|---|
void |
RewriteCanApplyCtx.setSelectOperators(List<SelectOperator> selectOperators) |
Modifier and Type | Method and Description |
---|---|
List<List<String>> |
OpTraitsRulesProcFactory.SelectRule.getConvertedColNames(List<List<String>> parentColNames,
SelectOperator selOp) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.