Packages

p

gql.server

planner

package planner

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Analyzer[F[_]] extends AnyRef
  2. final case class BatchRef[K, V](batcherId: BatchKey[K, V], uniqueNodeId: UniqueBatchInstance[K, V]) extends Product with Serializable
  3. final case class Node(id: NodeId, name: String, cost: Double, elemCost: Double, parents: Set[NodeId], batchId: Option[BatchRef[_, _]]) extends Product with Serializable
  4. final case class NodeId(id: Int) extends AnyVal with Product with Serializable
  5. final case class NodeTree(all: List[Node]) extends Product with Serializable
  6. final case class OptimizedDAG(tree: NodeTree, plan: Plan) extends Product with Serializable
  7. trait Planner[F[_]] extends AnyRef

Value Members

  1. object Analyzer
  2. object OptimizedDAG extends Serializable
  3. object PlanEnumeration
  4. object Planner

Ungrouped