Class MatchReturnTypeInference

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

public class MatchReturnTypeInference extends Object implements SqlReturnTypeInference
Returns the first type that matches a set of given SqlTypeNames. If no match could be found, null is returned.