Packages

package table

Type Members

  1. trait RelationalCypherRecords[T <: Table[T]] extends CypherRecords
  2. trait RelationalCypherRecordsFactory[T <: Table[T]] extends AnyRef
  3. trait RelationalElementTableFactory[T <: Table[T]] extends AnyRef
  4. 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)

Ungrouped