OptimizedDAG

gql.server.planner.OptimizedDAG
See theOptimizedDAG companion object
final case class OptimizedDAG(tree: NodeTree, plan: Map[NodeId, (Set[NodeId], EndTime)])

Attributes

Companion:
object
Source:
Node.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def show(ansiColors: Boolean): String

Attributes

Source:
Node.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val batches: Set[(Set[NodeId], EndTime)]

Attributes

Source:
Node.scala

Attributes

Source:
Node.scala

Attributes

Source:
Node.scala
lazy val totalCost: Double

Attributes

Source:
Node.scala