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

Table star #1803

Merged
merged 1 commit into from
Jul 12, 2023
Merged

Table star #1803

merged 1 commit into from
Jul 12, 2023

Conversation

andyfengHKU
Copy link
Contributor

@andyfengHKU andyfengHKU commented Jul 11, 2023

Support ... RETURN a.* as returning all properties of node/rel/struct

@andyfengHKU andyfengHKU requested a review from ray6080 July 11, 2023 20:25
@codecov
Copy link

codecov bot commented Jul 11, 2023

Codecov Report

Patch coverage: 88.88% and project coverage change: -0.01 ⚠️

Comparison is base (d6efe97) 91.14% compared to head (6c2bf07) 91.13%.

❗ Current head 6c2bf07 differs from pull request most recent head 85268d8. Consider uploading reports for the commit 85268d8 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1803      +/-   ##
==========================================
- Coverage   91.14%   91.13%   -0.01%     
==========================================
  Files         776      776              
  Lines       28373    28414      +41     
==========================================
+ Hits        25860    25896      +36     
- Misses       2513     2518       +5     
Impacted Files Coverage Δ
src/common/expression_type.cpp 65.71% <0.00%> (-1.94%) ⬇️
src/include/binder/binder.h 100.00% <ø> (ø)
src/include/binder/expression_binder.h 100.00% <ø> (ø)
src/include/parser/transformer.h 100.00% <ø> (ø)
...inder/bind_expression/bind_property_expression.cpp 87.32% <81.39%> (-2.68%) ⬇️
src/binder/bind/bind_projection_clause.cpp 96.80% <100.00%> (+0.16%) ⬆️
...binder/bind_expression/bind_literal_expression.cpp 100.00% <100.00%> (ø)
src/include/parser/expression/parsed_expression.h 100.00% <100.00%> (ø)
...ude/parser/expression/parsed_property_expression.h 100.00% <100.00%> (ø)
.../parser/query/return_with_clause/projection_body.h 100.00% <100.00%> (ø)
... and 1 more

... and 2 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.

@andyfengHKU andyfengHKU merged commit d8d28e4 into master Jul 12, 2023
10 checks passed
@andyfengHKU andyfengHKU deleted the table-star branch July 12, 2023 17:04
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