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 support for FROM and GRAPH with fixed IRI #1445

Merged
merged 99 commits into from
Sep 27, 2024
Merged
Changes from 1 commit
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
3deee1d
Still adding + 1 to all kinds of column indices.
joka921 May 2, 2024
7be34a7
Add the GraphID.
joka921 May 3, 2024
3600030
Refactoring and fixing E2E tests.
joka921 May 3, 2024
0b1a846
Some sonarcloudd stuff.
joka921 May 3, 2024
3c8ca4f
Merge branch 'refs/heads/add-graph-column' into nquad-parser
joka921 May 6, 2024
ca98e05
A first draft of an NQuad parser
joka921 May 6, 2024
bc31aea
Integrated the parser into the IndexBuilder.
joka921 May 6, 2024
658dc3e
Starting with this and that.
joka921 May 6, 2024
5a845b1
We don't need this for now,
joka921 May 6, 2024
e374b92
We have to fix some complex lambdas, but otherwise this could be easy.
joka921 May 6, 2024
b8e872b
A lot of stuff is missing, but the IN seems to work for simple cases..
joka921 May 8, 2024
be5528f
also integrate the NOT IN expression.
joka921 May 13, 2024
c99feee
TODO<joka921>
joka921 May 13, 2024
a31bb2a
Correct cache keys, correct behavior in HAVING clauses, and
joka921 May 13, 2024
4cccaac
Merging in the IN expression.
joka921 May 15, 2024
b79623b
Merge branch 'refs/heads/in-and-not-in' into use-named-graph
joka921 May 15, 2024
7c4a573
We have written our first FROM expression....
joka921 May 15, 2024
14d9414
Merged in the current master.
joka921 Jul 31, 2024
55d53a3
Merge branch 'master' into add-graph-column
joka921 Aug 16, 2024
74aeea4
Fix the merge bugs.
joka921 Aug 16, 2024
271b844
Fix bugs in tests and add the graph column to this and that.
joka921 Aug 16, 2024
8ac1c20
Merge this in... I think something is off here...
joka921 Aug 16, 2024
f4c78a7
Merge branch 'add-graph-column' into nquad-parser
joka921 Aug 16, 2024
c97793f
Include the NQuad Parser...
joka921 Aug 16, 2024
f0fc258
Merged everything, now
joka921 Aug 16, 2024
106dedb
Clang format.
joka921 Aug 16, 2024
d178b10
Fix some bugs...
joka921 Aug 16, 2024
046d72b
Fix some bugs...
joka921 Aug 16, 2024
2860ad3
Fix several bugs...
joka921 Aug 16, 2024
e7a0198
Merge branch 'add-graph-column' into nquad-parser
joka921 Aug 16, 2024
608d04f
Merge branch 'nquad-parser' into use-named-graph
joka921 Aug 16, 2024
14369e1
add Graph clauses...
joka921 Aug 16, 2024
86a7648
Fix several bugs.
joka921 Aug 16, 2024
d3fafde
Some logging.
joka921 Aug 16, 2024
a685db9
Another thing.
joka921 Aug 16, 2024
bd5bc36
Change a log.
joka921 Aug 16, 2024
eba78bc
Noch eine Chance.
joka921 Aug 16, 2024
09f21b5
Fix another bug...
joka921 Aug 16, 2024
a415305
Call the new file format `nq` and not `nquad`
Aug 20, 2024
b9229cb
At least the changes to the pattern creator survived...
joka921 Aug 26, 2024
7ea1913
Merge branch 'master' into special-ids-to-normal-ids
joka921 Aug 27, 2024
d608856
Merge branch 'master' into special-ids-to-normal-ids
joka921 Aug 27, 2024
ee8e0ad
Add the special IDs to the ordinary vocabulary.
joka921 Aug 27, 2024
b79ac1f
Compiling,
joka921 Aug 27, 2024
1b1adc8
This seems to work.
joka921 Aug 27, 2024
b32530e
A small improvement.
joka921 Aug 27, 2024
9601522
Merge branch 'special-ids-to-normal-ids' into use-named-graph
joka921 Aug 27, 2024
2469cf2
Merge in, still hacky.
joka921 Aug 27, 2024
0356a45
Add various comments and cleanups.
joka921 Aug 28, 2024
d1e85ee
Add various comments and cleanups.
joka921 Aug 29, 2024
f15c234
A round of reviews.
joka921 Aug 29, 2024
efeef68
A round of reviews.
joka921 Aug 29, 2024
f389bf7
Clang format.
joka921 Aug 29, 2024
48d6ca8
Merge branch 'special-ids-to-normal-ids' into use-named-graph
joka921 Aug 29, 2024
74766d3
Merge branch 'master' into use-named-graph
joka921 Aug 30, 2024
6c8d2e6
Merge branch 'master' into use-named-graph
joka921 Sep 5, 2024
b2b05f0
Including the graph filter into the IndexScan and Block metadata...
joka921 Sep 5, 2024
994dc9f
Merge branch 'named-graph-metadata' into use-named-graph
joka921 Sep 5, 2024
5303b23
A fix.
joka921 Sep 5, 2024
e9b76f0
Found out why the unit tests fail.
joka921 Sep 5, 2024
f3a38de
Better named graphs.
joka921 Sep 5, 2024
eae5a6d
Merge branch 'master' into use-named-graph
joka921 Sep 5, 2024
5d440f6
Merge remote-tracking branch 'origin/master' into use-named-graph
Sep 7, 2024
f38219f
Clang format
Sep 7, 2024
336f73a
Filter also by the graph.
joka921 Sep 10, 2024
6e9193f
Merge remote-tracking branch 'origin/use-named-graph' into use-named-…
joka921 Sep 10, 2024
af329f1
Try to add more metadata.
joka921 Sep 11, 2024
ef5743c
Fix some warnings for now, a lot of tests are still missing.
joka921 Sep 19, 2024
5433c67
Merge branch 'master' into use-named-graph
joka921 Sep 20, 2024
2a2e6b7
Rebased and fixed an assertion.
joka921 Sep 20, 2024
9569b75
Add some tests.
joka921 Sep 24, 2024
a45668c
Added some more tests,
joka921 Sep 24, 2024
3de269a
Add several tests.
joka921 Sep 24, 2024
649d223
Merge branch 'master' into named-graph-metadata
joka921 Sep 24, 2024
be5b474
Updated everything.
joka921 Sep 24, 2024
80ef7c8
Refactor and use the new info.
joka921 Sep 24, 2024
4082661
A round of reviews.
joka921 Sep 24, 2024
daa4bcf
Resolve conflict
Sep 24, 2024
1817a00
More small things...
joka921 Sep 24, 2024
2fd691b
Merge remote-tracking branch 'origin/named-graph-metadata' into named…
joka921 Sep 24, 2024
8e97463
Revised a few comments
Sep 24, 2024
f486109
Make the tests work again.
joka921 Sep 24, 2024
e76eb40
Merge remote-tracking branch 'origin/named-graph-metadata' into named…
joka921 Sep 24, 2024
76e8aa3
Fix everything from a review.
joka921 Sep 25, 2024
f5b4f8d
Merge branch 'named-graph-metadata' into use-named-graph
joka921 Sep 25, 2024
808ee41
Some initial tests for the query planner.
joka921 Sep 25, 2024
2d48441
Fixes
joka921 Sep 25, 2024
62e0e7d
Fix the compiler warning.
joka921 Sep 25, 2024
ea6bfa4
A round of reviews.
joka921 Sep 25, 2024
c540e64
last reviews.
joka921 Sep 25, 2024
54d3a66
Merge branch 'named-graph-metadata' into use-named-graph
joka921 Sep 25, 2024
0009143
A thorough round of reviews.
joka921 Sep 25, 2024
dc51cf8
Merge branch 'master' into use-named-graph
joka921 Sep 25, 2024
70e9b96
Fix the unit test compilation from refactoring.
joka921 Sep 26, 2024
02e3d6b
Add unit tests, and while doing so, fix some bugs in the query planner.
joka921 Sep 26, 2024
1091c5f
Also add tests for the Sparql parser.
joka921 Sep 26, 2024
fdf4716
Fix linkage for codecov.
joka921 Sep 26, 2024
109585b
Merge branch 'master' into use-named-graph
joka921 Sep 26, 2024
0394bba
Small further review changes.
joka921 Sep 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into add-graph-column
joka921 committed Aug 16, 2024
commit 55d53a3bd9d6052c4d9487f7f89848412337da7d

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.