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

Add CREATE RDF GRAPH ddl statement #1984

Merged
merged 1 commit into from
Sep 1, 2023
Merged

Add CREATE RDF GRAPH ddl statement #1984

merged 1 commit into from
Sep 1, 2023

Conversation

andyfengHKU
Copy link
Contributor

This is our first PR migrating RDF querying from the prototype implemented by @gaurav8297. It implements

  • CREATE RDF GRAPH statement
  • refactor create table clause, bound clause & logical operator. We no longer differentiate node/rel/rdf in these classes.

@codecov
Copy link

codecov bot commented Aug 31, 2023

Codecov Report

Patch coverage: 97.04% and no project coverage change.

Comparison is base (9aaff49) 89.78% compared to head (a4d27d8) 89.79%.

❗ Current head a4d27d8 differs from pull request most recent head 50bd660. Consider uploading reports for the commit 50bd660 to get more accurate results

Additional details and impacted files
@@           Coverage Diff            @@
##           master    #1984    +/-   ##
========================================
  Coverage   89.78%   89.79%            
========================================
  Files         879      876     -3     
  Lines       32438    32565   +127     
========================================
+ Hits        29126    29243   +117     
- Misses       3312     3322    +10     
Files Changed Coverage Δ
src/include/binder/binder.h 100.00% <ø> (ø)
src/include/catalog/catalog.h 100.00% <ø> (ø)
src/include/catalog/catalog_content.h 100.00% <ø> (ø)
src/include/catalog/property.h 96.00% <ø> (ø)
src/include/parser/transformer.h 100.00% <ø> (ø)
...rc/include/planner/logical_plan/logical_operator.h 90.00% <ø> (ø)
src/include/processor/operator/physical_operator.h 100.00% <ø> (ø)
src/include/processor/plan_mapper.h 100.00% <ø> (ø)
src/include/storage/wal/wal.h 100.00% <ø> (ø)
src/include/storage/wal/wal_record.h 34.66% <0.00%> (-0.95%) ⬇️
... and 34 more

... and 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

src/catalog/property.cpp Show resolved Hide resolved
src/binder/bind/bind_ddl.cpp Show resolved Hide resolved
src/binder/bind/bind_ddl.cpp Outdated Show resolved Hide resolved
src/binder/bind/bind_ddl.cpp Outdated Show resolved Hide resolved
test/test_files/rdf/ddl.test Show resolved Hide resolved
src/storage/store/table_statistics.cpp Show resolved Hide resolved
src/storage/wal_replayer.cpp Outdated Show resolved Hide resolved
src/include/catalog/table_schema.h Show resolved Hide resolved
src/include/binder/binder.h Show resolved Hide resolved
src/include/storage/wal/wal_record.h Outdated Show resolved Hide resolved
src/include/catalog/table_schema.h Outdated Show resolved Hide resolved
src/include/processor/plan_mapper.h Show resolved Hide resolved
Co-authored-by: Gaurav Sehgal <gaurav.sehgal8297@gmail.com>
@andyfengHKU andyfengHKU merged commit 8dd9ba4 into master Sep 1, 2023
10 checks passed
@andyfengHKU andyfengHKU deleted the rdf-ddl branch September 1, 2023 20:20
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

3 participants