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.
This member is added by an implicit conversion from StreamingExecutable[T, TU, EU] to
any2stringadd[StreamingExecutable[T, TU, EU]] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from StreamingExecutable[T, TU, EU] to
ArrowAssoc[StreamingExecutable[T, TU, EU]] performed by method ArrowAssoc in scala.Predef.
This member is added by an implicit conversion from StreamingExecutable[T, TU, EU] to
Ensuring[StreamingExecutable[T, TU, EU]] performed by method Ensuring in scala.Predef.
This member is added by an implicit conversion from StreamingExecutable[T, TU, EU] to
Ensuring[StreamingExecutable[T, TU, EU]] performed by method Ensuring in scala.Predef.
This member is added by an implicit conversion from StreamingExecutable[T, TU, EU] to
Ensuring[StreamingExecutable[T, TU, EU]] performed by method Ensuring in scala.Predef.
This member is added by an implicit conversion from StreamingExecutable[T, TU, EU] to
Ensuring[StreamingExecutable[T, TU, EU]] performed by method Ensuring in scala.Predef.
This member is added by an implicit conversion from StreamingExecutable[T, TU, EU] to
StringFormat[StreamingExecutable[T, TU, EU]] performed by method StringFormat in scala.Predef.
This member is added by an implicit conversion from StreamingExecutable[T, TU, EU] to
ArrowAssoc[StreamingExecutable[T, TU, EU]] performed by method ArrowAssoc in scala.Predef.
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 alwaysnull
.