Object/Class

org.opencypher.spark.impl

CAPSRecords

Related Docs: class CAPSRecords | package impl

Permalink

object CAPSRecords extends CypherRecordsCompanion[CAPSRecords, CAPSSession] with Serializable

Linear Supertypes
Serializable, Serializable, CypherRecordsCompanion[CAPSRecords, CAPSSession], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CAPSRecords
  2. Serializable
  3. Serializable
  4. CypherRecordsCompanion
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def create(entityTable: CAPSEntityTable)(implicit caps: CAPSSession): CAPSRecords

    Permalink
  7. def create(rdd: JavaRDD[_], beanClass: Class[_])(implicit caps: CAPSSession): CAPSRecords

    Permalink
  8. def create(rdd: RDD[_], beanClass: Class[_])(implicit caps: CAPSSession): CAPSRecords

    Permalink
  9. def create(rowRDD: JavaRDD[Row], schema: StructType)(implicit caps: CAPSSession): CAPSRecords

    Permalink
  10. def create(rowRDD: RDD[Row], schema: StructType)(implicit caps: CAPSSession): CAPSRecords

    Permalink
  11. def create[A <: Product](rdd: RDD[A])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], caps: CAPSSession): CAPSRecords

    Permalink
  12. def create(data: List[_], beanClass: Class[_])(implicit caps: CAPSSession): CAPSRecords

    Permalink
  13. def create(columns: Seq[String], data: List[_], beanClass: Class[_])(implicit caps: CAPSSession): CAPSRecords

    Permalink
  14. def create(rows: List[Row], schema: StructType)(implicit caps: CAPSSession): CAPSRecords

    Permalink
  15. def create(columns: String*)(rows: List[Row], schema: StructType)(implicit caps: CAPSSession): CAPSRecords

    Permalink
  16. def create[A <: Product](data: Seq[A])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], caps: CAPSSession): CAPSRecords

    Permalink
  17. def create[A <: Product](columns: Seq[String], data: Seq[A])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[A], caps: CAPSSession): CAPSRecords

    Permalink
  18. def empty(initialHeader: RecordHeader = RecordHeader.empty)(implicit caps: CAPSSession): CAPSRecords

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. def unit()(implicit caps: CAPSSession): CAPSRecords

    Permalink
    Definition Classes
    CAPSRecords → CypherRecordsCompanion
  31. def verifyAndCreate(initialHeader: RecordHeader, initialData: DataFrame)(implicit caps: CAPSSession): CAPSRecords

    Permalink

    This does not mandate that the order of the RecordHeader and the DataFrame are aligned, as long as the names are the same (and not duplicated).

    This does not mandate that the order of the RecordHeader and the DataFrame are aligned, as long as the names are the same (and not duplicated).

    initialHeader

    header of the records

    initialData

    data of the records

    caps

    CAPS session

    returns

    CAPSRecords representing the input

  32. def verifyAndCreate(headerAndData: (RecordHeader, DataFrame))(implicit caps: CAPSSession): CAPSRecords

    Permalink

    This does not mandate that the order of the RecordHeader and the DataFrame are aligned, as long as the names are the same (and not duplicated).

    This does not mandate that the order of the RecordHeader and the DataFrame are aligned, as long as the names are the same (and not duplicated).

    headerAndData

    header and records

    caps

    CAPS session

    returns

    CAPSRecords representing the input

  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from CypherRecordsCompanion[CAPSRecords, CAPSSession]

Inherited from AnyRef

Inherited from Any

Ungrouped