QueryExecutionPipeline
io.eleven19.krueger.trees.query.QueryExecutionPipeline
object QueryExecutionPipeline
Attributes
- Source
- QueryExecutionPipeline.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
Attributes
- Source
- QueryExecutionPipeline.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- QueryExecutionPipeline.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- QueryExecutionPipeline.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- QueryExecutionPipeline.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Attributes
- Source
- QueryExecutionPipeline.scala
def execute[Ctx, T, Err](lowered: Lowered, root: T)(using Writer[String], State[QueryState[Ctx, Err]], QueryableTree[T]): Vector[Match[T]]
Attributes
- Source
- QueryExecutionPipeline.scala
def lower[Ctx, Err](query: Query, registry: PredicateRegistry = ...)(using Writer[String], State[QueryState[Ctx, Err]]): Lowered
Attributes
- Source
- QueryExecutionPipeline.scala
Attributes
- Source
- QueryExecutionPipeline.scala
def run[Ctx, T](query: Query, root: T, initialContext: Ctx, registry: PredicateRegistry = ...)(using qt: QueryableTree[T]): Result[Ctx, String, String, PipelineResult[T]]
Attributes
- Source
- QueryExecutionPipeline.scala
Attributes
- Source
- QueryExecutionPipeline.scala
In this article