liftAggregation

io.getquill.parser.Lifter.liftAggregation
object liftAggregation extends Plain[AggregationOperator]

Attributes

Graph
Supertypes
trait Plain[AggregationOperator]
trait ToExpr[AggregationOperator]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def lift: Quotes ?=> PartialFunction[AggregationOperator, Expr[AggregationOperator]]

Inherited methods

def apply(element: AggregationOperator)(using Quotes): Expr[T]

Lift a value into an expression containing the construction of that value

Lift a value into an expression containing the construction of that value

Attributes

Inherited from:
Plain
def orFail(element: AggregationOperator)(using Quotes): Expr[T]

Attributes

Inherited from:
Plain
def unapply(element: AggregationOperator)(using Quotes): Some[Expr[T]]

Attributes

Inherited from:
Plain