Class ArgumentCountRange
java.lang.Object
org.apache.flink.table.planner.functions.inference.ArgumentCountRange
- All Implemented Interfaces:
org.apache.calcite.sql.SqlOperandCountRange
@Internal
public final class ArgumentCountRange
extends Object
implements org.apache.calcite.sql.SqlOperandCountRange
A
SqlOperandCountRange backed by ArgumentCount.-
Constructor Summary
ConstructorsConstructorDescriptionArgumentCountRange(org.apache.flink.table.types.inference.ArgumentCount argumentCount) -
Method Summary
-
Constructor Details
-
ArgumentCountRange
public ArgumentCountRange(org.apache.flink.table.types.inference.ArgumentCount argumentCount)
-
-
Method Details
-
isValidCount
public boolean isValidCount(int count) - Specified by:
isValidCountin interfaceorg.apache.calcite.sql.SqlOperandCountRange
-
getMin
public int getMin()- Specified by:
getMinin interfaceorg.apache.calcite.sql.SqlOperandCountRange
-
getMax
public int getMax()- Specified by:
getMaxin interfaceorg.apache.calcite.sql.SqlOperandCountRange
-