@Internal public final class ArgumentCountRange extends Object implements org.apache.calcite.sql.SqlOperandCountRange
SqlOperandCountRange
backed by ArgumentCount
.Constructor and Description |
---|
ArgumentCountRange(ArgumentCount argumentCount) |
public ArgumentCountRange(ArgumentCount argumentCount)
public boolean isValidCount(int count)
isValidCount
in interface org.apache.calcite.sql.SqlOperandCountRange
public int getMin()
getMin
in interface org.apache.calcite.sql.SqlOperandCountRange
public int getMax()
getMax
in interface org.apache.calcite.sql.SqlOperandCountRange
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.