| Package | Description |
|---|---|
| org.apache.calcite.sql.fun |
Defines the set of standard SQL row-level functions and
operators.
|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlQuantifyOperator
Definition of the SQL
ALL and SOMEoperators. |
| Modifier and Type | Method and Description |
|---|---|
private RexNode |
SqlToRelConverter.convertInToOr(SqlToRelConverter.Blackboard bb,
List<RexNode> leftKeys,
SqlNodeList valuesList,
SqlInOperator op)
Converts "x IN (1, 2, ...)" to "x=1 OR x=2 OR ...".
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.