Class PrecedenceClimbingParser

java.lang.Object
org.apache.calcite.util.PrecedenceClimbingParser

public class PrecedenceClimbingParser extends Object
Parser that takes a collection of tokens (atoms and operators) and groups them together according to the operators' precedence and associativity.