Packages

c

slick.memory.DistributedProfile

DistributedQueryInterpreter

class DistributedQueryInterpreter extends QueryInterpreter

Source
DistributedProfile.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DistributedQueryInterpreter
  2. QueryInterpreter
  3. Logging
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DistributedQueryInterpreter(param: Any, session: SessionDef)

Type Members

  1. type Coll = Iterable[Any]
    Definition Classes
    QueryInterpreter

Value Members

  1. def asBoolean(v: Any): Boolean
    Definition Classes
    QueryInterpreter
  2. def compileLikePattern(s: String, escape: Option[Char]): Pattern
    Definition Classes
    QueryInterpreter
  3. def createNullRow(tpe: Type): Any
    Definition Classes
    QueryInterpreter
  4. def evalFunction(sym: TermSymbol, args: Seq[(Type, Any)], retType: Type): Any
    Definition Classes
    QueryInterpreter
  5. var indent: Int
    Definition Classes
    QueryInterpreter
  6. def logDebug(msg: String): Unit
    Definition Classes
    QueryInterpreter
  7. def reduceOptionIt[T](it: Iterator[Any], opt: Boolean, map: (Any) => T, reduce: (T, T) => T): Option[T]
    Definition Classes
    QueryInterpreter
  8. def run(n: Node): Any
  9. val scope: HashMap[TermSymbol, Any]
    Definition Classes
    QueryInterpreter
  10. def unwrapSingleColumn(coll: Coll, tpe: Type): (Iterator[Any], Type)
    Definition Classes
    QueryInterpreter
  11. def wrapScalaValue(value: Any, tpe: Type): Any