| Package | Description |
|---|---|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
RexCallBinding.RexCastCallBinding
To be compatible with
SqlCall, CAST needs to pretend that it
has two arguments, the second of which is the target type. |
| Modifier and Type | Method and Description |
|---|---|
static RexCallBinding |
RexCallBinding.create(RelDataTypeFactory typeFactory,
RexCall call,
List<RelCollation> inputCollations)
Creates a binding of the appropriate type.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.