Skip to content

Commit

Permalink
Initialize graph
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Sep 6, 2024
1 parent 517362f commit a67def4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ YieldIncrementalResults(data, errors, incrementalDataRecords):

GraphFromRecords(incrementalDataRecords, graph):

- If {graph} is not provided, initialize to an empty graph.
- Let {newGraph} be a new directed acyclic graph containing all of the nodes and
edges in {graph}.
- For each {incrementalDataRecord} of {incrementalDataRecords}:
Expand Down

0 comments on commit a67def4

Please sign in to comment.