Package

org.opencypher.spark

impl

Permalink

package impl

Visibility
  1. Public
  2. All

Type Members

  1. trait CAPSGraph extends PropertyGraph with GraphOperations with Serializable

    Permalink
  2. case class CAPSPatternGraph(baseTable: CAPSRecords, schema: CAPSSchema, tags: Set[Int])(implicit session: CAPSSession) extends CAPSGraph with Product with Serializable

    Permalink

    A pattern graph represents the result of CONSTRUCT clause.

    A pattern graph represents the result of CONSTRUCT clause. It contains all entities from the outer scope that the clause constructs. The initial schema of that graph is the union of all graph schemata the CONSTRUCT clause refers to, including their corresponding graph tags. Note, that the initial schema does not include the graph tag used for the constructed entities.

  3. sealed abstract case class CAPSRecords extends CypherRecords with Serializable with Product

    Permalink
  4. trait CAPSResult extends CypherResult

    Permalink
  5. class CAPSScanGraph extends CAPSGraph

    Permalink
  6. sealed class CAPSSessionImpl extends CAPSSession with Serializable with CAPSSessionOps

    Permalink
  7. trait CAPSSessionOps extends AnyRef

    Permalink
  8. final case class CAPSUnionGraph(graphs: Map[CAPSGraph, Map[Int, Int]])(implicit session: CAPSSession) extends CAPSGraph with Product with Serializable

    Permalink
  9. case class RowExpansion(targetHeader: RecordHeader, targetVar: Var, entitiesWithChildren: Map[Var, Seq[RecordSlot]], propertyColumnLookupTables: Map[Var, Map[String, String]]) extends (Row) ⇒ Seq[Row] with Product with Serializable

    Permalink

Value Members

  1. object CAPSConverters

    Permalink
  2. object CAPSFunctions

    Permalink
  3. object CAPSGraph extends Serializable

    Permalink
  4. object CAPSRecords extends CypherRecordsCompanion[CAPSRecords, CAPSSession] with Serializable

    Permalink
  5. object CAPSResult

    Permalink
  6. object CAPSUnionGraph extends Serializable

    Permalink
  7. object DataFrameOps

    Permalink
  8. object SparkSQLExprMapper

    Permalink
  9. package convert

    Permalink
  10. package encoders

    Permalink
  11. package io

    Permalink
  12. object operations

    Permalink
  13. package physical

    Permalink
  14. package table

    Permalink
  15. package util

    Permalink

Ungrouped