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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

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

Attributes

Source
Node.scala
lazy val batchesWithCosts: List[(Double, Set[NodeId])]

Attributes

Source
Node.scala
lazy val optimizedCost: Double

Attributes

Source
Node.scala
lazy val totalCost: Double

Attributes

Source
Node.scala