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

feat: High-level API to get rows and column values from in-memory queue #119

Merged
merged 8 commits into from May 8, 2022

Conversation

laysakura
Copy link
Contributor

Fixes: #118

@codecov
Copy link

codecov bot commented May 8, 2022

Codecov Report

Merging #119 (ed5c55f) into main (5ae6009) will increase coverage by 0.19%.
The diff coverage is 93.57%.

@@            Coverage Diff             @@
##             main     #119      +/-   ##
==========================================
+ Coverage   86.86%   87.06%   +0.19%     
==========================================
  Files         200      201       +1     
  Lines       11593    11847     +254     
==========================================
+ Hits        10070    10314     +244     
- Misses       1523     1533      +10     
Impacted Files Coverage Δ
springql-core/src/api/error.rs 0.00% <ø> (ø)
springql-core/src/api/low_level_rs.rs 94.33% <ø> (ø)
springql-core/src/expression.rs 75.44% <0.00%> (+1.19%) ⬆️
springql-core/src/stream_engine.rs 95.00% <ø> (ø)
...ngql-core/src/stream_engine/autonomous_executor.rs 93.90% <0.00%> (-1.16%) ⬇️
...e/autonomous_executor/row/value/sql_convertible.rs 0.00% <0.00%> (ø)
.../src/stream_engine/time/duration/event_duration.rs 25.00% <0.00%> (ø)
...ration/wall_clock_duration/wall_clock_stopwatch.rs 90.90% <ø> (ø)
...ne/autonomous_executor/row/foreign_row/sink_row.rs 88.88% <40.00%> (-6.35%) ⬇️
...e/src/sql_processor/sql_parser/pest_parser_impl.rs 87.62% <50.00%> (-0.29%) ⬇️
... and 27 more

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 5ae6009...ed5c55f. Read the comment docs.

@laysakura laysakura merged commit 2055691 into main May 8, 2022
@laysakura laysakura deleted the feat/SpringPipelineHL-pop branch May 8, 2022 22:24
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.

feat: High-level API to pop rows and get values from them
1 participant