@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.
- package/lib/graph/helpers/DSL_Mapping_Helper.d.ts +3 -1
- package/lib/graph/helpers/DSL_Mapping_Helper.d.ts.map +1 -1
- package/lib/graph/helpers/DSL_Mapping_Helper.js +17 -0
- package/lib/graph/helpers/DSL_Mapping_Helper.js.map +1 -1
- package/lib/graph/metamodel/pure/executionPlan/nodes/AllocationExecutionNode.d.ts +1 -1
- package/lib/graph/metamodel/pure/executionPlan/nodes/AllocationExecutionNode.d.ts.map +1 -1
- package/lib/graph/metamodel/pure/executionPlan/nodes/AllocationExecutionNode.js.map +1 -1
- package/lib/graph/metamodel/pure/executionPlan/nodes/ExecutionNode.d.ts +2 -6
- package/lib/graph/metamodel/pure/executionPlan/nodes/ExecutionNode.d.ts.map +1 -1
- package/lib/graph/metamodel/pure/executionPlan/nodes/ExecutionNode.js +0 -5
- package/lib/graph/metamodel/pure/executionPlan/nodes/ExecutionNode.js.map +1 -1
- package/lib/graph/metamodel/pure/executionPlan/nodes/GlobalGraphFetchExecutionNode.d.ts +29 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/GlobalGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/GlobalGraphFetchExecutionNode.js +27 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/GlobalGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/GraphFetchExecutionNode.d.ts +25 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/GraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/GraphFetchExecutionNode.js +23 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/GraphFetchExecutionNode.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryGraphFetchExecutionNode.d.ts +20 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryGraphFetchExecutionNode.js +20 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryPropertyGraphFetchExecutionNode.d.ts +19 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryPropertyGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryPropertyGraphFetchExecutionNode.js +19 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryPropertyGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryRootGraphFetchExecutionNode.d.ts +22 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryRootGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryRootGraphFetchExecutionNode.js +22 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/InMemoryRootGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromResultSetAsValueTuplesTempTableStrategy.d.ts +20 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromResultSetAsValueTuplesTempTableStrategy.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromResultSetAsValueTuplesTempTableStrategy.js +20 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromResultSetAsValueTuplesTempTableStrategy.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromSubQueryTempTableStrategy.d.ts +19 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromSubQueryTempTableStrategy.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromSubQueryTempTableStrategy.js +19 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromSubQueryTempTableStrategy.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromTempFileTempTableStrategy.d.ts +19 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromTempFileTempTableStrategy.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromTempFileTempTableStrategy.js +19 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/LoadFromTempFileTempTableStrategy.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/LocalGraphFetchExecutionNode.d.ts +23 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/LocalGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/LocalGraphFetchExecutionNode.js +22 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/LocalGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/PureExpressionPlatformExecutionNode.d.ts +21 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/PureExpressionPlatformExecutionNode.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/PureExpressionPlatformExecutionNode.js +20 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/PureExpressionPlatformExecutionNode.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalClassQueryTempTableGraphFetchExecutionNode.d.ts +19 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalClassQueryTempTableGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalClassQueryTempTableGraphFetchExecutionNode.js +19 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalClassQueryTempTableGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalCrossRootQueryTempTableGraphFetchExecutionNode.d.ts +25 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalCrossRootQueryTempTableGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalCrossRootQueryTempTableGraphFetchExecutionNode.js +23 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalCrossRootQueryTempTableGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalGraphFetchExecutionNode.d.ts +20 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalGraphFetchExecutionNode.js +20 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalRootQueryTempTableGraphFetchExecutionNode.d.ts +21 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalRootQueryTempTableGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalRootQueryTempTableGraphFetchExecutionNode.js +21 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalRootQueryTempTableGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalTempTableGraphFetchExecutionNode.d.ts +25 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalTempTableGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalTempTableGraphFetchExecutionNode.js +23 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/RelationalTempTableGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/StoreMappingGlobalGraphFetchExecutionNode.d.ts +24 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/StoreMappingGlobalGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/StoreMappingGlobalGraphFetchExecutionNode.js +23 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/StoreMappingGlobalGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/TempTableStrategy.d.ts +22 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/TempTableStrategy.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/TempTableStrategy.js +21 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/TempTableStrategy.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/result/ClassResultType.d.ts +21 -0
- package/lib/graph/metamodel/pure/executionPlan/result/ClassResultType.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/result/ClassResultType.js +20 -0
- package/lib/graph/metamodel/pure/executionPlan/result/ClassResultType.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/result/PartialClassResultType.d.ts +21 -0
- package/lib/graph/metamodel/pure/executionPlan/result/PartialClassResultType.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/result/PartialClassResultType.js +20 -0
- package/lib/graph/metamodel/pure/executionPlan/result/PartialClassResultType.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/result/PropertyMapping.d.ts +21 -0
- package/lib/graph/metamodel/pure/executionPlan/result/PropertyMapping.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/result/PropertyMapping.js +21 -0
- package/lib/graph/metamodel/pure/executionPlan/result/PropertyMapping.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/result/PropertyWithParameters.d.ts +21 -0
- package/lib/graph/metamodel/pure/executionPlan/result/PropertyWithParameters.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/result/PropertyWithParameters.js +20 -0
- package/lib/graph/metamodel/pure/executionPlan/result/PropertyWithParameters.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/result/SetImplementationPtr.d.ts +23 -0
- package/lib/graph/metamodel/pure/executionPlan/result/SetImplementationPtr.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/result/SetImplementationPtr.js +22 -0
- package/lib/graph/metamodel/pure/executionPlan/result/SetImplementationPtr.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/result/VoidResultType.d.ts +19 -0
- package/lib/graph/metamodel/pure/executionPlan/result/VoidResultType.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/result/VoidResultType.js +19 -0
- package/lib/graph/metamodel/pure/executionPlan/result/VoidResultType.js.map +1 -0
- package/lib/graph/metamodel/pure/packageableElements/mapping/xStore/XStorePropertyFetchDetails.d.ts +26 -0
- package/lib/graph/metamodel/pure/packageableElements/mapping/xStore/XStorePropertyFetchDetails.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/packageableElements/mapping/xStore/XStorePropertyFetchDetails.js +26 -0
- package/lib/graph/metamodel/pure/packageableElements/mapping/xStore/XStorePropertyFetchDetails.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_AllocationExecutionNode.d.ts +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_AllocationExecutionNode.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_AllocationExecutionNode.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ExecutionNode.d.ts +3 -6
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ExecutionNode.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ExecutionNode.js +1 -5
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ExecutionNode.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GlobalGraphFetchExecutionNode.d.ts +29 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GlobalGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GlobalGraphFetchExecutionNode.js +27 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GlobalGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GraphFetchExecutionNode.d.ts +25 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GraphFetchExecutionNode.js +23 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GraphFetchExecutionNode.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryGraphFetchExecutionNode.d.ts +20 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryGraphFetchExecutionNode.js +20 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryPropertyGraphFetchExecutionNode.d.ts +19 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryPropertyGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryPropertyGraphFetchExecutionNode.js +19 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryPropertyGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryRootGraphFetchExecutionNode.d.ts +22 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryRootGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryRootGraphFetchExecutionNode.js +22 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryRootGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromResultSetAsValueTuplesTempTableStrategy.d.ts +20 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromResultSetAsValueTuplesTempTableStrategy.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromResultSetAsValueTuplesTempTableStrategy.js +20 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromResultSetAsValueTuplesTempTableStrategy.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromSubQueryTempTableStrategy.d.ts +19 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromSubQueryTempTableStrategy.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromSubQueryTempTableStrategy.js +19 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromSubQueryTempTableStrategy.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromTempFileTempTableStrategy.d.ts +19 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromTempFileTempTableStrategy.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromTempFileTempTableStrategy.js +19 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromTempFileTempTableStrategy.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LocalGraphFetchExecutionNode.d.ts +23 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LocalGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LocalGraphFetchExecutionNode.js +22 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LocalGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_PureExpressionPlatformExecutionNode.d.ts +21 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_PureExpressionPlatformExecutionNode.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_PureExpressionPlatformExecutionNode.js +20 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_PureExpressionPlatformExecutionNode.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalClassQueryTempTableGraphFetchExecutionNode.d.ts +19 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalClassQueryTempTableGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalClassQueryTempTableGraphFetchExecutionNode.js +19 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalClassQueryTempTableGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalCrossRootQueryTempTableGraphFetchExecutionNode.d.ts +25 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalCrossRootQueryTempTableGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalCrossRootQueryTempTableGraphFetchExecutionNode.js +23 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalCrossRootQueryTempTableGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalGraphFetchExecutionNode.d.ts +20 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalGraphFetchExecutionNode.js +20 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalRootQueryTempTableGraphFetchExecutionNode.d.ts +21 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalRootQueryTempTableGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalRootQueryTempTableGraphFetchExecutionNode.js +21 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalRootQueryTempTableGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalTempTableGraphFetchExecutionNode.d.ts +25 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalTempTableGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalTempTableGraphFetchExecutionNode.js +23 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalTempTableGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_StoreMappingGlobalGraphFetchExecutionNode.d.ts +24 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_StoreMappingGlobalGraphFetchExecutionNode.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_StoreMappingGlobalGraphFetchExecutionNode.js +23 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_StoreMappingGlobalGraphFetchExecutionNode.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_TempTableStrategy.d.ts +22 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_TempTableStrategy.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_TempTableStrategy.js +21 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_TempTableStrategy.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_ClassResultType.d.ts +22 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_ClassResultType.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_ClassResultType.js +21 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_ClassResultType.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PartialClassResultType.d.ts +21 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PartialClassResultType.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PartialClassResultType.js +20 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PartialClassResultType.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyMapping.d.ts +21 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyMapping.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyMapping.js +21 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyMapping.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyWithParameters.d.ts +21 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyWithParameters.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyWithParameters.js +20 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyWithParameters.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_SetImplementationPtr.d.ts +23 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_SetImplementationPtr.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_SetImplementationPtr.js +22 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_SetImplementationPtr.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_VoidResultType.d.ts +19 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_VoidResultType.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_VoidResultType.js +19 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_VoidResultType.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/mapping/xStore/V1_XStorePropertyFetchDetails.d.ts +26 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/mapping/xStore/V1_XStorePropertyFetchDetails.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/mapping/xStore/V1_XStorePropertyFetchDetails.js +26 -0
- package/lib/graph-manager/protocol/pure/v1/model/packageableElements/mapping/xStore/V1_XStorePropertyFetchDetails.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/valueSpecification/application/V1_AppliedFunction.d.ts +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/valueSpecification/application/V1_AppliedFunction.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/valueSpecification/application/V1_AppliedFunction.js +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/valueSpecification/application/V1_AppliedFunction.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/executionPlan/V1_ExecutionPlanTransformer.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/executionPlan/V1_ExecutionPlanTransformer.js +289 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/from/executionPlan/V1_ExecutionPlanTransformer.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ExecutionPlanBuilder.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ExecutionPlanBuilder.js +316 -2
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ExecutionPlanBuilder.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper.d.ts +4 -3
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper.js +47 -15
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ValueSpecificationSerializer.d.ts +3 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ValueSpecificationSerializer.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ValueSpecificationSerializer.js +3 -2
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ValueSpecificationSerializer.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/executionPlan/V1_ExecutionPlanSerializationHelper.d.ts +18 -2
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/executionPlan/V1_ExecutionPlanSerializationHelper.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/executionPlan/V1_ExecutionPlanSerializationHelper.js +317 -20
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/executionPlan/V1_ExecutionPlanSerializationHelper.js.map +1 -1
- package/lib/index.d.ts +14 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +14 -0
- package/lib/index.js.map +1 -1
- package/lib/package.json +6 -6
- package/package.json +9 -9
- package/src/graph/helpers/DSL_Mapping_Helper.ts +24 -1
- package/src/graph/metamodel/pure/executionPlan/nodes/AllocationExecutionNode.ts +1 -1
- package/src/graph/metamodel/pure/executionPlan/nodes/ExecutionNode.ts +2 -6
- package/src/graph/metamodel/pure/executionPlan/nodes/GlobalGraphFetchExecutionNode.ts +30 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/GraphFetchExecutionNode.ts +26 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/InMemoryGraphFetchExecutionNode.ts +21 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/InMemoryPropertyGraphFetchExecutionNode.ts +19 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/InMemoryRootGraphFetchExecutionNode.ts +23 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/LoadFromResultSetAsValueTuplesTempTableStrategy.ts +21 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/LoadFromSubQueryTempTableStrategy.ts +19 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/LoadFromTempFileTempTableStrategy.ts +19 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/LocalGraphFetchExecutionNode.ts +24 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/PureExpressionPlatformExecutionNode.ts +22 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/RelationalClassQueryTempTableGraphFetchExecutionNode.ts +19 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/RelationalCrossRootQueryTempTableGraphFetchExecutionNode.ts +26 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/RelationalGraphFetchExecutionNode.ts +21 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/RelationalRootQueryTempTableGraphFetchExecutionNode.ts +22 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/RelationalTempTableGraphFetchExecutionNode.ts +26 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/StoreMappingGlobalGraphFetchExecutionNode.ts +25 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/TempTableStrategy.ts +23 -0
- package/src/graph/metamodel/pure/executionPlan/result/ClassResultType.ts +22 -0
- package/src/graph/metamodel/pure/executionPlan/result/PartialClassResultType.ts +22 -0
- package/src/graph/metamodel/pure/executionPlan/result/PropertyMapping.ts +21 -0
- package/src/graph/metamodel/pure/executionPlan/result/PropertyWithParameters.ts +22 -0
- package/src/graph/metamodel/pure/executionPlan/result/SetImplementationPtr.ts +24 -0
- package/src/graph/metamodel/pure/executionPlan/result/VoidResultType.ts +19 -0
- package/src/graph/metamodel/pure/packageableElements/mapping/xStore/XStorePropertyFetchDetails.ts +26 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_AllocationExecutionNode.ts +1 -1
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ExecutionNode.ts +3 -6
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GlobalGraphFetchExecutionNode.ts +30 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GraphFetchExecutionNode.ts +26 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryGraphFetchExecutionNode.ts +21 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryPropertyGraphFetchExecutionNode.ts +19 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_InMemoryRootGraphFetchExecutionNode.ts +23 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromResultSetAsValueTuplesTempTableStrategy.ts +21 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromSubQueryTempTableStrategy.ts +19 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LoadFromTempFileTempTableStrategy.ts +19 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_LocalGraphFetchExecutionNode.ts +24 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_PureExpressionPlatformExecutionNode.ts +22 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalClassQueryTempTableGraphFetchExecutionNode.ts +19 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalCrossRootQueryTempTableGraphFetchExecutionNode.ts +26 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalGraphFetchExecutionNode.ts +21 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalRootQueryTempTableGraphFetchExecutionNode.ts +22 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_RelationalTempTableGraphFetchExecutionNode.ts +26 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_StoreMappingGlobalGraphFetchExecutionNode.ts +25 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_TempTableStrategy.ts +23 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_ClassResultType.ts +23 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PartialClassResultType.ts +22 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyMapping.ts +21 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_PropertyWithParameters.ts +22 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_SetImplementationPtr.ts +24 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/results/V1_VoidResultType.ts +19 -0
- package/src/graph-manager/protocol/pure/v1/model/packageableElements/mapping/xStore/V1_XStorePropertyFetchDetails.ts +26 -0
- package/src/graph-manager/protocol/pure/v1/model/valueSpecification/application/V1_AppliedFunction.ts +1 -1
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/from/executionPlan/V1_ExecutionPlanTransformer.ts +538 -1
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ExecutionPlanBuilder.ts +605 -2
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/helpers/V1_ValueSpecificationBuilderHelper.ts +60 -5
- package/src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ValueSpecificationSerializer.ts +8 -2
- package/src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/executionPlan/V1_ExecutionPlanSerializationHelper.ts +610 -23
- package/src/index.ts +14 -0
- package/tsconfig.json +48 -0
package/src/graph/metamodel/pure/executionPlan/nodes/RelationalTempTableGraphFetchExecutionNode.ts
ADDED
|
@@ -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
|
+
|
|
17
|
+
import { RelationalGraphFetchExecutionNode } from './RelationalGraphFetchExecutionNode.js';
|
|
18
|
+
import type { SQLResultColumn } from './SQLResultColumn.js';
|
|
19
|
+
import type { TempTableStrategy } from './TempTableStrategy.js';
|
|
20
|
+
|
|
21
|
+
export class RelationalTempTableGraphFetchExecutionNode extends RelationalGraphFetchExecutionNode {
|
|
22
|
+
tempTableName!: string;
|
|
23
|
+
processedTempTableName?: string | undefined;
|
|
24
|
+
columns: SQLResultColumn[] = [];
|
|
25
|
+
tempTableStrategy?: TempTableStrategy | undefined;
|
|
26
|
+
}
|
package/src/graph/metamodel/pure/executionPlan/nodes/StoreMappingGlobalGraphFetchExecutionNode.ts
ADDED
|
@@ -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
|
+
|
|
17
|
+
import { GlobalGraphFetchExecutionNode } from './GlobalGraphFetchExecutionNode.js';
|
|
18
|
+
import type { XStorePropertyFetchDetails } from '../../packageableElements/mapping/xStore/XStorePropertyFetchDetails.js';
|
|
19
|
+
import { type PlainObject } from '@finos/legend-shared';
|
|
20
|
+
|
|
21
|
+
export class StoreMappingGlobalGraphFetchExecutionNode extends GlobalGraphFetchExecutionNode {
|
|
22
|
+
store!: string;
|
|
23
|
+
xStorePropertyMapping?: PlainObject | undefined;
|
|
24
|
+
xStorePropertyFetchDetails?: XStorePropertyFetchDetails | undefined;
|
|
25
|
+
}
|
|
@@ -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
|
+
|
|
17
|
+
import type { ExecutionNode } from './ExecutionNode.js';
|
|
18
|
+
|
|
19
|
+
export class TempTableStrategy {
|
|
20
|
+
createTempTableNode!: ExecutionNode;
|
|
21
|
+
loadTempTableNode!: ExecutionNode;
|
|
22
|
+
dropTempTableNode!: ExecutionNode;
|
|
23
|
+
}
|
|
@@ -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
|
+
|
|
17
|
+
import { ResultType } from './ResultType.js';
|
|
18
|
+
import type { SetImplementationPtr } from './SetImplementationPtr.js';
|
|
19
|
+
|
|
20
|
+
export class ClassResultType extends ResultType {
|
|
21
|
+
setImplementations: SetImplementationPtr[] = [];
|
|
22
|
+
}
|
|
@@ -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
|
+
|
|
17
|
+
import { ClassResultType } from './ClassResultType.js';
|
|
18
|
+
import type { PropertyWithParameters } from './PropertyWithParameters.js';
|
|
19
|
+
|
|
20
|
+
export class PartialClassResultType extends ClassResultType {
|
|
21
|
+
propertiesWithParameters: PropertyWithParameters[] = [];
|
|
22
|
+
}
|
|
@@ -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
|
+
|
|
17
|
+
export class PropertyMapping {
|
|
18
|
+
property?: string | undefined;
|
|
19
|
+
type?: string | undefined;
|
|
20
|
+
enumMapping?: Map<string, string[]> | undefined;
|
|
21
|
+
}
|
|
@@ -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
|
+
|
|
17
|
+
import type { ValueSpecification } from '../../valueSpecification/ValueSpecification.js';
|
|
18
|
+
|
|
19
|
+
export class PropertyWithParameters {
|
|
20
|
+
property?: string | undefined;
|
|
21
|
+
parameters: ValueSpecification[] = [];
|
|
22
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
|
|
17
|
+
import type { PropertyMapping } from './PropertyMapping.js';
|
|
18
|
+
|
|
19
|
+
export class SetImplementationPtr {
|
|
20
|
+
class!: string;
|
|
21
|
+
mapping?: string | undefined;
|
|
22
|
+
id?: string | undefined;
|
|
23
|
+
propertyMappings: PropertyMapping[] = [];
|
|
24
|
+
}
|
|
@@ -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
|
+
|
|
17
|
+
import { ResultType } from './ResultType.js';
|
|
18
|
+
|
|
19
|
+
export class VoidResultType extends ResultType {}
|
package/src/graph/metamodel/pure/packageableElements/mapping/xStore/XStorePropertyFetchDetails.ts
ADDED
|
@@ -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
|
+
|
|
17
|
+
export class XStorePropertyFetchDetails {
|
|
18
|
+
supportsCaching!: boolean;
|
|
19
|
+
propertyPath!: string;
|
|
20
|
+
sourceMappingId!: string;
|
|
21
|
+
sourceSetId!: string;
|
|
22
|
+
targetMappingId!: string;
|
|
23
|
+
targetSetId!: string;
|
|
24
|
+
targetPropertiesOrdered: string[] = [];
|
|
25
|
+
subTree!: string;
|
|
26
|
+
}
|
|
@@ -16,15 +16,12 @@
|
|
|
16
16
|
|
|
17
17
|
import type { V1_Multiplicity } from '../../packageableElements/domain/V1_Multiplicity.js';
|
|
18
18
|
import type { V1_ResultType } from '../results/V1_ResultType.js';
|
|
19
|
+
import type { V1_PlatformImplementation } from './V1_PlatformImplementation.js';
|
|
19
20
|
|
|
20
21
|
export abstract class V1_ExecutionNode {
|
|
21
22
|
resultType!: V1_ResultType;
|
|
22
23
|
executionNodes: V1_ExecutionNode[] = [];
|
|
24
|
+
authDependent?: boolean | undefined;
|
|
23
25
|
resultSizeRange?: V1_Multiplicity | undefined;
|
|
24
|
-
|
|
25
|
-
* Studio does not process the platform implementation info
|
|
26
|
-
*
|
|
27
|
-
* @discrepancy model
|
|
28
|
-
*/
|
|
29
|
-
implementation!: object;
|
|
26
|
+
implementation?: V1_PlatformImplementation | undefined;
|
|
30
27
|
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
|
|
17
|
+
import { V1_ExecutionNode } from './V1_ExecutionNode.js';
|
|
18
|
+
import type { V1_GraphFetchTree } from '../../valueSpecification/raw/classInstance/graph/V1_GraphFetchTree.js';
|
|
19
|
+
import type { V1_LocalGraphFetchExecutionNode } from './V1_LocalGraphFetchExecutionNode.js';
|
|
20
|
+
|
|
21
|
+
export class V1_GlobalGraphFetchExecutionNode extends V1_ExecutionNode {
|
|
22
|
+
graphFetchTree!: V1_GraphFetchTree;
|
|
23
|
+
children: V1_GlobalGraphFetchExecutionNode[] = [];
|
|
24
|
+
localGraphFetchExecutionNode!: V1_LocalGraphFetchExecutionNode;
|
|
25
|
+
parentIndex?: number | undefined;
|
|
26
|
+
enableConstraints?: boolean | undefined;
|
|
27
|
+
checked?: boolean | undefined;
|
|
28
|
+
localTreeIndices: number[] = [];
|
|
29
|
+
dependencyIndices: number[] = [];
|
|
30
|
+
}
|
package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_GraphFetchExecutionNode.ts
ADDED
|
@@ -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
|
+
|
|
17
|
+
import { V1_ExecutionNode } from './V1_ExecutionNode.js';
|
|
18
|
+
import type { V1_GlobalGraphFetchExecutionNode } from './V1_GlobalGraphFetchExecutionNode.js';
|
|
19
|
+
import type { V1_GraphFetchTree } from '../../valueSpecification/raw/classInstance/graph/V1_GraphFetchTree.js';
|
|
20
|
+
|
|
21
|
+
export class V1_GraphFetchExecutionNode extends V1_ExecutionNode {
|
|
22
|
+
graphFetchTree?: V1_GraphFetchTree | undefined;
|
|
23
|
+
rootExecutionNode!: V1_ExecutionNode;
|
|
24
|
+
batchSize?: number | undefined;
|
|
25
|
+
globalGraphFetchExecutionNode!: V1_GlobalGraphFetchExecutionNode;
|
|
26
|
+
}
|
|
@@ -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
|
+
|
|
17
|
+
import { V1_LocalGraphFetchExecutionNode } from './V1_LocalGraphFetchExecutionNode.js';
|
|
18
|
+
|
|
19
|
+
export abstract class V1_InMemoryGraphFetchExecutionNode extends V1_LocalGraphFetchExecutionNode {
|
|
20
|
+
children: V1_InMemoryGraphFetchExecutionNode[] = [];
|
|
21
|
+
}
|
|
@@ -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
|
+
|
|
17
|
+
import { V1_InMemoryGraphFetchExecutionNode } from './V1_InMemoryGraphFetchExecutionNode.js';
|
|
18
|
+
|
|
19
|
+
export class V1_InMemoryPropertyGraphFetchExecutionNode extends V1_InMemoryGraphFetchExecutionNode {}
|
|
@@ -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
|
+
|
|
17
|
+
import { V1_InMemoryGraphFetchExecutionNode } from './V1_InMemoryGraphFetchExecutionNode.js';
|
|
18
|
+
|
|
19
|
+
export class V1_InMemoryRootGraphFetchExecutionNode extends V1_InMemoryGraphFetchExecutionNode {
|
|
20
|
+
batchSize?: number | undefined;
|
|
21
|
+
checked?: boolean | undefined;
|
|
22
|
+
filter?: boolean | undefined;
|
|
23
|
+
}
|
|
@@ -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
|
+
|
|
17
|
+
import { V1_TempTableStrategy } from './V1_TempTableStrategy.js';
|
|
18
|
+
|
|
19
|
+
export class V1_LoadFromResultSetAsValueTuplesTempTableStrategy extends V1_TempTableStrategy {
|
|
20
|
+
tupleBatchSize?: number | undefined;
|
|
21
|
+
}
|
|
@@ -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
|
+
|
|
17
|
+
import { V1_TempTableStrategy } from './V1_TempTableStrategy.js';
|
|
18
|
+
|
|
19
|
+
export class V1_LoadFromSubQueryTempTableStrategy extends V1_TempTableStrategy {}
|
|
@@ -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
|
+
|
|
17
|
+
import { V1_TempTableStrategy } from './V1_TempTableStrategy.js';
|
|
18
|
+
|
|
19
|
+
export class V1_LoadFromTempFileTempTableStrategy extends V1_TempTableStrategy {}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
|
|
17
|
+
import type { V1_GraphFetchTree } from '../../valueSpecification/raw/classInstance/graph/V1_GraphFetchTree.js';
|
|
18
|
+
import { V1_ExecutionNode } from './V1_ExecutionNode.js';
|
|
19
|
+
|
|
20
|
+
export class V1_LocalGraphFetchExecutionNode extends V1_ExecutionNode {
|
|
21
|
+
nodeIndex!: number;
|
|
22
|
+
parentIndex?: number | undefined;
|
|
23
|
+
graphFetchTree!: V1_GraphFetchTree;
|
|
24
|
+
}
|
|
@@ -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
|
+
|
|
17
|
+
import type { PlainObject } from '@finos/legend-shared';
|
|
18
|
+
import { V1_ExecutionNode } from './V1_ExecutionNode.js';
|
|
19
|
+
|
|
20
|
+
export class V1_PureExpressionPlatformExecutionNode extends V1_ExecutionNode {
|
|
21
|
+
pure!: PlainObject;
|
|
22
|
+
}
|
|
@@ -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
|
+
|
|
17
|
+
import { V1_RelationalTempTableGraphFetchExecutionNode } from './V1_RelationalTempTableGraphFetchExecutionNode.js';
|
|
18
|
+
|
|
19
|
+
export class V1_RelationalClassQueryTempTableGraphFetchExecutionNode extends V1_RelationalTempTableGraphFetchExecutionNode {}
|
|
@@ -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
|
+
|
|
17
|
+
import { V1_RelationalClassQueryTempTableGraphFetchExecutionNode } from './V1_RelationalClassQueryTempTableGraphFetchExecutionNode.js';
|
|
18
|
+
import type { V1_SQLResultColumn } from './V1_SQLResultColumn.js';
|
|
19
|
+
import type { V1_TempTableStrategy } from './V1_TempTableStrategy.js';
|
|
20
|
+
|
|
21
|
+
export class V1_RelationalCrossRootQueryTempTableGraphFetchExecutionNode extends V1_RelationalClassQueryTempTableGraphFetchExecutionNode {
|
|
22
|
+
parentTempTableStrategy?: V1_TempTableStrategy | undefined;
|
|
23
|
+
parentTempTableName!: string;
|
|
24
|
+
processedParentTempTableName?: string | undefined;
|
|
25
|
+
parentTempTableColumns: V1_SQLResultColumn[] = [];
|
|
26
|
+
}
|
|
@@ -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
|
+
|
|
17
|
+
import { V1_LocalGraphFetchExecutionNode } from './V1_LocalGraphFetchExecutionNode.js';
|
|
18
|
+
|
|
19
|
+
export class V1_RelationalGraphFetchExecutionNode extends V1_LocalGraphFetchExecutionNode {
|
|
20
|
+
children: V1_RelationalGraphFetchExecutionNode[] = [];
|
|
21
|
+
}
|
|
@@ -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
|
+
|
|
17
|
+
import { V1_RelationalClassQueryTempTableGraphFetchExecutionNode } from './V1_RelationalClassQueryTempTableGraphFetchExecutionNode.js';
|
|
18
|
+
|
|
19
|
+
export class V1_RelationalRootQueryTempTableGraphFetchExecutionNode extends V1_RelationalClassQueryTempTableGraphFetchExecutionNode {
|
|
20
|
+
batchSize?: number | undefined;
|
|
21
|
+
checked!: boolean;
|
|
22
|
+
}
|
|
@@ -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
|
+
|
|
17
|
+
import { V1_RelationalGraphFetchExecutionNode } from './V1_RelationalGraphFetchExecutionNode.js';
|
|
18
|
+
import type { V1_SQLResultColumn } from './V1_SQLResultColumn.js';
|
|
19
|
+
import type { V1_TempTableStrategy } from './V1_TempTableStrategy.js';
|
|
20
|
+
|
|
21
|
+
export class V1_RelationalTempTableGraphFetchExecutionNode extends V1_RelationalGraphFetchExecutionNode {
|
|
22
|
+
tempTableName!: string;
|
|
23
|
+
processedTempTableName?: string | undefined;
|
|
24
|
+
columns: V1_SQLResultColumn[] = [];
|
|
25
|
+
tempTableStrategy?: V1_TempTableStrategy | undefined;
|
|
26
|
+
}
|