public class ASTConverter extends Object
| Modifier and Type | Method and Description |
|---|---|
static ASTNode |
convert(org.apache.calcite.rel.RelNode relNode,
List<org.apache.hadoop.hive.metastore.api.FieldSchema> resultSchema,
boolean alignColumns) |
ASTNode |
getUnionAllAST(ASTNode leftAST,
ASTNode rightAST) |
static boolean |
isFlat(org.apache.calcite.rex.RexCall call) |
public static ASTNode convert(org.apache.calcite.rel.RelNode relNode, List<org.apache.hadoop.hive.metastore.api.FieldSchema> resultSchema, boolean alignColumns) throws CalciteSemanticException
CalciteSemanticExceptionpublic static boolean isFlat(org.apache.calcite.rex.RexCall call)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.