Packages

package graph

Type Members

  1. trait RelationalCypherGraph[T <: Table[T]] extends PropertyGraph
  2. trait RelationalCypherGraphFactory[T <: Table[T]] extends AnyRef
  3. abstract class RelationalCypherSession[T <: Table[T]] extends CypherSession

    Base class for relational back ends implementing the OKAPI pipeline.

    Base class for relational back ends implementing the OKAPI pipeline.

    The class provides a generic implementation of the necessary steps to execute a Cypher query on a relational back end including parsing, IR planning, logical planning and relational planning.

    Implementers need to make sure to provide factories for back end specific record and graph implementations.

    T

    back end specific Table implementation

Ungrouped