spyql
spyql copied to clipboard
feat: add * operator EXCEPT modifier
Adds the * operator EXCEPT modifier where one can specify the names of one or more columns to exclude from the result. All matching column names are omitted from the output.
Codecov Report
Merging #66 (cbecdda) into master (c379afa) will increase coverage by
0.06%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #66 +/- ##
==========================================
+ Coverage 95.91% 95.97% +0.06%
==========================================
Files 10 10
Lines 1076 1094 +18
==========================================
+ Hits 1032 1050 +18
Misses 44 44
Impacted Files | Coverage Δ | |
---|---|---|
spyql/cli.py | 99.00% <100.00%> (+0.02%) |
:arrow_up: |
spyql/processor.py | 96.60% <100.00%> (+0.15%) |
:arrow_up: |
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 c379afa...cbecdda. Read the comment docs.