public interface SqlReturnTypeInference
This interface is an example of the
strategy pattern.
This makes
sense because many operators have similar, straightforward strategies, such
as to take the type of the first operand.
| Modifier and Type | Method and Description |
|---|---|
RelDataType |
inferReturnType(SqlOperatorBinding opBinding)
Infers the return type of a call to an
SqlOperator. |
RelDataType inferReturnType(SqlOperatorBinding opBinding)
SqlOperator.opBinding - description of operator bindingCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.