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
ASqlOperandCountRange
backed byArgumentCount
.
-
-
Constructor Summary
Constructors Constructor Description ArgumentCountRange(ArgumentCount argumentCount)
-
-
-
Constructor Detail
-
ArgumentCountRange
public ArgumentCountRange(ArgumentCount argumentCount)
-
-
Method Detail
-
isValidCount
public boolean isValidCount(int count)
- Specified by:
isValidCount
in interfaceorg.apache.calcite.sql.SqlOperandCountRange
-
getMin
public int getMin()
- Specified by:
getMin
in interfaceorg.apache.calcite.sql.SqlOperandCountRange
-
getMax
public int getMax()
- Specified by:
getMax
in interfaceorg.apache.calcite.sql.SqlOperandCountRange
-
-