public class PlanModifierForASTConv extends Object
| Constructor and Description |
|---|
PlanModifierForASTConv() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.calcite.rel.RelNode |
convertOpTree(org.apache.calcite.rel.RelNode rel,
List<org.apache.hadoop.hive.metastore.api.FieldSchema> resultSchema,
boolean alignColumns) |
static org.apache.calcite.rel.RelNode |
renameTopLevelSelectInResultSchema(org.apache.calcite.rel.RelNode rootRel,
org.apache.calcite.util.Pair<org.apache.calcite.rel.RelNode,org.apache.calcite.rel.RelNode> topSelparentPair,
List<org.apache.hadoop.hive.metastore.api.FieldSchema> resultSchema) |
public static org.apache.calcite.rel.RelNode convertOpTree(org.apache.calcite.rel.RelNode rel,
List<org.apache.hadoop.hive.metastore.api.FieldSchema> resultSchema,
boolean alignColumns)
throws CalciteSemanticException
CalciteSemanticExceptionpublic static org.apache.calcite.rel.RelNode renameTopLevelSelectInResultSchema(org.apache.calcite.rel.RelNode rootRel,
org.apache.calcite.util.Pair<org.apache.calcite.rel.RelNode,org.apache.calcite.rel.RelNode> topSelparentPair,
List<org.apache.hadoop.hive.metastore.api.FieldSchema> resultSchema)
throws CalciteSemanticException
CalciteSemanticExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.