Prefilter

io.getquill.parser.engine.Parser.Prefilter
trait Prefilter(using x$1: Quotes) extends Parser

Optimizes 'Clause' by allowing a more efficient 'prematch' criteria to be used

Attributes

Graph
Supertypes
trait Parser
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def prefilter(expr: Expr[_]): Boolean

Inherited methods

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

Attributes

Inherited from:
Parser