package
impl
Type Members
-
case class
BlockRegistry[E](reg: Seq[(BlockRef, Block[E])])(counter: Int = 0) extends Product with Serializable
-
-
-
final
case class
IRBuilderContext(queryString: String, parameters: CypherMap, ambientGraph: IRExternalGraph, blocks: BlockRegistry[Expr] = BlockRegistry.empty[Expr], semanticState: SemanticState, graphs: Map[String, QualifiedGraphName], graphList: List[IRGraph], resolver: (Namespace) ⇒ PropertyGraphDataSource, knownTypes: Map[Expression, CypherType] = Map.empty) extends Product with Serializable
-
final
case class
IRBuilderError(msg: String) extends AnyVal with Product with Serializable
-
-
type
MayFail[A] = Either[IRBuilderError, A]
-
-
implicit final
class
RichIRBuilderStack[A] extends AnyRef
-
implicit final
class
RichSchema extends AnyRef
-
type
_hasContext[R] = MemberIn[HasContext, R]
-
type
_mayFail[R] = MemberIn[MayFail, R]
Inherited from AnyRef
Inherited from Any