Uses of Class
io.trino.sql.planner.rowpattern.ir.IrQuantifier
-
Packages that use IrQuantifier Package Description io.trino.sql.planner.rowpattern.ir -
-
Uses of IrQuantifier in io.trino.sql.planner.rowpattern.ir
Methods in io.trino.sql.planner.rowpattern.ir that return IrQuantifier Modifier and Type Method Description IrQuantifierIrQuantified. getQuantifier()static IrQuantifierIrQuantifier. oneOrMore(boolean greedy)static IrQuantifierIrQuantifier. range(Optional<Integer> atLeast, Optional<Integer> atMost, boolean greedy)static IrQuantifierIrQuantifier. zeroOrMore(boolean greedy)static IrQuantifierIrQuantifier. zeroOrOne(boolean greedy)Constructors in io.trino.sql.planner.rowpattern.ir with parameters of type IrQuantifier Constructor Description IrQuantified(IrRowPattern pattern, IrQuantifier quantifier)
-