MongoQueryCompiler
oolong.mongo.MongoQueryCompiler
object MongoQueryCompiler
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MongoQueryCompiler.type
Members list
Value members
Concrete methods
override def opt[Doc : Type](ast: QExpr)(implicit evidence$1: Type[Doc], quotes: Quotes): MongoQueryNode
Translate AST into a form that allows us to do backend optimizations.
Translate AST into a form that allows us to do backend optimizations.
Attributes
- Definition Classes
-
Backend
Perform optimizations that are specific to this backend.
Perform optimizations that are specific to this backend.
Attributes
- Definition Classes
-
Backend
Render the final optimized version of a query. Output will be displayed as a compilation message.
Render the final optimized version of a query. Output will be displayed as a compilation message.
Attributes
- Definition Classes
-
Backend
Translate an optimized query into the target represantion; also lift the result into Expr[].
Translate an optimized query into the target represantion; also lift the result into Expr[].
Attributes
- Definition Classes
-
Backend
In this article