Package

org.opencypher.okapi.ir

api

Permalink

package api

Visibility
  1. Public
  2. All

Type Members

  1. final case class CreateGraphStatement(graph: IRGraph, innerQuery: SingleQuery) extends CypherStatement with Product with Serializable

    Permalink
  2. final case class CreateViewStatement(qgn: QualifiedGraphName, parameterNames: List[String], innerQueryString: String) extends CypherStatement with Product with Serializable

    Permalink
  3. sealed trait CypherQuery extends Block with CypherStatement

    Permalink
  4. sealed trait CypherStatement extends AnyRef

    Permalink
  5. final case class DeleteGraphStatement(qgn: QualifiedGraphName) extends CypherStatement with Product with Serializable

    Permalink
  6. final case class DeleteViewStatement(qgn: QualifiedGraphName) extends CypherStatement with Product with Serializable

    Permalink
  7. final case class IRCatalogGraph(qualifiedGraphName: QualifiedGraphName, schema: Schema) extends IRGraph with Product with Serializable

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

    Permalink
  9. sealed trait IRGraph extends AnyRef

    Permalink
  10. final case class IRPatternGraph(qualifiedGraphName: QualifiedGraphName, schema: Schema, clones: Map[IRField, Expr], creates: Pattern, sets: List[SetItem], onGraphs: List[QualifiedGraphName]) extends IRGraph with Product with Serializable

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

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

    Permalink
  13. final case class QueryModel(result: ResultBlock, parameters: CypherMap) extends Block with Product with Serializable

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

    Permalink
  15. final case class SingleQuery(model: QueryModel) extends Block with CypherQuery with Product with Serializable

    Permalink
  16. sealed trait Token extends Any

    Permalink
  17. final case class UnionQuery(left: CypherQuery, right: CypherQuery, distinct: Boolean) extends Block with CypherQuery with Product with Serializable

    Permalink

Value Members

  1. object IRCatalogGraph extends Serializable

    Permalink
  2. object IRField extends Serializable

    Permalink
  3. package block

    Permalink
  4. package configuration

    Permalink
  5. package expr

    Permalink
  6. package pattern

    Permalink
  7. package set

    Permalink
  8. package util

    Permalink

Ungrouped