@finos/legend-graph 30.0.11 → 30.0.13
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/__lib__/GraphManagerEvent.d.ts +1 -0
- package/lib/__lib__/GraphManagerEvent.d.ts.map +1 -1
- package/lib/__lib__/GraphManagerEvent.js +1 -0
- package/lib/__lib__/GraphManagerEvent.js.map +1 -1
- package/lib/graph/metamodel/pure/executionPlan/nodes/AllocationExecutionNode.d.ts +21 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/AllocationExecutionNode.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/AllocationExecutionNode.js +21 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/AllocationExecutionNode.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/ConstantExecutionNode.d.ts +21 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/ConstantExecutionNode.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/ConstantExecutionNode.js +21 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/ConstantExecutionNode.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/EnumValidationContext.d.ts +20 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/EnumValidationContext.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/EnumValidationContext.js +20 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/EnumValidationContext.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/FunctionParametersValidationNode.d.ts +23 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/FunctionParametersValidationNode.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/FunctionParametersValidationNode.js +21 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/FunctionParametersValidationNode.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/ParameterValidationContext.d.ts +19 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/ParameterValidationContext.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/ParameterValidationContext.js +19 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/ParameterValidationContext.js.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/SequenceExecutionNode.d.ts +19 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/SequenceExecutionNode.d.ts.map +1 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/SequenceExecutionNode.js +19 -0
- package/lib/graph/metamodel/pure/executionPlan/nodes/SequenceExecutionNode.js.map +1 -0
- package/lib/graph-manager/action/EngineError.d.ts +1 -0
- package/lib/graph-manager/action/EngineError.d.ts.map +1 -1
- package/lib/graph-manager/action/EngineError.js +7 -0
- package/lib/graph-manager/action/EngineError.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_AllocationExecutionNode.d.ts +21 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_AllocationExecutionNode.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_AllocationExecutionNode.js +21 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_AllocationExecutionNode.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ConstantExecutionNode.d.ts +21 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ConstantExecutionNode.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ConstantExecutionNode.js +21 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ConstantExecutionNode.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_EnumValidationContext.d.ts +20 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_EnumValidationContext.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_EnumValidationContext.js +20 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_EnumValidationContext.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_FunctionParametersValidationNode.d.ts +23 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_FunctionParametersValidationNode.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_FunctionParametersValidationNode.js +21 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_FunctionParametersValidationNode.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ParameterValidationContext.d.ts +19 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ParameterValidationContext.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ParameterValidationContext.js +19 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ParameterValidationContext.js.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_SequenceExecutionNode.d.ts +19 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_SequenceExecutionNode.d.ts.map +1 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_SequenceExecutionNode.js +19 -0
- package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_SequenceExecutionNode.js.map +1 -0
- 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 +65 -0
- 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 +60 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ExecutionPlanBuilder.js.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DSL_ExternalFormat_ProtocolHelper.d.ts.map +1 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DSL_ExternalFormat_ProtocolHelper.js +0 -1
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DSL_ExternalFormat_ProtocolHelper.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 +4 -4
- 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 +5 -1
- 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 +60 -0
- package/lib/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/executionPlan/V1_ExecutionPlanSerializationHelper.js.map +1 -1
- package/lib/index.d.ts +6 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +6 -0
- package/lib/index.js.map +1 -1
- package/lib/package.json +3 -3
- package/package.json +6 -6
- package/src/__lib__/GraphManagerEvent.ts +1 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/AllocationExecutionNode.ts +22 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/ConstantExecutionNode.ts +22 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/EnumValidationContext.ts +21 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/FunctionParametersValidationNode.ts +24 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/ParameterValidationContext.ts +19 -0
- package/src/graph/metamodel/pure/executionPlan/nodes/SequenceExecutionNode.ts +19 -0
- package/src/graph-manager/action/EngineError.ts +9 -1
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_AllocationExecutionNode.ts +22 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ConstantExecutionNode.ts +22 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_EnumValidationContext.ts +21 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_FunctionParametersValidationNode.ts +24 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ParameterValidationContext.ts +19 -0
- package/src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_SequenceExecutionNode.ts +19 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/from/executionPlan/V1_ExecutionPlanTransformer.ts +96 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureGraph/to/V1_ExecutionPlanBuilder.ts +91 -0
- package/src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_DSL_ExternalFormat_ProtocolHelper.ts +0 -1
- package/src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/V1_ValueSpecificationSerializer.ts +4 -4
- package/src/graph-manager/protocol/pure/v1/transformation/pureProtocol/serializationHelpers/executionPlan/V1_ExecutionPlanSerializationHelper.ts +92 -0
- package/src/index.ts +6 -0
- package/tsconfig.json +12 -0
|
@@ -41,6 +41,7 @@ export declare enum GRAPH_MANAGER_EVENT {
|
|
|
41
41
|
V1_ENGINE_OPERATION_INPUT__SUCCESS = "graph-manager.v1.engine-operation.graph.collect-input.success",
|
|
42
42
|
GRAPH_BUILDER_FAILURE = "graph-manager.graph-builder.failure",
|
|
43
43
|
EXECUTION_FAILURE = "graph-manager.execution.failure",
|
|
44
|
+
GET_QUERY_FAILURE = "graph-manager.get.query.failure",
|
|
44
45
|
COMPILATION_FAILURE = "graph-manager.compilation.failure",
|
|
45
46
|
PARSING_FAILURE = "graph-manager.grammar.parsing.failure",
|
|
46
47
|
GRAPH_MANAGER_FAILURE = "graph-manager.failure",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GraphManagerEvent.d.ts","sourceRoot":"","sources":["../../src/__lib__/GraphManagerEvent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,oBAAY,mBAAmB;IAC7B,2CAA2C,wDAAwD;IACnG,qCAAqC,iDAAiD;IACtF,4CAA4C,8DAA8D;IAC1G,0CAA0C,4DAA4D;IACtG,mCAAmC,qDAAqD;IACxF,qCAAqC,uDAAuD;IAC5F,qDAAqD,uEAAuE;IAC5H,gDAAgD,kEAAkE;IAClH,qCAAqC,uDAAuD;IAC5F,0CAA0C,mDAAmD;IAC7F,2CAA2C,6DAA6D;IACxG,kCAAkC,wCAAwC;IAE1E,yBAAyB,+CAA+C;IACxE,gCAAgC,gDAAgD;IAChF,iCAAiC,6CAA6C;IAC9E,6BAA6B,gDAAgD;IAC7E,+CAA+C,yCAAyC;IACxF,sCAAsC,sDAAsD;IAC5F,iCAAiC,8CAA8C;IAC/E,yCAAyC,sDAAsD;IAC/F,iCAAiC,kCAAkC;IACnE,8CAA8C,4CAA4C;IAC1F,8CAA8C,0CAA0C;IAExF,wCAAwC,0DAA0D;IAClG,kCAAkC,kEAAkE;IAIpG,qBAAqB,wCAAwC;IAC7D,iBAAiB,oCAAoC;IACrD,mBAAmB,sCAAsC;IACzD,eAAe,0CAA0C;IACzD,qBAAqB,0BAA0B;IAC/C,qBAAqB,gCAAgC;CACtD"}
|
|
1
|
+
{"version":3,"file":"GraphManagerEvent.d.ts","sourceRoot":"","sources":["../../src/__lib__/GraphManagerEvent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,oBAAY,mBAAmB;IAC7B,2CAA2C,wDAAwD;IACnG,qCAAqC,iDAAiD;IACtF,4CAA4C,8DAA8D;IAC1G,0CAA0C,4DAA4D;IACtG,mCAAmC,qDAAqD;IACxF,qCAAqC,uDAAuD;IAC5F,qDAAqD,uEAAuE;IAC5H,gDAAgD,kEAAkE;IAClH,qCAAqC,uDAAuD;IAC5F,0CAA0C,mDAAmD;IAC7F,2CAA2C,6DAA6D;IACxG,kCAAkC,wCAAwC;IAE1E,yBAAyB,+CAA+C;IACxE,gCAAgC,gDAAgD;IAChF,iCAAiC,6CAA6C;IAC9E,6BAA6B,gDAAgD;IAC7E,+CAA+C,yCAAyC;IACxF,sCAAsC,sDAAsD;IAC5F,iCAAiC,8CAA8C;IAC/E,yCAAyC,sDAAsD;IAC/F,iCAAiC,kCAAkC;IACnE,8CAA8C,4CAA4C;IAC1F,8CAA8C,0CAA0C;IAExF,wCAAwC,0DAA0D;IAClG,kCAAkC,kEAAkE;IAIpG,qBAAqB,wCAAwC;IAC7D,iBAAiB,oCAAoC;IACrD,iBAAiB,oCAAoC;IACrD,mBAAmB,sCAAsC;IACzD,eAAe,0CAA0C;IACzD,qBAAqB,0BAA0B;IAC/C,qBAAqB,gCAAgC;CACtD"}
|
|
@@ -44,6 +44,7 @@ export var GRAPH_MANAGER_EVENT;
|
|
|
44
44
|
// TODO: consider to spliting all of these generic errors into more specific events
|
|
45
45
|
GRAPH_MANAGER_EVENT["GRAPH_BUILDER_FAILURE"] = "graph-manager.graph-builder.failure";
|
|
46
46
|
GRAPH_MANAGER_EVENT["EXECUTION_FAILURE"] = "graph-manager.execution.failure";
|
|
47
|
+
GRAPH_MANAGER_EVENT["GET_QUERY_FAILURE"] = "graph-manager.get.query.failure";
|
|
47
48
|
GRAPH_MANAGER_EVENT["COMPILATION_FAILURE"] = "graph-manager.compilation.failure";
|
|
48
49
|
GRAPH_MANAGER_EVENT["PARSING_FAILURE"] = "graph-manager.grammar.parsing.failure";
|
|
49
50
|
GRAPH_MANAGER_EVENT["GRAPH_MANAGER_FAILURE"] = "graph-manager.failure";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GraphManagerEvent.js","sourceRoot":"","sources":["../../src/__lib__/GraphManagerEvent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"GraphManagerEvent.js","sourceRoot":"","sources":["../../src/__lib__/GraphManagerEvent.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,mBAsCX;AAtCD,WAAY,mBAAmB;IAC7B,0HAAmG,CAAA;IACnG,6GAAsF,CAAA;IACtF,iIAA0G,CAAA;IAC1G,6HAAsG,CAAA;IACtG,+GAAwF,CAAA;IACxF,mHAA4F,CAAA;IAC5F,mJAA4H,CAAA;IAC5H,yIAAkH,CAAA;IAClH,mHAA4F,CAAA;IAC5F,oHAA6F,CAAA;IAC7F,+HAAwG,CAAA;IACxG,iGAA0E,CAAA;IAE1E,+FAAwE,CAAA;IACxE,uGAAgF,CAAA;IAChF,qGAA8E,CAAA;IAC9E,oGAA6E,CAAA;IAC7E,+GAAwF,CAAA;IACxF,mHAA4F,CAAA;IAC5F,sGAA+E,CAAA;IAC/E,sHAA+F,CAAA;IAC/F,0FAAmE,CAAA;IACnE,iHAA0F,CAAA;IAC1F,+GAAwF,CAAA;IAExF,yHAAkG,CAAA;IAClG,2HAAoG,CAAA;IAEpG,UAAU;IACV,mFAAmF;IACnF,oFAA6D,CAAA;IAC7D,4EAAqD,CAAA;IACrD,4EAAqD,CAAA;IACrD,gFAAyD,CAAA;IACzD,gFAAyD,CAAA;IACzD,sEAA+C,CAAA;IAC/C,4EAAqD,CAAA;AACvD,CAAC,EAtCW,mBAAmB,KAAnB,mBAAmB,QAsC9B"}
|
|
@@ -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 { ExecutionNode } from './ExecutionNode.js';
|
|
17
|
+
export declare class AllocationExecutionNode extends ExecutionNode {
|
|
18
|
+
varName: string;
|
|
19
|
+
realizeInMemory: boolean;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=AllocationExecutionNode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AllocationExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/AllocationExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,qBAAa,uBAAwB,SAAQ,aAAa;IACxD,OAAO,EAAG,MAAM,CAAC;IACjB,eAAe,EAAG,OAAO,CAAC;CAC3B"}
|
|
@@ -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 { ExecutionNode } from './ExecutionNode.js';
|
|
17
|
+
export class AllocationExecutionNode extends ExecutionNode {
|
|
18
|
+
varName;
|
|
19
|
+
realizeInMemory;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=AllocationExecutionNode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AllocationExecutionNode.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/AllocationExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,OAAO,uBAAwB,SAAQ,aAAa;IACxD,OAAO,CAAU;IACjB,eAAe,CAAW;CAC3B"}
|
|
@@ -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 PlainObject } from '@finos/legend-shared';
|
|
17
|
+
import { ExecutionNode } from './ExecutionNode.js';
|
|
18
|
+
export declare class ConstantExecutionNode extends ExecutionNode {
|
|
19
|
+
values: PlainObject;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=ConstantExecutionNode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConstantExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/ConstantExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,qBAAa,qBAAsB,SAAQ,aAAa;IACtD,MAAM,EAAG,WAAW,CAAC;CACtB"}
|
|
@@ -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 {} from '@finos/legend-shared';
|
|
17
|
+
import { ExecutionNode } from './ExecutionNode.js';
|
|
18
|
+
export class ConstantExecutionNode extends ExecutionNode {
|
|
19
|
+
values;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=ConstantExecutionNode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConstantExecutionNode.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/ConstantExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAoB,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,OAAO,qBAAsB,SAAQ,aAAa;IACtD,MAAM,CAAe;CACtB"}
|
|
@@ -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 { ParameterValidationContext } from './ParameterValidationContext.js';
|
|
17
|
+
export declare class EnumValidationContext extends ParameterValidationContext {
|
|
18
|
+
validEnumValues: string[];
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=EnumValidationContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EnumValidationContext.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/EnumValidationContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAE7E,qBAAa,qBAAsB,SAAQ,0BAA0B;IACnE,eAAe,EAAE,MAAM,EAAE,CAAM;CAChC"}
|
|
@@ -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 { ParameterValidationContext } from './ParameterValidationContext.js';
|
|
17
|
+
export class EnumValidationContext extends ParameterValidationContext {
|
|
18
|
+
validEnumValues = [];
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=EnumValidationContext.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EnumValidationContext.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/EnumValidationContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAE7E,MAAM,OAAO,qBAAsB,SAAQ,0BAA0B;IACnE,eAAe,GAAa,EAAE,CAAC;CAChC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
import { ExecutionNode } from './ExecutionNode.js';
|
|
17
|
+
import type { VariableExpression } from '../../valueSpecification/VariableExpression.js';
|
|
18
|
+
import type { ParameterValidationContext } from './ParameterValidationContext.js';
|
|
19
|
+
export declare class FunctionParametersValidationNode extends ExecutionNode {
|
|
20
|
+
functionParameters: VariableExpression[];
|
|
21
|
+
parameterValidationContext: ParameterValidationContext[];
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=FunctionParametersValidationNode.d.ts.map
|
package/lib/graph/metamodel/pure/executionPlan/nodes/FunctionParametersValidationNode.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FunctionParametersValidationNode.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/FunctionParametersValidationNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AACzF,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAElF,qBAAa,gCAAiC,SAAQ,aAAa;IACjE,kBAAkB,EAAE,kBAAkB,EAAE,CAAM;IAC9C,0BAA0B,EAAE,0BAA0B,EAAE,CAAM;CAC/D"}
|
|
@@ -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 { ExecutionNode } from './ExecutionNode.js';
|
|
17
|
+
export class FunctionParametersValidationNode extends ExecutionNode {
|
|
18
|
+
functionParameters = [];
|
|
19
|
+
parameterValidationContext = [];
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=FunctionParametersValidationNode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FunctionParametersValidationNode.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/FunctionParametersValidationNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAInD,MAAM,OAAO,gCAAiC,SAAQ,aAAa;IACjE,kBAAkB,GAAyB,EAAE,CAAC;IAC9C,0BAA0B,GAAiC,EAAE,CAAC;CAC/D"}
|
|
@@ -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
|
+
export declare abstract class ParameterValidationContext {
|
|
17
|
+
varName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=ParameterValidationContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParameterValidationContext.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/ParameterValidationContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,8BAAsB,0BAA0B;IAC9C,OAAO,EAAG,MAAM,CAAC;CAClB"}
|
|
@@ -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
|
+
export class ParameterValidationContext {
|
|
17
|
+
varName;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=ParameterValidationContext.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParameterValidationContext.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/ParameterValidationContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,OAAgB,0BAA0B;IAC9C,OAAO,CAAU;CAClB"}
|
|
@@ -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 { ExecutionNode } from './ExecutionNode.js';
|
|
17
|
+
export declare class SequenceExecutionNode extends ExecutionNode {
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=SequenceExecutionNode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SequenceExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/SequenceExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,qBAAa,qBAAsB,SAAQ,aAAa;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 { ExecutionNode } from './ExecutionNode.js';
|
|
17
|
+
export class SequenceExecutionNode extends ExecutionNode {
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=SequenceExecutionNode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SequenceExecutionNode.js","sourceRoot":"","sources":["../../../../../../src/graph/metamodel/pure/executionPlan/nodes/SequenceExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,OAAO,qBAAsB,SAAQ,aAAa;CAAG"}
|
|
@@ -21,6 +21,7 @@ export declare class EngineError extends ApplicationError {
|
|
|
21
21
|
export declare class ParserError extends EngineError {
|
|
22
22
|
}
|
|
23
23
|
export declare class CompilationError extends EngineError {
|
|
24
|
+
constructor(message: string | undefined);
|
|
24
25
|
}
|
|
25
26
|
export declare class ExternalFormatError extends CompilationError {
|
|
26
27
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EngineError.d.ts","sourceRoot":"","sources":["../../../src/graph-manager/action/EngineError.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;
|
|
1
|
+
{"version":3,"file":"EngineError.d.ts","sourceRoot":"","sources":["../../../src/graph-manager/action/EngineError.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAGxE,qBAAa,WAAY,SAAQ,gBAAgB;IAC/C,iBAAiB,CAAC,EAAE,iBAAiB,GAAG,SAAS,CAAC;CACnD;AAED,qBAAa,WAAY,SAAQ,WAAW;CAAG;AAE/C,qBAAa,gBAAiB,SAAQ,WAAW;gBACnC,OAAO,EAAE,MAAM,GAAG,SAAS;CAMxC;AAED,qBAAa,mBAAoB,SAAQ,gBAAgB;CAAG"}
|
|
@@ -14,12 +14,19 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import { ApplicationError } from '@finos/legend-shared';
|
|
17
|
+
import { makeObservable, observable } from 'mobx';
|
|
17
18
|
export class EngineError extends ApplicationError {
|
|
18
19
|
sourceInformation;
|
|
19
20
|
}
|
|
20
21
|
export class ParserError extends EngineError {
|
|
21
22
|
}
|
|
22
23
|
export class CompilationError extends EngineError {
|
|
24
|
+
constructor(message) {
|
|
25
|
+
super(message);
|
|
26
|
+
makeObservable(this, {
|
|
27
|
+
sourceInformation: observable,
|
|
28
|
+
});
|
|
29
|
+
}
|
|
23
30
|
}
|
|
24
31
|
export class ExternalFormatError extends CompilationError {
|
|
25
32
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EngineError.js","sourceRoot":"","sources":["../../../src/graph-manager/action/EngineError.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"EngineError.js","sourceRoot":"","sources":["../../../src/graph-manager/action/EngineError.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAExD,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElD,MAAM,OAAO,WAAY,SAAQ,gBAAgB;IAC/C,iBAAiB,CAAiC;CACnD;AAED,MAAM,OAAO,WAAY,SAAQ,WAAW;CAAG;AAE/C,MAAM,OAAO,gBAAiB,SAAQ,WAAW;IAC/C,YAAY,OAA2B;QACrC,KAAK,CAAC,OAAO,CAAC,CAAC;QACf,cAAc,CAAC,IAAI,EAAE;YACnB,iBAAiB,EAAE,UAAU;SAC9B,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,OAAO,mBAAoB,SAAQ,gBAAgB;CAAG"}
|
package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_AllocationExecutionNode.d.ts
ADDED
|
@@ -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 { V1_ExecutionNode } from './V1_ExecutionNode.js';
|
|
17
|
+
export declare class V1_AllocationExecutionNode extends V1_ExecutionNode {
|
|
18
|
+
varName: string;
|
|
19
|
+
realizeInMemory: boolean;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=V1_AllocationExecutionNode.d.ts.map
|
|
@@ -0,0 +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"}
|
package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_AllocationExecutionNode.js
ADDED
|
@@ -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 { V1_ExecutionNode } from './V1_ExecutionNode.js';
|
|
17
|
+
export class V1_AllocationExecutionNode extends V1_ExecutionNode {
|
|
18
|
+
varName;
|
|
19
|
+
realizeInMemory;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=V1_AllocationExecutionNode.js.map
|
|
@@ -0,0 +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"}
|
package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ConstantExecutionNode.d.ts
ADDED
|
@@ -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 PlainObject } from '@finos/legend-shared';
|
|
17
|
+
import { V1_ExecutionNode } from './V1_ExecutionNode.js';
|
|
18
|
+
export declare class V1_ConstantExecutionNode extends V1_ExecutionNode {
|
|
19
|
+
values: PlainObject;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=V1_ConstantExecutionNode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_ConstantExecutionNode.d.ts","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ConstantExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,qBAAa,wBAAyB,SAAQ,gBAAgB;IAC5D,MAAM,EAAG,WAAW,CAAC;CACtB"}
|
package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ConstantExecutionNode.js
ADDED
|
@@ -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 {} from '@finos/legend-shared';
|
|
17
|
+
import { V1_ExecutionNode } from './V1_ExecutionNode.js';
|
|
18
|
+
export class V1_ConstantExecutionNode extends V1_ExecutionNode {
|
|
19
|
+
values;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=V1_ConstantExecutionNode.js.map
|
package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ConstantExecutionNode.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_ConstantExecutionNode.js","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_ConstantExecutionNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAoB,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,MAAM,OAAO,wBAAyB,SAAQ,gBAAgB;IAC5D,MAAM,CAAe;CACtB"}
|
package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_EnumValidationContext.d.ts
ADDED
|
@@ -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_ParameterValidationContext } from './V1_ParameterValidationContext.js';
|
|
17
|
+
export declare class V1_EnumValidationContext extends V1_ParameterValidationContext {
|
|
18
|
+
validEnumValues: string[];
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=V1_EnumValidationContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_EnumValidationContext.d.ts","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_EnumValidationContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAEnF,qBAAa,wBAAyB,SAAQ,6BAA6B;IACzE,eAAe,EAAE,MAAM,EAAE,CAAM;CAChC"}
|
package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_EnumValidationContext.js
ADDED
|
@@ -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_ParameterValidationContext } from './V1_ParameterValidationContext.js';
|
|
17
|
+
export class V1_EnumValidationContext extends V1_ParameterValidationContext {
|
|
18
|
+
validEnumValues = [];
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=V1_EnumValidationContext.js.map
|
package/lib/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_EnumValidationContext.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_EnumValidationContext.js","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_EnumValidationContext.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAEnF,MAAM,OAAO,wBAAyB,SAAQ,6BAA6B;IACzE,eAAe,GAAa,EAAE,CAAC;CAChC"}
|
|
@@ -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
|
+
import type { V1_Variable } from '../../valueSpecification/V1_Variable.js';
|
|
18
|
+
import type { V1_ParameterValidationContext } from './V1_ParameterValidationContext.js';
|
|
19
|
+
export declare class V1_FunctionParametersValidationNode extends V1_ExecutionNode {
|
|
20
|
+
functionParameters: V1_Variable[];
|
|
21
|
+
parameterValidationContext: V1_ParameterValidationContext[];
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=V1_FunctionParametersValidationNode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_FunctionParametersValidationNode.d.ts","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_FunctionParametersValidationNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAExF,qBAAa,mCAAoC,SAAQ,gBAAgB;IACvE,kBAAkB,EAAE,WAAW,EAAE,CAAM;IACvC,0BAA0B,EAAE,6BAA6B,EAAE,CAAM;CAClE"}
|
|
@@ -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 { V1_ExecutionNode } from './V1_ExecutionNode.js';
|
|
17
|
+
export class V1_FunctionParametersValidationNode extends V1_ExecutionNode {
|
|
18
|
+
functionParameters = [];
|
|
19
|
+
parameterValidationContext = [];
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=V1_FunctionParametersValidationNode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"V1_FunctionParametersValidationNode.js","sourceRoot":"","sources":["../../../../../../../../src/graph-manager/protocol/pure/v1/model/executionPlan/nodes/V1_FunctionParametersValidationNode.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAIzD,MAAM,OAAO,mCAAoC,SAAQ,gBAAgB;IACvE,kBAAkB,GAAkB,EAAE,CAAC;IACvC,0BAA0B,GAAoC,EAAE,CAAC;CAClE"}
|
|
@@ -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
|
+
export declare abstract class V1_ParameterValidationContext {
|
|
17
|
+
varName: string;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=V1_ParameterValidationContext.d.ts.map
|