public class CursorReturnTypeInference extends Object implements SqlReturnTypeInference
OrdinalReturnTypeInference| Constructor and Description |
|---|
CursorReturnTypeInference(int ordinal) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable RelDataType |
inferReturnType(SqlOperatorBinding opBinding)
Infers the return type of a call to an
SqlOperator. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, orElsepublic @Nullable RelDataType inferReturnType(SqlOperatorBinding opBinding)
SqlReturnTypeInferenceSqlOperator.inferReturnType in interface SqlReturnTypeInferenceopBinding - description of operator bindingCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.