case class RelationalRuntimeContext[T <: Table[T]](sessionCatalog: (QualifiedGraphName) ⇒ Option[RelationalCypherGraph[T]], maybeInputRecords: Option[RelationalCypherRecords[T]] = None, parameters: CypherMap = CypherMap.empty, queryLocalCatalog: Map[QualifiedGraphName, RelationalCypherGraph[T]] = ...)(implicit session: RelationalCypherSession[T]) extends Product with Serializable
Responsible for tracking the context during the execution of a single query.
- T
Table type
- sessionCatalog
mapping between graph names and graphs registered in the session catalog
- maybeInputRecords
optional driving table for the query
- parameters
query parameters (e.g. constants) needed for expression evaluation
- queryLocalCatalog
mapping between graph names and graphs created during query execution
- session
Cypher session
- Alphabetic
- By Inheritance
- RelationalRuntimeContext
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
RelationalRuntimeContext(sessionCatalog: (QualifiedGraphName) ⇒ Option[RelationalCypherGraph[T]], maybeInputRecords: Option[RelationalCypherRecords[T]] = None, parameters: CypherMap = CypherMap.empty, queryLocalCatalog: Map[QualifiedGraphName, RelationalCypherGraph[T]] = ...)(implicit session: RelationalCypherSession[T])
- sessionCatalog
mapping between graph names and graphs registered in the session catalog
- maybeInputRecords
optional driving table for the query
- parameters
query parameters (e.g. constants) needed for expression evaluation
- queryLocalCatalog
mapping between graph names and graphs created during query execution
- session
Cypher session
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maybeInputRecords: Option[RelationalCypherRecords[T]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val parameters: CypherMap
- var queryLocalCatalog: Map[QualifiedGraphName, RelationalCypherGraph[T]]
-
def
resolveGraph(qgn: QualifiedGraphName): RelationalCypherGraph[T]
Returns the graph referenced by the given QualifiedGraphName.
Returns the graph referenced by the given QualifiedGraphName.
- returns
back-end specific property graph
- implicit val session: RelationalCypherSession[T]
- val sessionCatalog: (QualifiedGraphName) ⇒ Option[RelationalCypherGraph[T]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )