Package | Description |
---|---|
org.apache.calcite.sql |
Provides a SQL parser and object model.
|
org.apache.calcite.sql.fun |
Defines the set of standard SQL row-level functions and
operators.
|
Modifier and Type | Method and Description |
---|---|
SqlSpecialOperator.ReduceResult |
SqlSpecialOperator.reduceExpr(int ordinal,
SqlSpecialOperator.TokenSequence list)
Reduces a list of operators and arguments according to the rules of
precedence and associativity.
|
Modifier and Type | Method and Description |
---|---|
SqlSpecialOperator.ReduceResult |
SqlDotOperator.reduceExpr(int ordinal,
SqlSpecialOperator.TokenSequence list) |
SqlSpecialOperator.ReduceResult |
SqlBetweenOperator.reduceExpr(int opOrdinal,
SqlSpecialOperator.TokenSequence list) |
SqlSpecialOperator.ReduceResult |
SqlLikeOperator.reduceExpr(int opOrdinal,
SqlSpecialOperator.TokenSequence list) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.