| 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 | Method and Description |
|---|---|
static SqlTrimFunction.Flag |
SqlTrimFunction.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlTrimFunction.Flag[] |
SqlTrimFunction.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private SqlTrimFunction.Flag |
StandardConvertletTable.TrimConvertlet.flag |
| Constructor and Description |
|---|
TrimConvertlet(SqlTrimFunction.Flag flag) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.