Class/Object

org.opencypher.spark.api.io

CAPSRelationshipTable

Related Docs: object CAPSRelationshipTable | package io

Permalink

case class CAPSRelationshipTable(mapping: RelationshipMapping, table: DataFrameTable) extends RelationshipTable[DataFrameTable] with CAPSEntityTable with RecordBehaviour with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, RecordBehaviour, CAPSEntityTable, RelationshipTable[DataFrameTable], EntityTable[DataFrameTable], RelationalCypherRecords[DataFrameTable], CypherRecords, CypherPrintable, CypherTable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CAPSRelationshipTable
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RecordBehaviour
  7. CAPSEntityTable
  8. RelationshipTable
  9. EntityTable
  10. RelationalCypherRecords
  11. CypherRecords
  12. CypherPrintable
  13. CypherTable
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CAPSRelationshipTable(mapping: RelationshipMapping, table: DataFrameTable)

    Permalink

Type Members

  1. type Records = CAPSRelationshipTable

    Permalink
    Definition Classes
    CAPSRelationshipTable → RelationalCypherRecords

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def cache(): CAPSRelationshipTable

    Permalink
    Definition Classes
    CAPSRelationshipTable → RelationalCypherRecords
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def collect: Array[CypherMap]

    Permalink
    Definition Classes
    RecordBehaviour → CypherRecords
  8. lazy val columnType: Map[String, CypherType]

    Permalink
    Definition Classes
    RecordBehaviour → CypherTable
  9. val entityType: CypherType with DefiniteCypherType

    Permalink
    Definition Classes
    EntityTable
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def foreachPartition(f: (Iterator[CypherMap]) ⇒ Unit): Unit

    Permalink
    Definition Classes
    RecordBehaviour
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def header: RecordHeader

    Permalink
    Definition Classes
    EntityTable → RelationalCypherRecords
  15. def headerFrom(relationshipMapping: RelationshipMapping): RecordHeader

    Permalink
    Attributes
    protected
    Definition Classes
    EntityTable
  16. def headerFrom(nodeMapping: NodeMapping): RecordHeader

    Permalink
    Attributes
    protected
    Definition Classes
    EntityTable
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def iterator: Iterator[CypherMap]

    Permalink
    Definition Classes
    RecordBehaviour → CypherRecords
  19. def logicalColumns: Option[Seq[String]]

    Permalink
    Definition Classes
    CypherTable
  20. val mapping: RelationshipMapping

    Permalink
    Definition Classes
    CAPSRelationshipTable → EntityTable
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def physicalColumns: Seq[String]

    Permalink
    Definition Classes
    RelationalCypherRecords → CypherTable
  25. final def printTo(stream: PrintStream)(implicit options: PrintOptions): Unit

    Permalink
    Definition Classes
    CypherPrintable
  26. def rows: Iterator[(String) ⇒ CypherValue]

    Permalink
    Definition Classes
    RecordBehaviour → CypherTable
  27. lazy val schema: Schema

    Permalink
    Definition Classes
    RelationshipTable → EntityTable
  28. def show(implicit options: PrintOptions): Unit

    Permalink
    Definition Classes
    RelationalCypherRecords → CypherPrintable
  29. def size: Long

    Permalink
    Definition Classes
    RelationalCypherRecords → CypherTable
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. val table: DataFrameTable

    Permalink
    Definition Classes
    CAPSRelationshipTable → RelationalCypherRecords
  32. def toCypherMaps: Dataset[CypherMap]

    Permalink
    Definition Classes
    RecordBehaviour
  33. def toLocalIterator: Iterator[CypherMap]

    Permalink
    Definition Classes
    RecordBehaviour
  34. def verify(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RelationshipTable → EntityTable
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RecordBehaviour

Inherited from CAPSEntityTable

Inherited from RelationshipTable[DataFrameTable]

Inherited from EntityTable[DataFrameTable]

Inherited from RelationalCypherRecords[DataFrameTable]

Inherited from CypherRecords

Inherited from CypherPrintable

Inherited from CypherTable

Inherited from AnyRef

Inherited from Any

Ungrouped