package
impl
Type Members
-
case class
BlockRegistry[E](reg: List[Block[E]]) extends Product with Serializable
-
-
-
final
case class
IRBuilderContext(qgnGenerator: QGNGenerator, queryString: String, parameters: CypherMap, workingGraph: IRGraph, blockRegistry: BlockRegistry[Expr] = BlockRegistry.empty[Expr], semanticState: SemanticState, queryCatalog: QueryCatalog, 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]
-
-
-
case class
QueryCatalog(dataSourceMapping: Map[Namespace, PropertyGraphDataSource], registeredSchemas: Map[QualifiedGraphName, Schema]) extends Product with Serializable
-
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