| Package | Description |
|---|---|
| org.apache.calcite.sql.fun |
Defines the set of standard SQL row-level functions and
operators.
|
| org.apache.calcite.sql.type |
SQL type system.
|
| Constructor and Description |
|---|
SqlTrimFunction(String name,
SqlKind kind,
SqlTypeTransformCascade returnTypeInference,
SqlSingleOperandTypeChecker operandTypeChecker) |
| Modifier and Type | Method and Description |
|---|---|
static SqlTypeTransformCascade |
ReturnTypes.cascade(SqlReturnTypeInference rule,
SqlTypeTransform... transforms)
Creates a return-type inference that applies a rule then a sequence of
transforms.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.