case classConstructedNode(v: Var, labels: Set[Label], baseEntity: Option[Var]) extends ConstructedEntity with Product with Serializable
case classConstructedRelationship(v: Var, source: Var, target: Var, typ: Option[String], baseEntity: Option[Var]) extends ConstructedEntity with Product with Serializable
final case classLogicalPlannerContext(workingGraphSchema: Schema, inputRecordFields: Set[Var], catalog: (Namespace) ⇒ PropertyGraphDataSource) extends Product with Serializable