@finos/legend-graph 31.1.9 → 31.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (299) hide show
  1. package/lib/graph/helpers/DSL_Mapping_Helper.d.ts +3 -1
  2. package/lib/graph/helpers/DSL_Mapping_Helper.d.ts.map +1 -1
  3. package/lib/graph/helpers/DSL_Mapping_Helper.js +17 -0
  4. package/lib/graph/helpers/DSL_Mapping_Helper.js.map +1 -1
  5. package/lib/graph/metamodel/pure/executionPlan/nodes/AllocationExecutionNode.d.ts +1 -1
  6. package/lib/graph/metamodel/pure/executionPlan/nodes/AllocationExecutionNode.d.ts.map +1 -1
  7. package/lib/graph/metamodel/pure/executionPlan/nodes/AllocationExecutionNode.js.map +1 -1
  8. package/lib/graph/metamodel/pure/executionPlan/nodes/ExecutionNode.d.ts +2 -6
  9. package/lib/graph/metamodel/pure/executionPlan/nodes/ExecutionNode.d.ts.map +1 -1
  10. package/lib/graph/metamodel/pure/executionPlan/nodes/ExecutionNode.js +0 -5
  11. package/lib/graph/metamodel/pure/executionPlan/nodes/ExecutionNode.js.map +1 -1
  12. package/lib/graph/metamodel/pure/executionPlan/nodes/GlobalGraphFetchExecutionNode.d.ts +29 -0
  13. package/lib/graph/metamodel/pure/executionPlan/nodes/GlobalGraphFetchExecutionNode.d.ts.map +1 -0
  14. package/lib/graph/metamodel/pure/executionPlan/nodes/GlobalGraphFetchExecutionNode.js +27 -0
  15. package/lib/graph/metamodel/pure/executionPlan/nodes/GlobalGraphFetchExecutionNode.js.map +1 -0
  16. package/lib/graph/metamodel/pure/executionPlan/nodes/GraphFetchExecutionNode.d.ts +25 -0
  17. package/lib/graph/metamodel/pure/executionPlan/nodes/GraphFetchExecutionNode.d.ts.map +1 -0
  18. package/lib/graph/metamodel/pure/executionPlan/nodes/GraphFetchExecutionNode.js +23 -0
  19. package/lib/graph/metamodel/pure/executionPlan/nodes/GraphFetchExecutionNode.js.map +1 -0
  20. package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryGraphFetchExecutionNode.d.ts +20 -0
  21. package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryGraphFetchExecutionNode.d.ts.map +1 -0
  22. package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryGraphFetchExecutionNode.js +20 -0
  23. package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryGraphFetchExecutionNode.js.map +1 -0
  24. package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryPropertyGraphFetchExecutionNode.d.ts +19 -0
  25. package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryPropertyGraphFetchExecutionNode.d.ts.map +1 -0
  26. package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryPropertyGraphFetchExecutionNode.js +19 -0
  27. package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryPropertyGraphFetchExecutionNode.js.map +1 -0
  28. package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryRootGraphFetchExecutionNode.d.ts +22 -0
  29. package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryRootGraphFetchExecutionNode.d.ts.map +1 -0
  30. package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryRootGraphFetchExecutionNode.js +22 -0
  31. package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryRootGraphFetchExecutionNode.js.map +1 -0
  32. package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromResultSetAsValueTuplesTempTableStrategy.d.ts +20 -0
  33. package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromResultSetAsValueTuplesTempTableStrategy.d.ts.map +1 -0
  34. package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromResultSetAsValueTuplesTempTableStrategy.js +20 -0
  35. package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromResultSetAsValueTuplesTempTableStrategy.js.map +1 -0
  36. package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromSubQueryTempTableStrategy.d.ts +19 -0
  37. package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromSubQueryTempTableStrategy.d.ts.map +1 -0
  38. package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromSubQueryTempTableStrategy.js +19 -0
  39. package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromSubQueryTempTableStrategy.js.map +1 -0
  40. package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromTempFileTempTableStrategy.d.ts +19 -0
  41. package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromTempFileTempTableStrategy.d.ts.map +1 -0
  42. package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromTempFileTempTableStrategy.js +19 -0
  43. package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromTempFileTempTableStrategy.js.map +1 -0
  44. package/lib/graph/metamodel/pure/executionPlan/nodes/LocalGraphFetchExecutionNode.d.ts +23 -0
  45. package/lib/graph/metamodel/pure/executionPlan/nodes/LocalGraphFetchExecutionNode.d.ts.map +1 -0
  46. package/lib/graph/metamodel/pure/executionPlan/nodes/LocalGraphFetchExecutionNode.js +22 -0
  47. package/lib/graph/metamodel/pure/executionPlan/nodes/LocalGraphFetchExecutionNode.js.map +1 -0
  48. package/lib/graph/metamodel/pure/executionPlan/nodes/PureExpressionPlatformExecutionNode.d.ts +21 -0
  49. package/lib/graph/metamodel/pure/executionPlan/nodes/PureExpressionPlatformExecutionNode.d.ts.map +1 -0
  50. package/lib/graph/metamodel/pure/executionPlan/nodes/PureExpressionPlatformExecutionNode.js +20 -0
  51. package/lib/graph/metamodel/pure/executionPlan/nodes/PureExpressionPlatformExecutionNode.js.map +1 -0
  52. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalClassQueryTempTableGraphFetchExecutionNode.d.ts +19 -0
  53. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalClassQueryTempTableGraphFetchExecutionNode.d.ts.map +1 -0
  54. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalClassQueryTempTableGraphFetchExecutionNode.js +19 -0
  55. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalClassQueryTempTableGraphFetchExecutionNode.js.map +1 -0
  56. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalCrossRootQueryTempTableGraphFetchExecutionNode.d.ts +25 -0
  57. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalCrossRootQueryTempTableGraphFetchExecutionNode.d.ts.map +1 -0
  58. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalCrossRootQueryTempTableGraphFetchExecutionNode.js +23 -0
  59. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalCrossRootQueryTempTableGraphFetchExecutionNode.js.map +1 -0
  60. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalGraphFetchExecutionNode.d.ts +20 -0
  61. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalGraphFetchExecutionNode.d.ts.map +1 -0
  62. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalGraphFetchExecutionNode.js +20 -0
  63. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalGraphFetchExecutionNode.js.map +1 -0
  64. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalRootQueryTempTableGraphFetchExecutionNode.d.ts +21 -0
  65. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalRootQueryTempTableGraphFetchExecutionNode.d.ts.map +1 -0
  66. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalRootQueryTempTableGraphFetchExecutionNode.js +21 -0
  67. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalRootQueryTempTableGraphFetchExecutionNode.js.map +1 -0
  68. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalTempTableGraphFetchExecutionNode.d.ts +25 -0
  69. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalTempTableGraphFetchExecutionNode.d.ts.map +1 -0
  70. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalTempTableGraphFetchExecutionNode.js +23 -0
  71. package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalTempTableGraphFetchExecutionNode.js.map +1 -0
  72. package/lib/graph/metamodel/pure/executionPlan/nodes/StoreMappingGlobalGraphFetchExecutionNode.d.ts +24 -0
  73. package/lib/graph/metamodel/pure/executionPlan/nodes/StoreMappingGlobalGraphFetchExecutionNode.d.ts.map +1 -0
  74. package/lib/graph/metamodel/pure/executionPlan/nodes/StoreMappingGlobalGraphFetchExecutionNode.js +23 -0
  75. package/lib/graph/metamodel/pure/executionPlan/nodes/StoreMappingGlobalGraphFetchExecutionNode.js.map +1 -0
  76. package/lib/graph/metamodel/pure/executionPlan/nodes/TempTableStrategy.d.ts +22 -0
  77. package/lib/graph/metamodel/pure/executionPlan/nodes/TempTableStrategy.d.ts.map +1 -0
  78. package/lib/graph/metamodel/pure/executionPlan/nodes/TempTableStrategy.js +21 -0
  79. package/lib/graph/metamodel/pure/executionPlan/nodes/TempTableStrategy.js.map +1 -0
  80. package/lib/graph/metamodel/pure/executionPlan/result/ClassResultType.d.ts +21 -0
  81. package/lib/graph/metamodel/pure/executionPlan/result/ClassResultType.d.ts.map +1 -0
  82. package/lib/graph/metamodel/pure/executionPlan/result/ClassResultType.js +20 -0
  83. package/lib/graph/metamodel/pure/executionPlan/result/ClassResultType.js.map +1 -0
  84. package/lib/graph/metamodel/pure/executionPlan/result/PartialClassResultType.d.ts +21 -0
  85. package/lib/graph/metamodel/pure/executionPlan/result/PartialClassResultType.d.ts.map +1 -0
  86. package/lib/graph/metamodel/pure/executionPlan/result/PartialClassResultType.js +20 -0
  87. package/lib/graph/metamodel/pure/executionPlan/result/PartialClassResultType.js.map +1 -0
  88. package/lib/graph/metamodel/pure/executionPlan/result/PropertyMapping.d.ts +21 -0
  89. package/lib/graph/metamodel/pure/executionPlan/result/PropertyMapping.d.ts.map +1 -0
  90. package/lib/graph/metamodel/pure/executionPlan/result/PropertyMapping.js +21 -0
  91. package/lib/graph/metamodel/pure/executionPlan/result/PropertyMapping.js.map +1 -0
  92. package/lib/graph/metamodel/pure/executionPlan/result/PropertyWithParameters.d.ts +21 -0
  93. package/lib/graph/metamodel/pure/executionPlan/result/PropertyWithParameters.d.ts.map +1 -0
  94. package/lib/graph/metamodel/pure/executionPlan/result/PropertyWithParameters.js +20 -0
  95. package/lib/graph/metamodel/pure/executionPlan/result/PropertyWithParameters.js.map +1 -0
  96. package/lib/graph/metamodel/pure/executionPlan/result/SetImplementationPtr.d.ts +23 -0
  97. package/lib/graph/metamodel/pure/executionPlan/result/SetImplementationPtr.d.ts.map +1 -0
  98. package/lib/graph/metamodel/pure/executionPlan/result/SetImplementationPtr.js +22 -0
  99. package/lib/graph/metamodel/pure/executionPlan/result/SetImplementationPtr.js.map +1 -0
  100. package/lib/graph/metamodel/pure/executionPlan/result/VoidResultType.d.ts +19 -0
  101. package/lib/graph/metamodel/pure/executionPlan/result/VoidResultType.d.ts.map +1 -0
  102. package/lib/graph/metamodel/pure/executionPlan/result/VoidResultType.js +19 -0
  103. package/lib/graph/metamodel/pure/executionPlan/result/VoidResultType.js.map +1 -0
  104. package/lib/graph/metamodel/pure/packageableElements/mapping/xStore/XStorePropertyFetchDetails.d.ts +26 -0
  105. package/lib/graph/metamodel/pure/packageableElements/mapping/xStore/XStorePropertyFetchDetails.d.ts.map +1 -0
  106. package/lib/graph/metamodel/pure/packageableElements/mapping/xStore/XStorePropertyFetchDetails.js +26 -0
  107. package/lib/graph/metamodel/pure/packageableElements/mapping/xStore/XStorePropertyFetchDetails.js.map +1 -0
  108. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_AllocationExecutionNode.d.ts +1 -1
  109. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_AllocationExecutionNode.d.ts.map +1 -1
  110. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_AllocationExecutionNode.js.map +1 -1
  111. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ExecutionNode.d.ts +3 -6
  112. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ExecutionNode.d.ts.map +1 -1
  113. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ExecutionNode.js +1 -5
  114. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ExecutionNode.js.map +1 -1
  115. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GlobalGraphFetchExecutionNode.d.ts +29 -0
  116. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GlobalGraphFetchExecutionNode.d.ts.map +1 -0
  117. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GlobalGraphFetchExecutionNode.js +27 -0
  118. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GlobalGraphFetchExecutionNode.js.map +1 -0
  119. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GraphFetchExecutionNode.d.ts +25 -0
  120. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GraphFetchExecutionNode.d.ts.map +1 -0
  121. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GraphFetchExecutionNode.js +23 -0
  122. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GraphFetchExecutionNode.js.map +1 -0
  123. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryGraphFetchExecutionNode.d.ts +20 -0
  124. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryGraphFetchExecutionNode.d.ts.map +1 -0
  125. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryGraphFetchExecutionNode.js +20 -0
  126. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryGraphFetchExecutionNode.js.map +1 -0
  127. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryPropertyGraphFetchExecutionNode.d.ts +19 -0
  128. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryPropertyGraphFetchExecutionNode.d.ts.map +1 -0
  129. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryPropertyGraphFetchExecutionNode.js +19 -0
  130. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryPropertyGraphFetchExecutionNode.js.map +1 -0
  131. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryRootGraphFetchExecutionNode.d.ts +22 -0
  132. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryRootGraphFetchExecutionNode.d.ts.map +1 -0
  133. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryRootGraphFetchExecutionNode.js +22 -0
  134. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryRootGraphFetchExecutionNode.js.map +1 -0
  135. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromResultSetAsValueTuplesTempTableStrategy.d.ts +20 -0
  136. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromResultSetAsValueTuplesTempTableStrategy.d.ts.map +1 -0
  137. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromResultSetAsValueTuplesTempTableStrategy.js +20 -0
  138. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromResultSetAsValueTuplesTempTableStrategy.js.map +1 -0
  139. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromSubQueryTempTableStrategy.d.ts +19 -0
  140. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromSubQueryTempTableStrategy.d.ts.map +1 -0
  141. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromSubQueryTempTableStrategy.js +19 -0
  142. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromSubQueryTempTableStrategy.js.map +1 -0
  143. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromTempFileTempTableStrategy.d.ts +19 -0
  144. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromTempFileTempTableStrategy.d.ts.map +1 -0
  145. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromTempFileTempTableStrategy.js +19 -0
  146. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromTempFileTempTableStrategy.js.map +1 -0
  147. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LocalGraphFetchExecutionNode.d.ts +23 -0
  148. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LocalGraphFetchExecutionNode.d.ts.map +1 -0
  149. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LocalGraphFetchExecutionNode.js +22 -0
  150. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LocalGraphFetchExecutionNode.js.map +1 -0
  151. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_PureExpressionPlatformExecutionNode.d.ts +21 -0
  152. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_PureExpressionPlatformExecutionNode.d.ts.map +1 -0
  153. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_PureExpressionPlatformExecutionNode.js +20 -0
  154. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_PureExpressionPlatformExecutionNode.js.map +1 -0
  155. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalClassQueryTempTableGraphFetchExecutionNode.d.ts +19 -0
  156. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalClassQueryTempTableGraphFetchExecutionNode.d.ts.map +1 -0
  157. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalClassQueryTempTableGraphFetchExecutionNode.js +19 -0
  158. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalClassQueryTempTableGraphFetchExecutionNode.js.map +1 -0
  159. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalCrossRootQueryTempTableGraphFetchExecutionNode.d.ts +25 -0
  160. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalCrossRootQueryTempTableGraphFetchExecutionNode.d.ts.map +1 -0
  161. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalCrossRootQueryTempTableGraphFetchExecutionNode.js +23 -0
  162. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalCrossRootQueryTempTableGraphFetchExecutionNode.js.map +1 -0
  163. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalGraphFetchExecutionNode.d.ts +20 -0
  164. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalGraphFetchExecutionNode.d.ts.map +1 -0
  165. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalGraphFetchExecutionNode.js +20 -0
  166. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalGraphFetchExecutionNode.js.map +1 -0
  167. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalRootQueryTempTableGraphFetchExecutionNode.d.ts +21 -0
  168. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalRootQueryTempTableGraphFetchExecutionNode.d.ts.map +1 -0
  169. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalRootQueryTempTableGraphFetchExecutionNode.js +21 -0
  170. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalRootQueryTempTableGraphFetchExecutionNode.js.map +1 -0
  171. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalTempTableGraphFetchExecutionNode.d.ts +25 -0
  172. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalTempTableGraphFetchExecutionNode.d.ts.map +1 -0
  173. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalTempTableGraphFetchExecutionNode.js +23 -0
  174. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalTempTableGraphFetchExecutionNode.js.map +1 -0
  175. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_StoreMappingGlobalGraphFetchExecutionNode.d.ts +24 -0
  176. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_StoreMappingGlobalGraphFetchExecutionNode.d.ts.map +1 -0
  177. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_StoreMappingGlobalGraphFetchExecutionNode.js +23 -0
  178. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_StoreMappingGlobalGraphFetchExecutionNode.js.map +1 -0
  179. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_TempTableStrategy.d.ts +22 -0
  180. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_TempTableStrategy.d.ts.map +1 -0
  181. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_TempTableStrategy.js +21 -0
  182. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_TempTableStrategy.js.map +1 -0
  183. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_ClassResultType.d.ts +22 -0
  184. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_ClassResultType.d.ts.map +1 -0
  185. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_ClassResultType.js +21 -0
  186. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_ClassResultType.js.map +1 -0
  187. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PartialClassResultType.d.ts +21 -0
  188. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PartialClassResultType.d.ts.map +1 -0
  189. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PartialClassResultType.js +20 -0
  190. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PartialClassResultType.js.map +1 -0
  191. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyMapping.d.ts +21 -0
  192. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyMapping.d.ts.map +1 -0
  193. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyMapping.js +21 -0
  194. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyMapping.js.map +1 -0
  195. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyWithParameters.d.ts +21 -0
  196. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyWithParameters.d.ts.map +1 -0
  197. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyWithParameters.js +20 -0
  198. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyWithParameters.js.map +1 -0
  199. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_SetImplementationPtr.d.ts +23 -0
  200. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_SetImplementationPtr.d.ts.map +1 -0
  201. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_SetImplementationPtr.js +22 -0
  202. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_SetImplementationPtr.js.map +1 -0
  203. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_VoidResultType.d.ts +19 -0
  204. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_VoidResultType.d.ts.map +1 -0
  205. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_VoidResultType.js +19 -0
  206. package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_VoidResultType.js.map +1 -0
  207. package/lib/graph-manager/protocol/pure/v1/model/packageableElements/mapping/xStore/V1_XStorePropertyFetchDetails.d.ts +26 -0
  208. package/lib/graph-manager/protocol/pure/v1/model/packageableElements/mapping/xStore/V1_XStorePropertyFetchDetails.d.ts.map +1 -0
  209. package/lib/graph-manager/protocol/pure/v1/model/packageableElements/mapping/xStore/V1_XStorePropertyFetchDetails.js +26 -0
  210. package/lib/graph-manager/protocol/pure/v1/model/packageableElements/mapping/xStore/V1_XStorePropertyFetchDetails.js.map +1 -0
  211. package/lib/graph-manager/protocol/pure/v1/model/valueSpecification/application/V1_AppliedFunction.d.ts +1 -0
  212. package/lib/graph-manager/protocol/pure/v1/model/valueSpecification/application/V1_AppliedFunction.d.ts.map +1 -1
  213. package/lib/graph-manager/protocol/pure/v1/model/valueSpecification/application/V1_AppliedFunction.js +1 -1
  214. package/lib/graph-manager/protocol/pure/v1/model/valueSpecification/application/V1_AppliedFunction.js.map +1 -1
  215. package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/executionPlan/V1_ExecutionPlanTransformer.d.ts.map +1 -1
  216. package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/executionPlan/V1_ExecutionPlanTransformer.js +289 -1
  217. package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/executionPlan/V1_ExecutionPlanTransformer.js.map +1 -1
  218. package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ExecutionPlanBuilder.d.ts.map +1 -1
  219. package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ExecutionPlanBuilder.js +316 -2
  220. package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ExecutionPlanBuilder.js.map +1 -1
  221. package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper.d.ts +4 -3
  222. package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper.d.ts.map +1 -1
  223. package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper.js +47 -15
  224. package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper.js.map +1 -1
  225. package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ValueSpecificationSerializer.d.ts +3 -0
  226. package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ValueSpecificationSerializer.d.ts.map +1 -1
  227. package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ValueSpecificationSerializer.js +3 -2
  228. package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ValueSpecificationSerializer.js.map +1 -1
  229. package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/executionPlan/V1_ExecutionPlanSerializationHelper.d.ts +18 -2
  230. package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/executionPlan/V1_ExecutionPlanSerializationHelper.d.ts.map +1 -1
  231. package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/executionPlan/V1_ExecutionPlanSerializationHelper.js +317 -20
  232. package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/executionPlan/V1_ExecutionPlanSerializationHelper.js.map +1 -1
  233. package/lib/index.d.ts +14 -0
  234. package/lib/index.d.ts.map +1 -1
  235. package/lib/index.js +14 -0
  236. package/lib/index.js.map +1 -1
  237. package/lib/package.json +6 -6
  238. package/package.json +9 -9
  239. package/src/graph/helpers/DSL_Mapping_Helper.ts +24 -1
  240. package/src/graph/metamodel/pure/executionPlan/nodes/AllocationExecutionNode.ts +1 -1
  241. package/src/graph/metamodel/pure/executionPlan/nodes/ExecutionNode.ts +2 -6
  242. package/src/graph/metamodel/pure/executionPlan/nodes/GlobalGraphFetchExecutionNode.ts +30 -0
  243. package/src/graph/metamodel/pure/executionPlan/nodes/GraphFetchExecutionNode.ts +26 -0
  244. package/src/graph/metamodel/pure/executionPlan/nodes/InMemoryGraphFetchExecutionNode.ts +21 -0
  245. package/src/graph/metamodel/pure/executionPlan/nodes/InMemoryPropertyGraphFetchExecutionNode.ts +19 -0
  246. package/src/graph/metamodel/pure/executionPlan/nodes/InMemoryRootGraphFetchExecutionNode.ts +23 -0
  247. package/src/graph/metamodel/pure/executionPlan/nodes/LoadFromResultSetAsValueTuplesTempTableStrategy.ts +21 -0
  248. package/src/graph/metamodel/pure/executionPlan/nodes/LoadFromSubQueryTempTableStrategy.ts +19 -0
  249. package/src/graph/metamodel/pure/executionPlan/nodes/LoadFromTempFileTempTableStrategy.ts +19 -0
  250. package/src/graph/metamodel/pure/executionPlan/nodes/LocalGraphFetchExecutionNode.ts +24 -0
  251. package/src/graph/metamodel/pure/executionPlan/nodes/PureExpressionPlatformExecutionNode.ts +22 -0
  252. package/src/graph/metamodel/pure/executionPlan/nodes/RelationalClassQueryTempTableGraphFetchExecutionNode.ts +19 -0
  253. package/src/graph/metamodel/pure/executionPlan/nodes/RelationalCrossRootQueryTempTableGraphFetchExecutionNode.ts +26 -0
  254. package/src/graph/metamodel/pure/executionPlan/nodes/RelationalGraphFetchExecutionNode.ts +21 -0
  255. package/src/graph/metamodel/pure/executionPlan/nodes/RelationalRootQueryTempTableGraphFetchExecutionNode.ts +22 -0
  256. package/src/graph/metamodel/pure/executionPlan/nodes/RelationalTempTableGraphFetchExecutionNode.ts +26 -0
  257. package/src/graph/metamodel/pure/executionPlan/nodes/StoreMappingGlobalGraphFetchExecutionNode.ts +25 -0
  258. package/src/graph/metamodel/pure/executionPlan/nodes/TempTableStrategy.ts +23 -0
  259. package/src/graph/metamodel/pure/executionPlan/result/ClassResultType.ts +22 -0
  260. package/src/graph/metamodel/pure/executionPlan/result/PartialClassResultType.ts +22 -0
  261. package/src/graph/metamodel/pure/executionPlan/result/PropertyMapping.ts +21 -0
  262. package/src/graph/metamodel/pure/executionPlan/result/PropertyWithParameters.ts +22 -0
  263. package/src/graph/metamodel/pure/executionPlan/result/SetImplementationPtr.ts +24 -0
  264. package/src/graph/metamodel/pure/executionPlan/result/VoidResultType.ts +19 -0
  265. package/src/graph/metamodel/pure/packageableElements/mapping/xStore/XStorePropertyFetchDetails.ts +26 -0
  266. package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_AllocationExecutionNode.ts +1 -1
  267. package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ExecutionNode.ts +3 -6
  268. package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GlobalGraphFetchExecutionNode.ts +30 -0
  269. package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GraphFetchExecutionNode.ts +26 -0
  270. package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryGraphFetchExecutionNode.ts +21 -0
  271. package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryPropertyGraphFetchExecutionNode.ts +19 -0
  272. package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryRootGraphFetchExecutionNode.ts +23 -0
  273. package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromResultSetAsValueTuplesTempTableStrategy.ts +21 -0
  274. package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromSubQueryTempTableStrategy.ts +19 -0
  275. package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromTempFileTempTableStrategy.ts +19 -0
  276. package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LocalGraphFetchExecutionNode.ts +24 -0
  277. package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_PureExpressionPlatformExecutionNode.ts +22 -0
  278. package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalClassQueryTempTableGraphFetchExecutionNode.ts +19 -0
  279. package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalCrossRootQueryTempTableGraphFetchExecutionNode.ts +26 -0
  280. package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalGraphFetchExecutionNode.ts +21 -0
  281. package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalRootQueryTempTableGraphFetchExecutionNode.ts +22 -0
  282. package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalTempTableGraphFetchExecutionNode.ts +26 -0
  283. package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_StoreMappingGlobalGraphFetchExecutionNode.ts +25 -0
  284. package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_TempTableStrategy.ts +23 -0
  285. package/src/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_ClassResultType.ts +23 -0
  286. package/src/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PartialClassResultType.ts +22 -0
  287. package/src/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyMapping.ts +21 -0
  288. package/src/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyWithParameters.ts +22 -0
  289. package/src/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_SetImplementationPtr.ts +24 -0
  290. package/src/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_VoidResultType.ts +19 -0
  291. package/src/graph-manager/protocol/pure/v1/model/packageableElements/mapping/xStore/V1_XStorePropertyFetchDetails.ts +26 -0
  292. package/src/graph-manager/protocol/pure/v1/model/valueSpecification/application/V1_AppliedFunction.ts +1 -1
  293. package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/from/executionPlan/V1_ExecutionPlanTransformer.ts +538 -1
  294. package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ExecutionPlanBuilder.ts +605 -2
  295. package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper.ts +60 -5
  296. package/src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ValueSpecificationSerializer.ts +8 -2
  297. package/src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/executionPlan/V1_ExecutionPlanSerializationHelper.ts +610 -23
  298. package/src/index.ts +14 -0
  299. package/tsconfig.json +48 -0
@@ -19,11 +19,12 @@ import type { Class } from '../metamodel/pure/packageableElements/domain/Class.j
19
19
  import type { Enumeration } from '../metamodel/pure/packageableElements/domain/Enumeration.js';
20
20
  import type { Mapping } from '../metamodel/pure/packageableElements/mapping/Mapping.js';
21
21
  import type { PropertyMapping } from '../metamodel/pure/packageableElements/mapping/PropertyMapping.js';
22
- import type { InstanceSetImplementation } from '../metamodel/pure/packageableElements/mapping/InstanceSetImplementation.js';
22
+ import { InstanceSetImplementation } from '../metamodel/pure/packageableElements/mapping/InstanceSetImplementation.js';
23
23
  import type { EngineRuntime, IdentifiedConnection } from '../metamodel/pure/packageableElements/runtime/Runtime.js';
24
24
  import { OperationSetImplementation } from '../metamodel/pure/packageableElements/mapping/OperationSetImplementation.js';
25
25
  import type { PackageableRuntime } from '../metamodel/pure/packageableElements/runtime/PackageableRuntime.js';
26
26
  import { ObjectInputType } from '../metamodel/pure/packageableElements/mapping/DEPRECATED__MappingTest.js';
27
+ import type { AbstractProperty } from '..//metamodel/pure/packageableElements/domain/AbstractProperty.js';
27
28
  /**
28
29
  * Get all included mappings, accounted for loop and duplication (which should be caught by compiler)
29
30
  */
@@ -53,6 +54,7 @@ export declare const getLeafSetImplementations: (operationSetImplementation: Ope
53
54
  export declare const getObjectInputType: (type: string) => ObjectInputType;
54
55
  export declare const getMappingCompatibleClasses: (mapping: Mapping, classes: Class[]) => Class[];
55
56
  export declare const getClassCompatibleMappings: (_class: Class, mappings: Mapping[]) => Mapping[];
57
+ export declare const findMappingLocalProperty: (mappings: Mapping[], propertyName: string) => AbstractProperty | undefined;
56
58
  export declare const getAllIdentifiedConnections: (runtime: EngineRuntime) => IdentifiedConnection[];
57
59
  export declare const generateIdentifiedConnectionId: (runtime: EngineRuntime) => string;
58
60
  export declare const getMappingCompatibleRuntimes: (mapping: Mapping, runtimes: PackageableRuntime[]) => PackageableRuntime[];
@@ -1 +1 @@
1
- {"version":3,"file":"DSL_Mapping_Helper.d.ts","sourceRoot":"","sources":["../../../src/graph/helpers/DSL_Mapping_Helper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAWH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qEAAqE,CAAC;AAC9G,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oEAAoE,CAAC;AAC5G,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,uDAAuD,CAAC;AACnF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,6DAA6D,CAAC;AAC/F,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,0DAA0D,CAAC;AAGxF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kEAAkE,CAAC;AACxG,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,4EAA4E,CAAC;AAC5H,OAAO,KAAK,EACV,aAAa,EACb,oBAAoB,EACrB,MAAM,0DAA0D,CAAC;AAClE,OAAO,EAAE,0BAA0B,EAAE,MAAM,6EAA6E,CAAC;AACzH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qEAAqE,CAAC;AAC9G,OAAO,EAAE,eAAe,EAAE,MAAM,0EAA0E,CAAC;AAI3G;;GAEG;AACH,eAAO,MAAM,sBAAsB,YAAa,OAAO,KAAG,OAAO,EAchE,CAAC;AAEF,eAAO,MAAM,mBAAmB,YAAa,OAAO,KAAG,iBAAiB,EAOrE,CAAC;AAEJ,eAAO,MAAM,yBAAyB,YAC3B,OAAO,KACf,kBAAkB,EAOlB,CAAC;AAEJ,eAAO,MAAM,qDAAqD,YACvD,OAAO,KACf,iBAAiB,EAgBnB,CAAC;AAEF,eAAO,MAAM,sBAAsB,YACxB,OAAO,MACZ,MAAM,KACT,iBAOA,CAAC;AAEJ,eAAO,MAAM,mBAAmB,YACrB,OAAO,MACZ,MAAM,KACT,iBAOA,CAAC;AAEJ,eAAO,MAAM,0BAA0B,YAC5B,OAAO,UACR,KAAK,KACZ,iBAAiB,EAKjB,CAAC;AAEJ,eAAO,MAAM,uBAAuB,YACzB,OAAO,UACR,KAAK,KACZ,iBAAiB,EAKjB,CAAC;AAEJ,eAAO,MAAM,mCAAmC,YACrC,OAAO,eACH,WAAW,KACvB,kBAAkB,EAIlB,CAAC;AAEJ,eAAO,MAAM,6BAA6B,mBACxB,iBAAiB,KAChC,iBAAiB,EAkBnB,CAAC;AAEF,eAAO,MAAM,yBAAyB,mCACJ,iBAAiB,EAAE,KAClD,iBAAiB,GAAG,SAetB,CAAC;AAEF,eAAO,MAAM,wBAAwB,YAC1B,OAAO,UACR,KAAK,KACZ,iBAAiB,GAAG,SAC8C,CAAC;AAEtE,eAAO,MAAM,mBAAmB,8BACH,yBAAyB,gBACtC,MAAM,YACV,MAAM,GAAG,SAAS,KAC3B,eAAe,GAAG,SAapB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,6BAA6B,+BACZ,0BAA0B,KACrD,iBAAiB,EAqBnB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,yBAAyB,+BACR,0BAA0B,KACrD,iBAAiB,EAGjB,CAAC;AAEJ,eAAO,MAAM,kBAAkB,SAAU,MAAM,KAAG,eAWjD,CAAC;AAEF,eAAO,MAAM,2BAA2B,YAC7B,OAAO,WACP,KAAK,EAAE,KACf,KAAK,EAMP,CAAC;AAEF,eAAO,MAAM,0BAA0B,WAC7B,KAAK,YACH,OAAO,EAAE,KAClB,OAAO,EAUT,CAAC;AAIF,eAAO,MAAM,2BAA2B,YAC7B,aAAa,KACrB,oBAAoB,EAGpB,CAAC;AAEJ,eAAO,MAAM,8BAA8B,YAChC,aAAa,KACrB,MAcF,CAAC;AAEF,eAAO,MAAM,4BAA4B,YAC9B,OAAO,YACN,kBAAkB,EAAE,KAC7B,kBAAkB,EAUlB,CAAC"}
1
+ {"version":3,"file":"DSL_Mapping_Helper.d.ts","sourceRoot":"","sources":["../../../src/graph/helpers/DSL_Mapping_Helper.ts"],"names":[],"mappings":"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"}
@@ -16,6 +16,7 @@
16
16
  import { assertTrue, filterByType, findLast, generateEnumerableNameFromToken, guaranteeNonNullable, uniq, UnsupportedOperationError, } from '@finos/legend-shared';
17
17
  import { AggregationAwareSetImplementation } from '../metamodel/pure/packageableElements/mapping/aggregationAware/AggregationAwareSetImplementation.js';
18
18
  import { RootRelationalInstanceSetImplementation } from '../metamodel/pure/packageableElements/store/relational/mapping/RootRelationalInstanceSetImplementation.js';
19
+ import { InstanceSetImplementation } from '../metamodel/pure/packageableElements/mapping/InstanceSetImplementation.js';
19
20
  import { OperationSetImplementation } from '../metamodel/pure/packageableElements/mapping/OperationSetImplementation.js';
20
21
  import { ObjectInputType } from '../metamodel/pure/packageableElements/mapping/DEPRECATED__MappingTest.js';
21
22
  // ----------------------------------------- Mapping -----------------------------------------
@@ -155,6 +156,22 @@ export const getClassCompatibleMappings = (_class, mappings) => {
155
156
  const resolvedMappingIncludes = mappings.filter((mapping) => getAllIncludedMappings(mapping).some((e) => mappingsWithClassMapped.includes(e)));
156
157
  return uniq([...mappingsWithClassMapped, ...resolvedMappingIncludes]);
157
158
  };
159
+ export const findMappingLocalProperty = (mappings, propertyName) => {
160
+ let newProperty;
161
+ mappings.forEach((mapping) => {
162
+ mapping.classMappings.forEach((setImplementation) => {
163
+ if (setImplementation instanceof InstanceSetImplementation) {
164
+ setImplementation.propertyMappings.forEach((propertyMapping) => {
165
+ if (propertyMapping.localMappingProperty &&
166
+ propertyMapping.property.value.name === propertyName) {
167
+ newProperty = propertyMapping.property.value;
168
+ }
169
+ });
170
+ }
171
+ });
172
+ });
173
+ return newProperty;
174
+ };
158
175
  // ----------------------------------------- Runtime -----------------------------------------
159
176
  export const getAllIdentifiedConnections = (runtime) => runtime.connections.flatMap((storeConnections) => storeConnections.storeConnections);
160
177
  export const generateIdentifiedConnectionId = (runtime) => {
@@ -1 +1 @@
1
- {"version":3,"file":"DSL_Mapping_Helper.js","sourceRoot":"","sources":["../../../src/graph/helpers/DSL_Mapping_Helper.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"DSL_Mapping_Helper.js","sourceRoot":"","sources":["../../../src/graph/helpers/DSL_Mapping_Helper.ts"],"names":[],"mappings":"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"}
@@ -16,6 +16,6 @@
16
16
  import { ExecutionNode } from './ExecutionNode.js';
17
17
  export declare class AllocationExecutionNode extends ExecutionNode {
18
18
  varName: string;
19
- realizeInMemory: boolean;
19
+ realizeInMemory?: boolean | undefined;
20
20
  }
21
21
  //# sourceMappingURL=AllocationExecutionNode.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/AllocationExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,qBAAa,uBAAwB,SAAQ,aAAa;IACxD,OAAO,EAAG,MAAM,CAAC;IACjB,eAAe,EAAG,OAAO,CAAC;CAC3B"}
1
+ {"version":3,"file":"AllocationExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/AllocationExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,qBAAa,uBAAwB,SAAQ,aAAa;IACxD,OAAO,EAAG,MAAM,CAAC;IACjB,eAAe,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AllocationExecutionNode.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/AllocationExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,OAAO,uBAAwB,SAAQ,aAAa;IACxD,OAAO,CAAU;IACjB,eAAe,CAAW;CAC3B"}
1
+ {"version":3,"file":"AllocationExecutionNode.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/AllocationExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,OAAO,uBAAwB,SAAQ,aAAa;IACxD,OAAO,CAAU;IACjB,eAAe,CAAuB;CACvC"}
@@ -15,6 +15,7 @@
15
15
  */
16
16
  import type { Multiplicity } from '../../packageableElements/domain/Multiplicity.js';
17
17
  import type { ResultType } from '../result/ResultType.js';
18
+ import type { PlatformImplementation } from './PlatformImplementation.js';
18
19
  export declare class ExecutionNode {
19
20
  readonly _UUID: string;
20
21
  resultType: ResultType;
@@ -22,11 +23,6 @@ export declare class ExecutionNode {
22
23
  executionNodes: ExecutionNode[];
23
24
  authDependent?: boolean | undefined;
24
25
  supportFunctions: string[];
25
- /**
26
- * Studio does not process the platform implementation info
27
- *
28
- * @discrepancy model
29
- */
30
- implementation: object;
26
+ implementation?: PlatformImplementation | undefined;
31
27
  }
32
28
  //# sourceMappingURL=ExecutionNode.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/ExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kDAAkD,CAAC;AACrF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAE1D,qBAAa,aAAa;IACxB,QAAQ,CAAC,KAAK,SAAU;IAGxB,UAAU,EAAG,UAAU,CAAC;IACxB,eAAe,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IAC3C,cAAc,EAAE,aAAa,EAAE,CAAM;IACrC,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACpC,gBAAgB,EAAE,MAAM,EAAE,CAAM;IAChC;;;;OAIG;IACH,cAAc,EAAG,MAAM,CAAC;CACzB"}
1
+ {"version":3,"file":"ExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/ExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kDAAkD,CAAC;AACrF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAC1D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAE1E,qBAAa,aAAa;IACxB,QAAQ,CAAC,KAAK,SAAU;IAGxB,UAAU,EAAG,UAAU,CAAC;IACxB,eAAe,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IAC3C,cAAc,EAAE,aAAa,EAAE,CAAM;IACrC,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACpC,gBAAgB,EAAE,MAAM,EAAE,CAAM;IAChC,cAAc,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;CACrD"}
@@ -22,11 +22,6 @@ export class ExecutionNode {
22
22
  executionNodes = [];
23
23
  authDependent;
24
24
  supportFunctions = [];
25
- /**
26
- * Studio does not process the platform implementation info
27
- *
28
- * @discrepancy model
29
- */
30
25
  implementation;
31
26
  }
32
27
  //# sourceMappingURL=ExecutionNode.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ExecutionNode.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/ExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAI5C,MAAM,OAAO,aAAa;IACf,KAAK,GAAG,IAAI,EAAE,CAAC;IAExB,mDAAmD;IACnD,UAAU,CAAc;IACxB,eAAe,CAA4B;IAC3C,cAAc,GAAoB,EAAE,CAAC;IACrC,aAAa,CAAuB;IACpC,gBAAgB,GAAa,EAAE,CAAC;IAChC;;;;OAIG;IACH,cAAc,CAAU;CACzB"}
1
+ {"version":3,"file":"ExecutionNode.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/ExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAK5C,MAAM,OAAO,aAAa;IACf,KAAK,GAAG,IAAI,EAAE,CAAC;IAExB,mDAAmD;IACnD,UAAU,CAAc;IACxB,eAAe,CAA4B;IAC3C,cAAc,GAAoB,EAAE,CAAC;IACrC,aAAa,CAAuB;IACpC,gBAAgB,GAAa,EAAE,CAAC;IAChC,cAAc,CAAsC;CACrD"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { GraphFetchTree } from '../../valueSpecification/GraphFetchTree.js';
17
+ import { ExecutionNode } from './ExecutionNode.js';
18
+ import type { LocalGraphFetchExecutionNode } from './LocalGraphFetchExecutionNode.js';
19
+ export declare class GlobalGraphFetchExecutionNode extends ExecutionNode {
20
+ graphFetchTree: GraphFetchTree;
21
+ children: GlobalGraphFetchExecutionNode[];
22
+ localGraphFetchExecutionNode: LocalGraphFetchExecutionNode;
23
+ parentIndex?: number | undefined;
24
+ enableConstraints?: boolean | undefined;
25
+ checked?: boolean | undefined;
26
+ localTreeIndices: number[];
27
+ dependencyIndices: number[];
28
+ }
29
+ //# sourceMappingURL=GlobalGraphFetchExecutionNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GlobalGraphFetchExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/GlobalGraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4CAA4C,CAAC;AACjF,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAEtF,qBAAa,6BAA8B,SAAQ,aAAa;IAC9D,cAAc,EAAG,cAAc,CAAC;IAChC,QAAQ,EAAE,6BAA6B,EAAE,CAAM;IAC/C,4BAA4B,EAAG,4BAA4B,CAAC;IAC5D,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACxC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,gBAAgB,EAAE,MAAM,EAAE,CAAM;IAChC,iBAAiB,EAAE,MAAM,EAAE,CAAM;CAClC"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { ExecutionNode } from './ExecutionNode.js';
17
+ export class GlobalGraphFetchExecutionNode extends ExecutionNode {
18
+ graphFetchTree;
19
+ children = [];
20
+ localGraphFetchExecutionNode;
21
+ parentIndex;
22
+ enableConstraints;
23
+ checked;
24
+ localTreeIndices = [];
25
+ dependencyIndices = [];
26
+ }
27
+ //# sourceMappingURL=GlobalGraphFetchExecutionNode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GlobalGraphFetchExecutionNode.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/GlobalGraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAGnD,MAAM,OAAO,6BAA8B,SAAQ,aAAa;IAC9D,cAAc,CAAkB;IAChC,QAAQ,GAAoC,EAAE,CAAC;IAC/C,4BAA4B,CAAgC;IAC5D,WAAW,CAAsB;IACjC,iBAAiB,CAAuB;IACxC,OAAO,CAAuB;IAC9B,gBAAgB,GAAa,EAAE,CAAC;IAChC,iBAAiB,GAAa,EAAE,CAAC;CAClC"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import type { GraphFetchTree } from '../../valueSpecification/GraphFetchTree.js';
17
+ import type { GlobalGraphFetchExecutionNode } from './GlobalGraphFetchExecutionNode.js';
18
+ import { ExecutionNode } from './ExecutionNode.js';
19
+ export declare class GraphFetchExecutionNode extends ExecutionNode {
20
+ graphFetchTree?: GraphFetchTree | undefined;
21
+ rootExecutionNode: ExecutionNode;
22
+ batchSize?: number | undefined;
23
+ globalGraphFetchExecutionNode: GlobalGraphFetchExecutionNode;
24
+ }
25
+ //# sourceMappingURL=GraphFetchExecutionNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GraphFetchExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/GraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4CAA4C,CAAC;AACjF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AACxF,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,qBAAa,uBAAwB,SAAQ,aAAa;IACxD,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C,iBAAiB,EAAG,aAAa,CAAC;IAClC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,6BAA6B,EAAG,6BAA6B,CAAC;CAC/D"}
@@ -0,0 +1,23 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { ExecutionNode } from './ExecutionNode.js';
17
+ export class GraphFetchExecutionNode extends ExecutionNode {
18
+ graphFetchTree;
19
+ rootExecutionNode;
20
+ batchSize;
21
+ globalGraphFetchExecutionNode;
22
+ }
23
+ //# sourceMappingURL=GraphFetchExecutionNode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GraphFetchExecutionNode.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/GraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,OAAO,uBAAwB,SAAQ,aAAa;IACxD,cAAc,CAA8B;IAC5C,iBAAiB,CAAiB;IAClC,SAAS,CAAsB;IAC/B,6BAA6B,CAAiC;CAC/D"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { LocalGraphFetchExecutionNode } from './LocalGraphFetchExecutionNode.js';
17
+ export declare abstract class InMemoryGraphFetchExecutionNode extends LocalGraphFetchExecutionNode {
18
+ children: InMemoryGraphFetchExecutionNode[];
19
+ }
20
+ //# sourceMappingURL=InMemoryGraphFetchExecutionNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InMemoryGraphFetchExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/InMemoryGraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAEjF,8BAAsB,+BAAgC,SAAQ,4BAA4B;IACxF,QAAQ,EAAE,+BAA+B,EAAE,CAAM;CAClD"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { LocalGraphFetchExecutionNode } from './LocalGraphFetchExecutionNode.js';
17
+ export class InMemoryGraphFetchExecutionNode extends LocalGraphFetchExecutionNode {
18
+ children = [];
19
+ }
20
+ //# sourceMappingURL=InMemoryGraphFetchExecutionNode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InMemoryGraphFetchExecutionNode.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/InMemoryGraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAEjF,MAAM,OAAgB,+BAAgC,SAAQ,4BAA4B;IACxF,QAAQ,GAAsC,EAAE,CAAC;CAClD"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { InMemoryGraphFetchExecutionNode } from './InMemoryGraphFetchExecutionNode.js';
17
+ export declare class InMemoryPropertyGraphFetchExecutionNode extends InMemoryGraphFetchExecutionNode {
18
+ }
19
+ //# sourceMappingURL=InMemoryPropertyGraphFetchExecutionNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InMemoryPropertyGraphFetchExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/InMemoryPropertyGraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAEvF,qBAAa,uCAAwC,SAAQ,+BAA+B;CAAG"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { InMemoryGraphFetchExecutionNode } from './InMemoryGraphFetchExecutionNode.js';
17
+ export class InMemoryPropertyGraphFetchExecutionNode extends InMemoryGraphFetchExecutionNode {
18
+ }
19
+ //# sourceMappingURL=InMemoryPropertyGraphFetchExecutionNode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InMemoryPropertyGraphFetchExecutionNode.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/InMemoryPropertyGraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAEvF,MAAM,OAAO,uCAAwC,SAAQ,+BAA+B;CAAG"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { InMemoryGraphFetchExecutionNode } from './InMemoryGraphFetchExecutionNode.js';
17
+ export declare class InMemoryRootGraphFetchExecutionNode extends InMemoryGraphFetchExecutionNode {
18
+ batchSize?: number | undefined;
19
+ checked?: boolean | undefined;
20
+ filter?: boolean | undefined;
21
+ }
22
+ //# sourceMappingURL=InMemoryRootGraphFetchExecutionNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InMemoryRootGraphFetchExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/InMemoryRootGraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAEvF,qBAAa,mCAAoC,SAAQ,+BAA+B;IACtF,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC9B"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { InMemoryGraphFetchExecutionNode } from './InMemoryGraphFetchExecutionNode.js';
17
+ export class InMemoryRootGraphFetchExecutionNode extends InMemoryGraphFetchExecutionNode {
18
+ batchSize;
19
+ checked;
20
+ filter;
21
+ }
22
+ //# sourceMappingURL=InMemoryRootGraphFetchExecutionNode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InMemoryRootGraphFetchExecutionNode.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/InMemoryRootGraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAEvF,MAAM,OAAO,mCAAoC,SAAQ,+BAA+B;IACtF,SAAS,CAAsB;IAC/B,OAAO,CAAuB;IAC9B,MAAM,CAAuB;CAC9B"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { TempTableStrategy } from './TempTableStrategy.js';
17
+ export declare class LoadFromResultSetAsValueTuplesTempTableStrategy extends TempTableStrategy {
18
+ tupleBatchSize?: number | undefined;
19
+ }
20
+ //# sourceMappingURL=LoadFromResultSetAsValueTuplesTempTableStrategy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoadFromResultSetAsValueTuplesTempTableStrategy.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/LoadFromResultSetAsValueTuplesTempTableStrategy.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,qBAAa,+CAAgD,SAAQ,iBAAiB;IACpF,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACrC"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { TempTableStrategy } from './TempTableStrategy.js';
17
+ export class LoadFromResultSetAsValueTuplesTempTableStrategy extends TempTableStrategy {
18
+ tupleBatchSize;
19
+ }
20
+ //# sourceMappingURL=LoadFromResultSetAsValueTuplesTempTableStrategy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoadFromResultSetAsValueTuplesTempTableStrategy.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/LoadFromResultSetAsValueTuplesTempTableStrategy.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,MAAM,OAAO,+CAAgD,SAAQ,iBAAiB;IACpF,cAAc,CAAsB;CACrC"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { TempTableStrategy } from './TempTableStrategy.js';
17
+ export declare class LoadFromSubQueryTempTableStrategy extends TempTableStrategy {
18
+ }
19
+ //# sourceMappingURL=LoadFromSubQueryTempTableStrategy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoadFromSubQueryTempTableStrategy.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/LoadFromSubQueryTempTableStrategy.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,qBAAa,iCAAkC,SAAQ,iBAAiB;CAAG"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { TempTableStrategy } from './TempTableStrategy.js';
17
+ export class LoadFromSubQueryTempTableStrategy extends TempTableStrategy {
18
+ }
19
+ //# sourceMappingURL=LoadFromSubQueryTempTableStrategy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoadFromSubQueryTempTableStrategy.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/LoadFromSubQueryTempTableStrategy.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,MAAM,OAAO,iCAAkC,SAAQ,iBAAiB;CAAG"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { TempTableStrategy } from './TempTableStrategy.js';
17
+ export declare class LoadFromTempFileTempTableStrategy extends TempTableStrategy {
18
+ }
19
+ //# sourceMappingURL=LoadFromTempFileTempTableStrategy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoadFromTempFileTempTableStrategy.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/LoadFromTempFileTempTableStrategy.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,qBAAa,iCAAkC,SAAQ,iBAAiB;CAAG"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Copyright (c) 2020-present, Goldman Sachs
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { TempTableStrategy } from './TempTableStrategy.js';
17
+ export class LoadFromTempFileTempTableStrategy extends TempTableStrategy {
18
+ }
19
+ //# sourceMappingURL=LoadFromTempFileTempTableStrategy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoadFromTempFileTempTableStrategy.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/LoadFromTempFileTempTableStrategy.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,MAAM,OAAO,iCAAkC,SAAQ,iBAAiB;CAAG"}