Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hierarchies with multiple parents #1

Merged
merged 152 commits into from
Jun 30, 2023
Merged

Hierarchies with multiple parents #1

merged 152 commits into from
Jun 30, 2023

Conversation

HeikoTheissen
Copy link
Contributor

@HeikoTheissen HeikoTheissen commented Jun 1, 2023

  • Multiple parents per node are allowed, leading to duplicate nodes in the result set.
  • In the result set, Aggregation.UpPath annotation contains the node identifiers of one sequence of parents (or ancestors).
  • The optional parameter $S$ is removed from ancestors and descendants (see Remove optional parameter from ancestors and descendants odata-abnf#100).
  • The optional parameter $S$ in traverse defines the start nodes for the traversal (default is start node = root node).
  • The optional parameter $S$ in rolluprecursive is needed for rolling up "actual totals" (as opposed to "visual totals", see example 68).

Copy link
Contributor

@GeraldKrause GeraldKrause left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with the changes discussed in TC call 2023-06-28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants