MongoUpdateCompiler
oolong.mongo.MongoUpdateCompiler
object MongoUpdateCompiler
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MongoUpdateCompiler.type
Members list
Value members
Concrete methods
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
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
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
Inherited methods
Perform optimizations that are specific to this backend.
Perform optimizations that are specific to this backend.
Attributes
- Inherited from:
- Backend (hidden)
In this article