Class IrQuantifier
java.lang.Object
io.trino.sql.planner.rowpattern.ir.IrQuantifier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintinthashCode()booleanisGreedy()static IrQuantifieroneOrMore(boolean greedy) static IrQuantifiertoString()static IrQuantifierzeroOrMore(boolean greedy) static IrQuantifierzeroOrOne(boolean greedy)
-
Constructor Details
-
IrQuantifier
-
-
Method Details
-
zeroOrMore
-
oneOrMore
-
zeroOrOne
-
range
public static IrQuantifier range(Optional<Integer> atLeast, Optional<Integer> atMost, boolean greedy) -
getAtLeast
public int getAtLeast() -
getAtMost
-
isGreedy
public boolean isGreedy() -
equals
-
hashCode
public int hashCode() -
toString
-