Package

org.opencypher.okapi.ir

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. case class BlockRegistry(reg: List[Block]) extends Product with Serializable

    Permalink
  2. final class ExpressionConverter extends AnyRef

    Permalink
  3. type HasContext[A] = IndexedStateT[Eval, IRBuilderContext, IRBuilderContext, A]

    Permalink
  4. final case class IRBuilderContext(qgnGenerator: QGNGenerator, queryString: String, parameters: CypherMap, workingGraph: IRGraph, blockRegistry: BlockRegistry = BlockRegistry.empty, semanticState: SemanticState, queryLocalCatalog: QueryLocalCatalog, instantiateView: (ViewInvocation) ⇒ PropertyGraph, knownTypes: Map[Expression, CypherType] = Map.empty) extends Product with Serializable

    Permalink
  5. final case class IRBuilderError(msg: String) extends AnyVal with Product with Serializable

    Permalink
  6. type IRBuilderStack[A] = Fx2[MayFail, HasContext]

    Permalink
  7. type MayFail[A] = Either[IRBuilderError, A]

    Permalink
  8. final class PatternConverter extends AnyRef

    Permalink
  9. case class QueryLocalCatalog(dataSourceMapping: Map[Namespace, PropertyGraphDataSource], registeredGraphs: Map[QualifiedGraphName, PropertyGraph], registeredSchemas: Map[QualifiedGraphName, Schema]) extends Product with Serializable

    Permalink

    Represents a catalog storing the session graphs and schemas of constructed graphs and temporary graphs for recursive view queries.

  10. implicit final class RichIRBuilderStack[A] extends AnyRef

    Permalink
  11. implicit final class RichSchema extends AnyRef

    Permalink
  12. type _hasContext[R] = MemberIn[HasContext, R]

    Permalink
  13. type _mayFail[R] = MemberIn[MayFail, R]

    Permalink

Value Members

  1. object BlockRegistry extends Serializable

    Permalink
  2. object FunctionUtils

    Permalink
  3. object IRBuilder extends CompilationStage[Statement, CypherStatement, IRBuilderContext]

    Permalink
  4. object IRBuilderContext extends Serializable

    Permalink
  5. object QueryLocalCatalog extends Serializable

    Permalink
  6. def error[R, A](err: IRBuilderError)(v: A)(implicit arg0: _mayFail[R], arg1: _hasContext[R]): Eff[R, A]

    Permalink
  7. package exception

    Permalink
  8. package parse

    Permalink
  9. package refactor

    Permalink
  10. package syntax

    Permalink
  11. package typer

    Permalink
  12. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped