Packages

trait StreamingExecutable[T, TU, EU] extends Executable[T, TU]

Typeclass for types that can be executed as streaming queries, i.e. only collection-valued (Query[_, _, _[_] ]) types. This is used as a phantom type for computing the required types. The actual value is always null.

Annotations
@implicitNotFound()
Source
Compiled.scala
Linear Supertypes
Executable[T, TU], AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamingExecutable
  2. Executable
  3. AnyRef
  4. 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

Abstract Value Members

  1. abstract def toNode(value: T): Node
    Definition Classes
    Executable