| Package | Description |
|---|---|
| org.apache.tajo.plan | |
| org.apache.tajo.plan.nameresolver |
| Modifier and Type | Method and Description |
|---|---|
EvalNode |
ExprAnnotator.createEvalNode(LogicalPlanner.PlanContext planContext,
Expr expr,
NameResolvingMode colRsvLevel) |
| Modifier and Type | Field and Description |
|---|---|
static Map<NameResolvingMode,NameResolver> |
NameResolver.resolverMap |
| Modifier and Type | Method and Description |
|---|---|
static NameResolvingMode |
NameResolvingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NameResolvingMode[] |
NameResolvingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Column |
NameResolver.resolve(LogicalPlan plan,
LogicalPlan.QueryBlock block,
ColumnReferenceExpr column,
NameResolvingMode mode) |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.