QueryScalarsParser

class QueryScalarsParser(val rootParse: Parser)(using x$2: Quotes) extends Parser with PropertyAliases

Since QueryParser only matches things that output Query[_], make a separate parser that parses things like query.sum, query.size etc... when needed.

trait Parser
class Object
trait Matchable
class Any

Type members

Inherited classlikes

Inherited from:
PropertyAliases

Value members

Concrete methods

def attempt: History ?=> PartialFunction[Expr[_], Ast]

Inherited methods

def apply(input: Expr[_])(using History): Ast
Inherited from:
Parser

Concrete fields