Packages

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
  2. final class ExpressionConverter extends AnyRef
  3. type HasContext[A] = IndexedStateT[Eval, IRBuilderContext, IRBuilderContext, A]
  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
  5. final case class IRBuilderError(msg: String) extends AnyVal with Product with Serializable
  6. type IRBuilderStack[A] = Fx2[MayFail, HasContext]
  7. type MayFail[A] = Either[IRBuilderError, A]
  8. final class PatternConverter extends AnyRef
  9. case class QueryLocalCatalog(dataSourceMapping: Map[Namespace, PropertyGraphDataSource], registeredGraphs: Map[QualifiedGraphName, PropertyGraph], registeredSchemas: Map[QualifiedGraphName, Schema]) extends Product with Serializable

    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
  11. implicit final class RichSchema extends AnyRef
  12. type _hasContext[R] = MemberIn[HasContext, R]
  13. type _mayFail[R] = MemberIn[MayFail, R]

Value Members

  1. def error[R, A](err: IRBuilderError)(v: A)(implicit arg0: _mayFail[R], arg1: _hasContext[R]): Eff[R, A]
  2. object BlockRegistry extends Serializable
  3. object FunctionUtils
  4. object IRBuilder extends CompilationStage[Statement, CypherStatement, IRBuilderContext]
  5. object IRBuilderContext extends Serializable
  6. object QueryLocalCatalog extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped