| Package | Description |
|---|---|
| org.apache.calcite.sql.fun |
Defines the set of standard SQL row-level functions and
operators.
|
| Modifier and Type | Field and Description |
|---|---|
SqlBetweenOperator.Flag |
SqlBetweenOperator.flag |
| Modifier and Type | Method and Description |
|---|---|
static SqlBetweenOperator.Flag |
SqlBetweenOperator.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlBetweenOperator.Flag[] |
SqlBetweenOperator.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SqlBetweenOperator(SqlBetweenOperator.Flag flag,
boolean negated) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.