NodeTree

gql.planner.Planner$.NodeTree
See theNodeTree companion object
final case class NodeTree(all: List[Node])

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 show(ansiColors: Boolean, plan: Option[Plan]): String

Attributes

Source:
Planner.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

Attributes

Source:
Planner.scala
lazy val endTimes: Plan

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 naiveCost: Double

Attributes

Source:
Planner.scala

Attributes

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

Attributes

Source:
Planner.scala