Uses of Class
io.trino.metadata.LongVariableConstraint
-
Packages that use LongVariableConstraint Package Description io.trino.metadata io.trino.operator.annotations -
-
Uses of LongVariableConstraint in io.trino.metadata
Methods in io.trino.metadata that return LongVariableConstraint Modifier and Type Method Description static LongVariableConstraintSignature. longVariableExpression(String variable, String expression)Methods in io.trino.metadata that return types with arguments of type LongVariableConstraint Modifier and Type Method Description List<LongVariableConstraint>Signature. getLongVariableConstraints()Methods in io.trino.metadata with parameters of type LongVariableConstraint Modifier and Type Method Description SignatureBuilderSignatureBuilder. longVariableConstraints(LongVariableConstraint... longVariableConstraints)Method parameters in io.trino.metadata with type arguments of type LongVariableConstraint Modifier and Type Method Description SignatureBuilderSignatureBuilder. longVariableConstraints(List<LongVariableConstraint> longVariableConstraints) -
Uses of LongVariableConstraint in io.trino.operator.annotations
Methods in io.trino.operator.annotations that return types with arguments of type LongVariableConstraint Modifier and Type Method Description static List<LongVariableConstraint>FunctionsParserHelper. parseLongVariableConstraints(Method inputFunction)
-