Package

org.opencypher.spark

impl

Permalink

package impl

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. impl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AllInstances extends ExprBlockInstances

    Permalink
  2. trait CAPSGraph extends PropertyGraph with GraphOperations with Serializable

    Permalink
  3. class CAPSPatternGraph extends CAPSGraph

    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.

  4. sealed abstract class CAPSRecords extends CypherRecords with Serializable

    Permalink
  5. trait CAPSResult extends CypherResult

    Permalink
  6. class CAPSScanGraph extends CAPSGraph

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

    Permalink
  8. trait CAPSSessionOps extends AnyRef

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

    Permalink
  10. 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 ColumnNameGenerator

    Permalink
  8. object DataFrameOps

    Permalink
  9. object SparkSQLExprMapper

    Permalink
  10. object all extends AllInstances

    Permalink
  11. package convert

    Permalink
  12. package encoders

    Permalink
  13. package io

    Permalink
  14. object operations

    Permalink
  15. package physical

    Permalink
  16. package table

    Permalink
  17. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped