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

Push clause to call_subquery #3121

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Push clause to call_subquery #3121

wants to merge 8 commits into from

Conversation

nafraf
Copy link
Contributor

@nafraf nafraf commented Jun 27, 2023

Patch to push clause to call_subquery.

This PR requires the changes to libcypher-parser: Add functions to push clause to query

@nafraf nafraf closed this Jun 27, 2023
@nafraf nafraf reopened this Jun 27, 2023
@codecov
Copy link

codecov bot commented Jun 29, 2023

Codecov Report

Patch coverage: 92.89% and project coverage change: +0.43 🎉

Comparison is base (d223950) 90.41% compared to head (b8270e9) 90.84%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3121      +/-   ##
==========================================
+ Coverage   90.41%   90.84%   +0.43%     
==========================================
  Files         288      294       +6     
  Lines       28756    30237    +1481     
==========================================
+ Hits        26000    27470    +1470     
- Misses       2756     2767      +11     
Impacted Files Coverage Δ
src/commands/cmd_debug.c 100.00% <ø> (ø)
src/configuration/reconf_handler.c 70.00% <0.00%> (-30.00%) ⬇️
src/execution_plan/ops/op_apply.c 100.00% <ø> (ø)
src/execution_plan/ops/op_apply_multiplexer.c 89.02% <ø> (ø)
src/execution_plan/ops/op_argument_list.c 97.22% <ø> (+10.38%) ⬆️
src/execution_plan/ops/op_merge.c 96.66% <ø> (ø)
src/execution_plan/ops/op_semi_apply.c 93.75% <ø> (ø)
src/execution_plan/optimizations/reduce_distinct.c 100.00% <ø> (ø)
src/execution_plan/optimizations/utilize_indices.c 94.69% <ø> (ø)
src/resultset/formatters/resultset_replyverbose.c 15.51% <ø> (ø)
... and 91 more

... and 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

None yet

2 participants