public class SqlTypeTransformCascade extends Object implements SqlReturnTypeInference
SqlReturnTypeInference rule and a combination of
SqlTypeTransforms.| Constructor and Description |
|---|
SqlTypeTransformCascade(SqlReturnTypeInference rule,
SqlTypeTransform... transforms)
Creates a SqlTypeTransformCascade from a rule and an array of one or more
transforms.
|
| 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 SqlTypeTransformCascade(SqlReturnTypeInference rule, SqlTypeTransform... transforms)
public @Nullable RelDataType inferReturnType(SqlOperatorBinding opBinding)
SqlReturnTypeInferenceSqlOperator.inferReturnType in interface SqlReturnTypeInferenceopBinding - description of operator bindingCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.