NodeTree

gql.Planner$.NodeTree
See theNodeTree companion object
final case class NodeTree(all: List[Node], endTimes: EndTimes, source: Option[NodeTree])

Attributes

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

Members list

Concise view

Value members

Concrete methods

def set(endTimes: EndTimes): NodeTree

Attributes

Source:
Planner.scala
def show(showImprovement: Boolean, ansiColors: Boolean): String

Attributes

Source:
Planner.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val batches: List[(BatchKey[_, _], Type[BatchRef[_, _]])]

Attributes

Source:
Planner.scala
lazy val leaves: List[Node]

Attributes

Source:
Planner.scala
lazy val lookup: Map[NodeId, Node]

Attributes

Source:
Planner.scala
lazy val roots: List[Node]

Attributes

Source:
Planner.scala
lazy val totalCost: Double

Attributes

Source:
Planner.scala