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
- Self Type
- IRBuilderContext
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IRBuilderContext
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new 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)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val blockRegistry: BlockRegistry
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def convertExpression(e: Expression): Expr
- def convertPattern(p: Pattern, qgn: Option[QualifiedGraphName] = None): Pattern
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val instantiateView: (ViewInvocation) ⇒ PropertyGraph
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val knownTypes: Map[Expression, CypherType]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val parameters: CypherMap
- val qgnGenerator: QGNGenerator
- val queryLocalCatalog: QueryLocalCatalog
- val queryString: String
- def registerGraph(qgn: QualifiedGraphName, graph: PropertyGraph): IRBuilderContext
- def registerSchema(qgn: QualifiedGraphName, schema: PropertyGraphSchema): IRBuilderContext
- def resetRegistry: IRBuilderContext
- def schemaFor(qgn: QualifiedGraphName): PropertyGraphSchema
- val semanticState: SemanticState
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def withBlocks(reg: BlockRegistry): IRBuilderContext
- def withFields(fields: Set[IRField]): IRBuilderContext
- def withWorkingGraph(graph: IRGraph): IRBuilderContext
- val workingGraph: IRGraph