gql.server.planner

Members list

Type members

Classlikes

trait Analyzer[F[_]]

Attributes

Companion
object
Source
Analyzer.scala
Supertypes
class Object
trait Matchable
class Any
object Analyzer

Attributes

Companion
trait
Source
Analyzer.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Analyzer.type
final case class BatchRef[K, V](batcherId: BatchKey[K, V], uniqueNodeId: UniqueBatchInstance[K, V])

Attributes

Source
Node.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Node(id: NodeId, name: String, cost: Double, elemCost: Double, parents: Set[NodeId], batchId: Option[BatchRef[_, _]])

Attributes

Source
Node.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class NodeTree(all: List[Node])

Attributes

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

Attributes

Companion
class
Source
Node.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
NodeTree.type
final case class OptimizedDAG(tree: NodeTree, plan: Plan)

Attributes

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

Attributes

Companion
class
Source
Node.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Source
PlanEnumeration.scala
Supertypes
class Object
trait Matchable
class Any
Self type
trait Planner[F[_]]

Attributes

Companion
object
Source
Planner.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Planner[F]
object Planner

Attributes

Companion
trait
Source
Planner.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Planner.type