DistributedQueryInterpreter

slick.memory.DistributedProfile.DistributedQueryInterpreter
class DistributedQueryInterpreter(param: Any, session: Session) extends QueryInterpreter

Attributes

Source:
DistributedProfile.scala
Graph
Supertypes
trait Logging
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited types

type Coll = Iterable[Any]

Attributes

Inherited from:
QueryInterpreter
Source:
QueryInterpreter.scala

Value members

Concrete methods

override def run(n: Node): Any

Attributes

Definition Classes
Source:
DistributedProfile.scala
def wrapScalaValue(value: Any, tpe: Type): Any

Attributes

Source:
DistributedProfile.scala

Inherited methods

def asBoolean(v: Any): Boolean

Attributes

Inherited from:
QueryInterpreter
Source:
QueryInterpreter.scala
def compileLikePattern(s: String, escape: Option[Char]): Pattern

Attributes

Inherited from:
QueryInterpreter
Source:
QueryInterpreter.scala
def createNullRow(tpe: Type): Any

Attributes

Inherited from:
QueryInterpreter
Source:
QueryInterpreter.scala
def evalFunction(sym: TermSymbol, args: Seq[(Type, Any)], retType: Type): Any

Attributes

Inherited from:
QueryInterpreter
Source:
QueryInterpreter.scala
def logDebug(msg: String): Unit

Attributes

Inherited from:
QueryInterpreter
Source:
QueryInterpreter.scala
def reduceOptionIt[T](it: Iterator[Any], opt: Boolean, map: Any => T, reduce: (T, T) => T): Option[T]

Attributes

Inherited from:
QueryInterpreter
Source:
QueryInterpreter.scala
def unwrapSingleColumn(coll: Coll, tpe: Type): (Iterator[Any], Type)

Attributes

Inherited from:
QueryInterpreter
Source:
QueryInterpreter.scala

Inherited fields

var indent: Int

Attributes

Inherited from:
QueryInterpreter
Source:
QueryInterpreter.scala
val scope: HashMap[TermSymbol, Any]

Attributes

Inherited from:
QueryInterpreter
Source:
QueryInterpreter.scala