@finos/legend-graph 31.1.10 → 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 +1 -1
  238. package/package.json +1 -1
  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
@@ -0,0 +1,21 @@
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
+ export class PropertyMapping {
17
+ property;
18
+ type;
19
+ enumMapping;
20
+ }
21
+ //# sourceMappingURL=PropertyMapping.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PropertyMapping.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/result/PropertyMapping.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,OAAO,eAAe;IAC1B,QAAQ,CAAsB;IAC9B,IAAI,CAAsB;IAC1B,WAAW,CAAqC;CACjD"}
@@ -0,0 +1,21 @@
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 { ValueSpecification } from '../../valueSpecification/ValueSpecification.js';
17
+ export declare class PropertyWithParameters {
18
+ property?: string | undefined;
19
+ parameters: ValueSpecification[];
20
+ }
21
+ //# sourceMappingURL=PropertyWithParameters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PropertyWithParameters.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/result/PropertyWithParameters.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AAEzF,qBAAa,sBAAsB;IACjC,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,UAAU,EAAE,kBAAkB,EAAE,CAAM;CACvC"}
@@ -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
+ export class PropertyWithParameters {
17
+ property;
18
+ parameters = [];
19
+ }
20
+ //# sourceMappingURL=PropertyWithParameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PropertyWithParameters.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/result/PropertyWithParameters.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,MAAM,OAAO,sBAAsB;IACjC,QAAQ,CAAsB;IAC9B,UAAU,GAAyB,EAAE,CAAC;CACvC"}
@@ -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 type { PropertyMapping } from './PropertyMapping.js';
17
+ export declare class SetImplementationPtr {
18
+ class: string;
19
+ mapping?: string | undefined;
20
+ id?: string | undefined;
21
+ propertyMappings: PropertyMapping[];
22
+ }
23
+ //# sourceMappingURL=SetImplementationPtr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SetImplementationPtr.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/result/SetImplementationPtr.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D,qBAAa,oBAAoB;IAC/B,KAAK,EAAG,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,gBAAgB,EAAE,eAAe,EAAE,CAAM;CAC1C"}
@@ -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
+ export class SetImplementationPtr {
17
+ class;
18
+ mapping;
19
+ id;
20
+ propertyMappings = [];
21
+ }
22
+ //# sourceMappingURL=SetImplementationPtr.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SetImplementationPtr.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/result/SetImplementationPtr.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,MAAM,OAAO,oBAAoB;IAC/B,KAAK,CAAU;IACf,OAAO,CAAsB;IAC7B,EAAE,CAAsB;IACxB,gBAAgB,GAAsB,EAAE,CAAC;CAC1C"}
@@ -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 { ResultType } from './ResultType.js';
17
+ export declare class VoidResultType extends ResultType {
18
+ }
19
+ //# sourceMappingURL=VoidResultType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VoidResultType.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/result/VoidResultType.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAE7C,qBAAa,cAAe,SAAQ,UAAU;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 { ResultType } from './ResultType.js';
17
+ export class VoidResultType extends ResultType {
18
+ }
19
+ //# sourceMappingURL=VoidResultType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VoidResultType.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/result/VoidResultType.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAE7C,MAAM,OAAO,cAAe,SAAQ,UAAU;CAAG"}
@@ -0,0 +1,26 @@
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
+ export declare class XStorePropertyFetchDetails {
17
+ supportsCaching: boolean;
18
+ propertyPath: string;
19
+ sourceMappingId: string;
20
+ sourceSetId: string;
21
+ targetMappingId: string;
22
+ targetSetId: string;
23
+ targetPropertiesOrdered: string[];
24
+ subTree: string;
25
+ }
26
+ //# sourceMappingURL=XStorePropertyFetchDetails.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XStorePropertyFetchDetails.d.ts","sourceRoot":"","sources":["../../../../../../../src/graph/metamodel/pure/packageableElements/mapping/xStore/XStorePropertyFetchDetails.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,qBAAa,0BAA0B;IACrC,eAAe,EAAG,OAAO,CAAC;IAC1B,YAAY,EAAG,MAAM,CAAC;IACtB,eAAe,EAAG,MAAM,CAAC;IACzB,WAAW,EAAG,MAAM,CAAC;IACrB,eAAe,EAAG,MAAM,CAAC;IACzB,WAAW,EAAG,MAAM,CAAC;IACrB,uBAAuB,EAAE,MAAM,EAAE,CAAM;IACvC,OAAO,EAAG,MAAM,CAAC;CAClB"}
@@ -0,0 +1,26 @@
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
+ export class XStorePropertyFetchDetails {
17
+ supportsCaching;
18
+ propertyPath;
19
+ sourceMappingId;
20
+ sourceSetId;
21
+ targetMappingId;
22
+ targetSetId;
23
+ targetPropertiesOrdered = [];
24
+ subTree;
25
+ }
26
+ //# sourceMappingURL=XStorePropertyFetchDetails.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XStorePropertyFetchDetails.js","sourceRoot":"","sources":["../../../../../../../src/graph/metamodel/pure/packageableElements/mapping/xStore/XStorePropertyFetchDetails.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,OAAO,0BAA0B;IACrC,eAAe,CAAW;IAC1B,YAAY,CAAU;IACtB,eAAe,CAAU;IACzB,WAAW,CAAU;IACrB,eAAe,CAAU;IACzB,WAAW,CAAU;IACrB,uBAAuB,GAAa,EAAE,CAAC;IACvC,OAAO,CAAU;CAClB"}
@@ -16,6 +16,6 @@
16
16
  import { V1_ExecutionNode } from './V1_ExecutionNode.js';
17
17
  export declare class V1_AllocationExecutionNode extends V1_ExecutionNode {
18
18
  varName: string;
19
- realizeInMemory: boolean;
19
+ realizeInMemory?: boolean | undefined;
20
20
  }
21
21
  //# sourceMappingURL=V1_AllocationExecutionNode.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"V1_AllocationExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_AllocationExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,qBAAa,0BAA2B,SAAQ,gBAAgB;IAC9D,OAAO,EAAG,MAAM,CAAC;IACjB,eAAe,EAAG,OAAO,CAAC;CAC3B"}
1
+ {"version":3,"file":"V1_AllocationExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_AllocationExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,qBAAa,0BAA2B,SAAQ,gBAAgB;IAC9D,OAAO,EAAG,MAAM,CAAC;IACjB,eAAe,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"V1_AllocationExecutionNode.js","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_AllocationExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,MAAM,OAAO,0BAA2B,SAAQ,gBAAgB;IAC9D,OAAO,CAAU;IACjB,eAAe,CAAW;CAC3B"}
1
+ {"version":3,"file":"V1_AllocationExecutionNode.js","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_AllocationExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,MAAM,OAAO,0BAA2B,SAAQ,gBAAgB;IAC9D,OAAO,CAAU;IACjB,eAAe,CAAuB;CACvC"}
@@ -15,15 +15,12 @@
15
15
  */
16
16
  import type { V1_Multiplicity } from '../../packageableElements/domain/V1_Multiplicity.js';
17
17
  import type { V1_ResultType } from '../results/V1_ResultType.js';
18
+ import type { V1_PlatformImplementation } from './V1_PlatformImplementation.js';
18
19
  export declare abstract class V1_ExecutionNode {
19
20
  resultType: V1_ResultType;
20
21
  executionNodes: V1_ExecutionNode[];
22
+ authDependent?: boolean | undefined;
21
23
  resultSizeRange?: V1_Multiplicity | undefined;
22
- /**
23
- * Studio does not process the platform implementation info
24
- *
25
- * @discrepancy model
26
- */
27
- implementation: object;
24
+ implementation?: V1_PlatformImplementation | undefined;
28
25
  }
29
26
  //# sourceMappingURL=V1_ExecutionNode.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"V1_ExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qDAAqD,CAAC;AAC3F,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAEjE,8BAAsB,gBAAgB;IACpC,UAAU,EAAG,aAAa,CAAC;IAC3B,cAAc,EAAE,gBAAgB,EAAE,CAAM;IACxC,eAAe,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IAC9C;;;;OAIG;IACH,cAAc,EAAG,MAAM,CAAC;CACzB"}
1
+ {"version":3,"file":"V1_ExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qDAAqD,CAAC;AAC3F,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AACjE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAEhF,8BAAsB,gBAAgB;IACpC,UAAU,EAAG,aAAa,CAAC;IAC3B,cAAc,EAAE,gBAAgB,EAAE,CAAM;IACxC,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACpC,eAAe,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IAC9C,cAAc,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;CACxD"}
@@ -16,12 +16,8 @@
16
16
  export class V1_ExecutionNode {
17
17
  resultType;
18
18
  executionNodes = [];
19
+ authDependent;
19
20
  resultSizeRange;
20
- /**
21
- * Studio does not process the platform implementation info
22
- *
23
- * @discrepancy model
24
- */
25
21
  implementation;
26
22
  }
27
23
  //# sourceMappingURL=V1_ExecutionNode.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"V1_ExecutionNode.js","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAKH,MAAM,OAAgB,gBAAgB;IACpC,UAAU,CAAiB;IAC3B,cAAc,GAAuB,EAAE,CAAC;IACxC,eAAe,CAA+B;IAC9C;;;;OAIG;IACH,cAAc,CAAU;CACzB"}
1
+ {"version":3,"file":"V1_ExecutionNode.js","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAMH,MAAM,OAAgB,gBAAgB;IACpC,UAAU,CAAiB;IAC3B,cAAc,GAAuB,EAAE,CAAC;IACxC,aAAa,CAAuB;IACpC,eAAe,CAA+B;IAC9C,cAAc,CAAyC;CACxD"}
@@ -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 { V1_ExecutionNode } from './V1_ExecutionNode.js';
17
+ import type { V1_GraphFetchTree } from '../../valueSpecification/raw/classInstance/graph/V1_GraphFetchTree.js';
18
+ import type { V1_LocalGraphFetchExecutionNode } from './V1_LocalGraphFetchExecutionNode.js';
19
+ export declare class V1_GlobalGraphFetchExecutionNode extends V1_ExecutionNode {
20
+ graphFetchTree: V1_GraphFetchTree;
21
+ children: V1_GlobalGraphFetchExecutionNode[];
22
+ localGraphFetchExecutionNode: V1_LocalGraphFetchExecutionNode;
23
+ parentIndex?: number | undefined;
24
+ enableConstraints?: boolean | undefined;
25
+ checked?: boolean | undefined;
26
+ localTreeIndices: number[];
27
+ dependencyIndices: number[];
28
+ }
29
+ //# sourceMappingURL=V1_GlobalGraphFetchExecutionNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_GlobalGraphFetchExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GlobalGraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uEAAuE,CAAC;AAC/G,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAE5F,qBAAa,gCAAiC,SAAQ,gBAAgB;IACpE,cAAc,EAAG,iBAAiB,CAAC;IACnC,QAAQ,EAAE,gCAAgC,EAAE,CAAM;IAClD,4BAA4B,EAAG,+BAA+B,CAAC;IAC/D,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 { V1_ExecutionNode } from './V1_ExecutionNode.js';
17
+ export class V1_GlobalGraphFetchExecutionNode extends V1_ExecutionNode {
18
+ graphFetchTree;
19
+ children = [];
20
+ localGraphFetchExecutionNode;
21
+ parentIndex;
22
+ enableConstraints;
23
+ checked;
24
+ localTreeIndices = [];
25
+ dependencyIndices = [];
26
+ }
27
+ //# sourceMappingURL=V1_GlobalGraphFetchExecutionNode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_GlobalGraphFetchExecutionNode.js","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GlobalGraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAIzD,MAAM,OAAO,gCAAiC,SAAQ,gBAAgB;IACpE,cAAc,CAAqB;IACnC,QAAQ,GAAuC,EAAE,CAAC;IAClD,4BAA4B,CAAmC;IAC/D,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 { V1_ExecutionNode } from './V1_ExecutionNode.js';
17
+ import type { V1_GlobalGraphFetchExecutionNode } from './V1_GlobalGraphFetchExecutionNode.js';
18
+ import type { V1_GraphFetchTree } from '../../valueSpecification/raw/classInstance/graph/V1_GraphFetchTree.js';
19
+ export declare class V1_GraphFetchExecutionNode extends V1_ExecutionNode {
20
+ graphFetchTree?: V1_GraphFetchTree | undefined;
21
+ rootExecutionNode: V1_ExecutionNode;
22
+ batchSize?: number | undefined;
23
+ globalGraphFetchExecutionNode: V1_GlobalGraphFetchExecutionNode;
24
+ }
25
+ //# sourceMappingURL=V1_GraphFetchExecutionNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_GraphFetchExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,uCAAuC,CAAC;AAC9F,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uEAAuE,CAAC;AAE/G,qBAAa,0BAA2B,SAAQ,gBAAgB;IAC9D,cAAc,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAC/C,iBAAiB,EAAG,gBAAgB,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,6BAA6B,EAAG,gCAAgC,CAAC;CAClE"}
@@ -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 { V1_ExecutionNode } from './V1_ExecutionNode.js';
17
+ export class V1_GraphFetchExecutionNode extends V1_ExecutionNode {
18
+ graphFetchTree;
19
+ rootExecutionNode;
20
+ batchSize;
21
+ globalGraphFetchExecutionNode;
22
+ }
23
+ //# sourceMappingURL=V1_GraphFetchExecutionNode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_GraphFetchExecutionNode.js","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAIzD,MAAM,OAAO,0BAA2B,SAAQ,gBAAgB;IAC9D,cAAc,CAAiC;IAC/C,iBAAiB,CAAoB;IACrC,SAAS,CAAsB;IAC/B,6BAA6B,CAAoC;CAClE"}
@@ -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 { V1_LocalGraphFetchExecutionNode } from './V1_LocalGraphFetchExecutionNode.js';
17
+ export declare abstract class V1_InMemoryGraphFetchExecutionNode extends V1_LocalGraphFetchExecutionNode {
18
+ children: V1_InMemoryGraphFetchExecutionNode[];
19
+ }
20
+ //# sourceMappingURL=V1_InMemoryGraphFetchExecutionNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_InMemoryGraphFetchExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryGraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAEvF,8BAAsB,kCAAmC,SAAQ,+BAA+B;IAC9F,QAAQ,EAAE,kCAAkC,EAAE,CAAM;CACrD"}
@@ -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 { V1_LocalGraphFetchExecutionNode } from './V1_LocalGraphFetchExecutionNode.js';
17
+ export class V1_InMemoryGraphFetchExecutionNode extends V1_LocalGraphFetchExecutionNode {
18
+ children = [];
19
+ }
20
+ //# sourceMappingURL=V1_InMemoryGraphFetchExecutionNode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_InMemoryGraphFetchExecutionNode.js","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryGraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AAEvF,MAAM,OAAgB,kCAAmC,SAAQ,+BAA+B;IAC9F,QAAQ,GAAyC,EAAE,CAAC;CACrD"}
@@ -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 { V1_InMemoryGraphFetchExecutionNode } from './V1_InMemoryGraphFetchExecutionNode.js';
17
+ export declare class V1_InMemoryPropertyGraphFetchExecutionNode extends V1_InMemoryGraphFetchExecutionNode {
18
+ }
19
+ //# sourceMappingURL=V1_InMemoryPropertyGraphFetchExecutionNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_InMemoryPropertyGraphFetchExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryPropertyGraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,yCAAyC,CAAC;AAE7F,qBAAa,0CAA2C,SAAQ,kCAAkC;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 { V1_InMemoryGraphFetchExecutionNode } from './V1_InMemoryGraphFetchExecutionNode.js';
17
+ export class V1_InMemoryPropertyGraphFetchExecutionNode extends V1_InMemoryGraphFetchExecutionNode {
18
+ }
19
+ //# sourceMappingURL=V1_InMemoryPropertyGraphFetchExecutionNode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_InMemoryPropertyGraphFetchExecutionNode.js","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryPropertyGraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,yCAAyC,CAAC;AAE7F,MAAM,OAAO,0CAA2C,SAAQ,kCAAkC;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 { V1_InMemoryGraphFetchExecutionNode } from './V1_InMemoryGraphFetchExecutionNode.js';
17
+ export declare class V1_InMemoryRootGraphFetchExecutionNode extends V1_InMemoryGraphFetchExecutionNode {
18
+ batchSize?: number | undefined;
19
+ checked?: boolean | undefined;
20
+ filter?: boolean | undefined;
21
+ }
22
+ //# sourceMappingURL=V1_InMemoryRootGraphFetchExecutionNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_InMemoryRootGraphFetchExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryRootGraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,yCAAyC,CAAC;AAE7F,qBAAa,sCAAuC,SAAQ,kCAAkC;IAC5F,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 { V1_InMemoryGraphFetchExecutionNode } from './V1_InMemoryGraphFetchExecutionNode.js';
17
+ export class V1_InMemoryRootGraphFetchExecutionNode extends V1_InMemoryGraphFetchExecutionNode {
18
+ batchSize;
19
+ checked;
20
+ filter;
21
+ }
22
+ //# sourceMappingURL=V1_InMemoryRootGraphFetchExecutionNode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_InMemoryRootGraphFetchExecutionNode.js","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryRootGraphFetchExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,yCAAyC,CAAC;AAE7F,MAAM,OAAO,sCAAuC,SAAQ,kCAAkC;IAC5F,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 { V1_TempTableStrategy } from './V1_TempTableStrategy.js';
17
+ export declare class V1_LoadFromResultSetAsValueTuplesTempTableStrategy extends V1_TempTableStrategy {
18
+ tupleBatchSize?: number | undefined;
19
+ }
20
+ //# sourceMappingURL=V1_LoadFromResultSetAsValueTuplesTempTableStrategy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"V1_LoadFromResultSetAsValueTuplesTempTableStrategy.d.ts","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromResultSetAsValueTuplesTempTableStrategy.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEjE,qBAAa,kDAAmD,SAAQ,oBAAoB;IAC1F,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACrC"}