NodeTree

gql.Planner$.NodeTree
See theNodeTree companion object
final case class NodeTree(root: List[Node], 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(newRoot: List[Node]): NodeTree

Attributes

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

Attributes

Source:
Planner.scala

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 flattened: List[Node]

Attributes

Source:
Planner.scala