InterpreterImpl

gql.interpreter.InterpreterImpl
class InterpreterImpl[F[_]](ss: SignalScopes[F, StreamingData[F, _, _]], batchAccumulator: BatchAccumulator[F], sup: Supervisor[F])(implicit F: Async[F], stats: Statistics[F]) extends Interpreter[F]

Attributes

Source:
Interpreter.scala
Graph
Supertypes
trait Interpreter[F]
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited types

type W[A] = WriterT[F, Chain[EvalFailure], A]

Attributes

Inherited from:
Interpreter
Source:
Interpreter.scala

Value members

Concrete methods

def runDataField[I](df: PreparedDataField[F, I], in: Chain[EvalNode[F, I]]): W[Chain[Json]]

Attributes

Source:
Interpreter.scala
def runEdge[I, O](inputs: Chain[EvalNode[F, I]], edges: PreparedStep[F, I, O], cont: Prepared[F, O]): W[Chain[Json]]

Attributes

Source:
Interpreter.scala
def runEdgeCont[I, O](cs: Chain[IndexedData[F, I]], cont: StepCont[F, I, O]): W[Chain[(Int, Json)]]

Attributes

Source:
Interpreter.scala
def runFields[I](dfs: NonEmptyList[PreparedField[F, I]], in: Chain[EvalNode[F, I]]): W[Chain[Map[String, Json]]]

Attributes

Source:
Interpreter.scala
def runStep[I, C, O](inputs: Chain[IndexedData[F, I]], step: PreparedStep[F, I, C], cont: StepCont[F, C, O]): W[Chain[(Int, Json)]]

Attributes

Source:
Interpreter.scala
def startNext[I](s: Prepared[F, I], in: Chain[EvalNode[F, I]]): W[Chain[Json]]

Attributes

Source:
Interpreter.scala
def submit(name: String, duration: FiniteDuration, size: Int): F[Unit]

Attributes

Source:
Interpreter.scala
def unflatten[A](ns: Vector[Int], dat: Vector[A]): Vector[Vector[A]]

Attributes

Source:
Interpreter.scala

Concrete fields

val W: Async[[_] =>> WriterT[F, Chain[EvalFailure], _$15]]

Attributes

Source:
Interpreter.scala
val lift: FunctionK[F, W]

Attributes

Source:
Interpreter.scala