matching stats as join table#3835
Open
awildturtok wants to merge 68 commits into
Open
Conversation
# Conflicts: # backend/src/main/java/com/bakdata/conquery/mode/local/LocalStorageListener.java
… SqlMatchingStats easier
Also fixes a case, where missing entries were not registered to the root.
…tats-as-sql-function # Conflicts: # backend/src/main/java/com/bakdata/conquery/models/messages/namespaces/specific/UpdateMatchingStatsMessage.java
(experimental)
(this is a bit absurd tbh)
awildturtok
commented
Apr 9, 2026
Comment on lines
+19
to
+20
| @Data | ||
| public abstract class StorageListener<T extends Namespace>{ |
Collaborator
Author
There was a problem hiding this comment.
Ich hatte glaube ich gehofft mehr logik zu vereinheitlichen, bin auch nicht deiner Meinung. Aber hier ist es definitiv die klasse wert.
thoniTUB
reviewed
Apr 10, 2026
thoniTUB
left a comment
Collaborator
There was a problem hiding this comment.
Ich muss nochmal weiter machen.
thoniTUB
reviewed
Apr 14, 2026
thoniTUB
reviewed
Apr 14, 2026
37845a2 to
ec0a4cb
Compare
…able' into feature/matching-stats-as-join-table
thoniTUB
reviewed
Apr 21, 2026
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "type": "QUERY_TEST", | |||
| "sqlSpec": { | |||
| "isEnabled": true | |||
| "isEnabled": false | |||
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "type": "QUERY_TEST", | |||
| "sqlSpec": { | |||
| "isEnabled": true | |||
| "isEnabled": false | |||
awildturtok
commented
Jun 2, 2026
| Taking the short example from above, we want to explain how we do this using the | ||
| [AnsiSqlIntervalPacker](./AnsiSqlIntervalPacker.java). To outline, we need to | ||
| create 3 consecutive common table expressions (CTE): | ||
| create 3 consecutive common table conceptConditions (CTE): |
Collaborator
Author
There was a problem hiding this comment.
Suggested change
| create 3 consecutive common table conceptConditions (CTE): | |
| create 3 consecutive common table expressions (CTE): |
# Conflicts: # backend/src/main/java/com/bakdata/conquery/sql/conversion/cqelement/CQExternalConverter.java # backend/src/main/java/com/bakdata/conquery/sql/conversion/cqelement/CQYesConverter.java # backend/src/main/java/com/bakdata/conquery/sql/conversion/cqelement/concept/CQConceptConverter.java # backend/src/main/java/com/bakdata/conquery/sql/conversion/dialect/SqlFunctionProvider.java # backend/src/main/java/com/bakdata/conquery/sql/conversion/dialect/hana/HanaSqlFunctionProvider.java # backend/src/main/java/com/bakdata/conquery/sql/conversion/dialect/pg/PostgreSqlFunctionProvider.java # backend/src/main/java/com/bakdata/conquery/sql/conversion/forms/AbsoluteStratification.java # backend/src/main/java/com/bakdata/conquery/sql/conversion/model/ColumnDateRange.java # backend/src/main/java/com/bakdata/conquery/sql/conversion/model/SqlIdColumns.java # backend/src/main/java/com/bakdata/conquery/sql/conversion/model/StratificationSqlIdColumns.java # backend/src/main/java/com/bakdata/conquery/util/TablePrimaryColumnUtil.java # backend/src/test/java/com/bakdata/conquery/integration/json/SqlTestDataImporter.java
402d93d to
5f7fdee
Compare
…able' into feature/matching-stats-as-join-table
awildturtok
commented
Jun 8, 2026
awildturtok
commented
Jun 8, 2026
awildturtok
commented
Jun 8, 2026
awildturtok
commented
Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Eine Beispielhafte join-table könnte folgende Einträge enthalten:
im Falle von ColumnEquals wären dann noch weitere Spalten dabei. Bei PRESENT/EMPTY wären stattdessen true/false drin, die dann im join abgebildet werden.