Class ExplicitOperandTypeInference

java.lang.Object
org.apache.calcite.sql.type.ExplicitOperandTypeInference
All Implemented Interfaces:
SqlOperandTypeInference

public class ExplicitOperandTypeInference extends Object implements SqlOperandTypeInference
ExplicitOperandTypeInferences implements SqlOperandTypeInference by explicitly supplying a type for each parameter.
  • Method Details