Package

org.opencypher.okapi.ir

api

Permalink

package api

Visibility
  1. Public
  2. All

Type Members

  1. final case class CypherQuery[E](info: QueryInfo, model: QueryModel[E]) extends Product with Serializable

    Permalink
  2. trait IRElement extends AnyRef

    Permalink
  3. final case class IRExternalGraph(name: String, schema: Schema, qualifiedName: QualifiedGraphName) extends IRQualifiedGraph with Product with Serializable

    Permalink
  4. final case class IRField(name: String)(cypherType: CypherType = CTWildcard) extends IRElement with Product with Serializable

    Permalink
  5. sealed trait IRGraph extends IRElement

    Permalink
  6. final case class IRNamedGraph(name: String, schema: Schema, qualifiedName: QualifiedGraphName) extends IRQualifiedGraph with Product with Serializable

    Permalink
  7. final case class IRPatternGraph[E](name: String, schema: Schema, pattern: Pattern[E]) extends IRGraph with Product with Serializable

    Permalink
  8. sealed trait IRQualifiedGraph extends IRGraph

    Permalink
  9. final case class Label(name: String) extends AnyVal with Token with Product with Serializable

    Permalink
  10. final case class PropertyKey(name: String) extends AnyVal with Token with Product with Serializable

    Permalink
  11. final case class QueryInfo(text: String, version: String = "Spark Cypher 0.1") extends Product with Serializable

    Permalink
  12. final case class QueryModel[E](result: ResultBlock[E], parameters: CypherMap, blocks: Map[BlockRef, Block[E]], graphs: Map[String, QualifiedGraphName]) extends Product with Serializable

    Permalink
  13. final case class RelType(name: String) extends AnyVal with Token with Product with Serializable

    Permalink
  14. sealed trait Token extends Any

    Permalink

Value Members

  1. object IRField extends Serializable

    Permalink
  2. object IRNamedGraph extends Serializable

    Permalink
  3. package block

    Permalink
  4. package expr

    Permalink
  5. package pattern

    Permalink
  6. package util

    Permalink

Ungrouped