Class SqlTypeTransformCascade

java.lang.Object
org.apache.calcite.sql.type.SqlTypeTransformCascade
All Implemented Interfaces:
SqlReturnTypeInference

public class SqlTypeTransformCascade extends Object implements SqlReturnTypeInference
Strategy to infer the type of an operator call from the type of the operands by using one SqlReturnTypeInference rule and a combination of SqlTypeTransforms.