public class SqlReturnTypeInferenceChain extends Object implements SqlReturnTypeInference
SqlReturnTypeInference rules in a given order.
If a rule fails to find a return type (by returning NULL), next rule is tried
until there are no more rules in which case NULL will be returned.| 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.