public class OrdinalReturnTypeInference extends Object implements SqlReturnTypeInference
| Constructor and Description |
|---|
OrdinalReturnTypeInference(int ordinal) |
| Modifier and Type | Method and Description |
|---|---|
RelDataType |
inferReturnType(SqlOperatorBinding opBinding)
Infers the return type of a call to an
SqlOperator. |
public RelDataType inferReturnType(SqlOperatorBinding opBinding)
SqlReturnTypeInferenceSqlOperator.inferReturnType in interface SqlReturnTypeInferenceopBinding - description of operator bindingCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.