Skip to content

Flattens choice/sequence operators #46

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

Merged
merged 2 commits into from
Jun 15, 2021
Merged

Conversation

almann
Copy link
Contributor

@almann almann commented Jun 12, 2021

Implements a flatten a higher-order function to operate on binary
operators that have associativity like choice/sequence.

Resolves #37.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Implements a `flatten` a higher-order function to operate on binary
operators that have associativity like `choice`/`sequence`.

Resolves partiql#37.
@almann almann requested review from marcbowes, zslayton and dlurton June 12, 2021 03:41
@codecov
Copy link

codecov bot commented Jun 12, 2021

Codecov Report

Merging #46 (c985c5d) into main (497bb91) will increase coverage by 0.38%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #46      +/-   ##
==========================================
+ Coverage   89.54%   89.93%   +0.38%     
==========================================
  Files          10       10              
  Lines         727      755      +28     
==========================================
+ Hits          651      679      +28     
  Misses         76       76              
Impacted Files Coverage Δ
pest-ion/src/lib.rs 95.49% <100.00%> (+0.65%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 497bb91...c985c5d. Read the comment docs.

@almann almann merged commit 4e10be8 into partiql:main Jun 15, 2021
@almann almann deleted the pest-ion-flatten branch June 15, 2021 19:10
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.

Flatten Pest to Ion sequence/choice Nodes
3 participants