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

Grouped elements of temporal grouping are not temporal #1544

Closed
ChrizZz110 opened this issue Apr 8, 2021 · 0 comments · Fixed by #1554
Closed

Grouped elements of temporal grouping are not temporal #1544

ChrizZz110 opened this issue Apr 8, 2021 · 0 comments · Fixed by #1554
Labels
temporal TPGM affiliation

Comments

@ChrizZz110
Copy link
Contributor

We need to extend the keyed grouping to create super-vertices and -edges with valid times that are aggregated from its child vertices/edges. For example, grouping two vertices with valid times [t1,t2) and [t4,t5) would result in a super-vertex with valid time [t1,t5). The starting bound is thus the min() of all val-from attributes and the ending bound is the max of all to attributes.

@ChrizZz110 ChrizZz110 added the temporal TPGM affiliation label Apr 8, 2021
timo95 added a commit to timo95/gradoop that referenced this issue Jul 28, 2021
- Allow custom setting of aggregation results
- Add possibility to set time in temporal aggregation
- Add temporalGrouping with default time aggregation
timo95 added a commit to timo95/gradoop that referenced this issue Jul 28, 2021
timo95 added a commit to timo95/gradoop that referenced this issue Jul 29, 2021
timo95 added a commit to timo95/gradoop that referenced this issue Jul 29, 2021
timo95 added a commit to timo95/gradoop that referenced this issue Aug 3, 2021
timo95 added a commit to timo95/gradoop that referenced this issue Aug 10, 2021
timo95 added a commit to timo95/gradoop that referenced this issue Aug 10, 2021
timo95 added a commit to timo95/gradoop that referenced this issue Aug 10, 2021
timo95 added a commit to timo95/gradoop that referenced this issue Sep 6, 2021
ChrizZz110 added a commit that referenced this issue Jun 18, 2023
fixes #1544 

Co-authored-by: timo95 <timo95@users.noreply.github.com>
Co-authored-by: ChrizZz110 <110@posteo.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
temporal TPGM affiliation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant