Plan

gql.planner.Planner$.Plan
See thePlan companion object
final case class Plan(lookup: Map[NodeId, Double])

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 +(kv: (NodeId, Double)): Plan

Attributes

Source:
Planner.scala
def apply(id: NodeId): Double

Attributes

Source:
Planner.scala
def get(id: NodeId): Option[Double]

Attributes

Source:
Planner.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product