package graph
Type Members
- trait RelationalCypherGraph[T <: Table[T]] extends PropertyGraph
- trait RelationalCypherGraphFactory[T <: Table[T]] extends AnyRef
-
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