Package | Description |
---|---|
org.apache.hadoop.hive.ql.optimizer.calcite.reloperators | |
org.apache.hadoop.hive.ql.optimizer.calcite.stats |
Modifier and Type | Method and Description |
---|---|
static HiveProject |
HiveProject.create(org.apache.calcite.rel.RelNode child,
List<? extends org.apache.calcite.rex.RexNode> exps,
List<String> fieldNames)
Creates a HiveProject with no sort keys.
|
static HiveProject |
HiveProject.create(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.rel.RelNode child,
List<? extends org.apache.calcite.rex.RexNode> exps,
org.apache.calcite.rel.type.RelDataType rowType,
List<org.apache.calcite.rel.RelCollation> collationList)
Creates a HiveProject.
|
static HiveProject |
HiveProject.create(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.rel.RelNode child,
List<? extends org.apache.calcite.rex.RexNode> exps,
org.apache.calcite.rel.type.RelDataType rowType,
org.apache.calcite.plan.RelTraitSet traitSet,
List<org.apache.calcite.rel.RelCollation> collationList)
Creates a HiveProject.
|
Modifier and Type | Method and Description |
---|---|
Double |
HiveRelMdMemory.memory(HiveProject project) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.