OptimizedDAG

gql.server.planner.OptimizedDAG
See theOptimizedDAG companion object
final case class OptimizedDAG(tree: NodeTree, plan: Plan)

Attributes

Companion
object
Source
Node.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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
lazy val optimizedCost: Double

Attributes

Source
Node.scala
lazy val totalCost: Double

Attributes

Source
Node.scala