Parse user input into a data-structure we can work with.
StaticParser
interface StaticParser
Parse the query language into our internal representation, i.e. a LogicalPlan.
StaticParserRPQ
object StaticParserRPQ : StaticParser
RPQ query language.