You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* make GroupByTest more interesting
* predicate mappings use translated query predicates
* pullUp and propagation of pull up structure during compensate call
* save point
* refactored pruning iterator
* save point before refactoring max match maps to query value post order traversal
* save point
* save-point
* progress on the pullup of predicates
* pull up seems to be code-complete
* save point 2
* added translations to result values
* fixing things
* changed matched quantifier map back to matched quantifier set
* pull up shenanigans
* pull up seems to work for residuals
* nullability problems
* make selects not match if not all for each quantifiers are matched
* proper rebase
* existential planning works now
* major fixes so far done
* fixing stuff
* ranked indexes work
* fix order from plan for aggregate index scans
* save point before m3 calculate refactoring
* some refactoring to enumerate all expansions
* dp algorithm for m3 matching
* simple testcases work
* deeplyy nested test case works
* refactored Values explain and M3 maps calculate
* all known bugs fixed
* fixing more bugs
* memoization for predicate pull ups
* adding test cases
* all tests pass
* version value fix
* adding documentation to MaxMatchMap
* adjusts due to the rebase
* adjust for null on empty
* enable implicit groupings
* add unit test and address more comments
* performance improvements to short circuit the computation of max match maps
* addressing yhatem's comments
Copy file name to clipboardExpand all lines: fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/metadata/expressions/VersionKeyExpression.java
Copy file name to clipboardExpand all lines: fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/provider/foundationdb/IndexScanComparisons.java
+5-3
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ public Set<CorrelationIdentifier> getCorrelatedTo() {
Copy file name to clipboardExpand all lines: fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/provider/foundationdb/IndexScanParameters.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ public interface IndexScanParameters extends PlanHashable, Correlated<IndexScanP
Copy file name to clipboardExpand all lines: fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/provider/foundationdb/MultidimensionalIndexScanComparisons.java
+9-5
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ public Set<CorrelationIdentifier> getCorrelatedTo() {
Copy file name to clipboardExpand all lines: fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/query/expressions/QueryRecordFunctionWithComparison.java
Copy file name to clipboardExpand all lines: fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/query/expressions/RecordTypeKeyComparison.java
0 commit comments