package table
Type Members
- trait RelationalCypherRecords[T <: Table[T]] extends CypherRecords
- trait RelationalCypherRecordsFactory[T <: Table[T]] extends AnyRef
- trait RelationalElementTableFactory[T <: Table[T]] extends AnyRef
-
trait
Table[T <: Table[T]] extends CypherTable
Main abstraction of a relational backend.
Main abstraction of a relational backend. A table represents a relation in terms of relational algebra and exposes relational and additional auxiliary operators. Operators need to be implemented by the specific backend (e.g. morpheus-spark-cypher).
- T
backend-specific representation of that table (e.g. DataFrame for morpheus-spark-cypher)