| Package | Description |
|---|---|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
RelStructuredTypeFlattener.flattenProjection(RelStructuredTypeFlattener.RewriteRexShuttle shuttle,
RexNode exp,
String fieldName,
List<Pair<RexNode,String>> flattenedExps) |
private void |
RelStructuredTypeFlattener.flattenProjections(RelStructuredTypeFlattener.RewriteRexShuttle shuttle,
List<? extends RexNode> exps,
List<String> fieldNames,
String prefix,
List<Pair<RexNode,String>> flattenedExps) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.