QueryExecutor

edu.gemini.grackle.QueryExecutor
trait QueryExecutor[F[_], T]

Attributes

Source:
mapping.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Mapping[F]
class ValueMapping[F]
Self type

Members list

Concise view

Value members

Abstract methods

def compileAndRunAll(text: String, name: Option[String], untypedVars: Option[Json], introspectionLevel: IntrospectionLevel, env: Env): Stream[F, T]

Attributes

Source:
mapping.scala
def compileAndRunOne(text: String, name: Option[String], untypedVars: Option[Json], introspectionLevel: IntrospectionLevel, env: Env)(implicit sc: Compiler[F, F]): F[T]

Attributes

Source:
mapping.scala

Concrete methods

def compileAndRun(text: String, name: Option[String], untypedVars: Option[Json], introspectionLevel: IntrospectionLevel, env: Env)(implicit sc: Compiler[F, F]): F[T]

Attributes

Source:
mapping.scala