slick.memory.QueryInterpreter
See theQueryInterpreter companion object
class QueryInterpreter(db: Database, params: Any) extends Logging
A query interpreter for MemoryProfile and for client-side operations that need to be run as part of distributed queries against multiple backends.
It uses ScalaType, ProductValue/StructValue and plain Scala collections to represent data. Queries are expected to be in the shape after running all the standard query compiler phases (but not the extra relational phases) and assigning ScalaTypes everywhere.
Value parameters
- db
-
The in-memory database which is used for resolving Tables
- params
-
The query parameters
Attributes
- Companion
- object
- Source
- QueryInterpreter.scala
- Graph
-
- Supertypes
- Known subtypes
Members list
In this article