-
Notifications
You must be signed in to change notification settings - Fork 8
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
Comments
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
Merged
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
Implement union (records)
Syntax
Dataset ds_2 := union (Dataset ds_1 {, Dataset<?> ds_1}*)
Test:
The text was updated successfully, but these errors were encountered: