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

Union operator #2

Open
6 of 7 tasks
hadrienk opened this issue Oct 21, 2016 · 0 comments
Open
6 of 7 tasks

Union operator #2

hadrienk opened this issue Oct 21, 2016 · 0 comments

Comments

@hadrienk
Copy link
Owner

hadrienk commented Oct 21, 2016

Implement union (records)

Syntax
Dataset ds_2 := union (Dataset ds_1 {, Dataset<?> ds_1}*)

Test:

  • Test antlr grammar
  • Create antlr grammar
  • Test that all the Datasets ds_1 must have the same IdentifierComponents and MeasureComponents, in name and type (static).
  • If only one argument is given, it is returned unchanged.
  • Test that in the output there cannot be two rows with the same values for all the IdentifierComponents and MeasureComponents.
  • Test Attribute propagation
  • Implement a Visitor in the script
hadrienk added a commit that referenced this issue Oct 24, 2016
hadrienk added a commit that referenced this issue Oct 24, 2016
hadrienk added a commit that referenced this issue Oct 24, 2016
@hadrienk hadrienk mentioned this issue Oct 24, 2016
hadrienk pushed a commit that referenced this issue Jan 27, 2017
hadrienk pushed a commit that referenced this issue Nov 16, 2017
…asjon-av-filter to develop

* commit '1f4515e943326e9c4d3838915c3dd786c620cc3e':
  KP-1944: Package rename on new files in this branch
  KP-1944: Remove unused import files
  KP-1944: Move predicate out of FilterOperation (to make it easier to filter on different booleanExpressions)
  KP-1944: Implement filter operation (with hardcoded criteria for now)
  KP-1929: Move all anlr rules into one file for easier debugging. Can be split again later
  KP-1944: Make booleanExpression placeholder accept true or false
  KP-1944: Add a basic start to filter rules
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

No branches or pull requests

1 participant