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

Implement lazy join #1524

Open
wants to merge 37 commits into
base: master
Choose a base branch
from

Skip undefined if guaranteed to be undefined

ac63c9c
Select commit
Loading
Failed to load commit list.
Open

Implement lazy join #1524

Skip undefined if guaranteed to be undefined
ac63c9c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 6, 2024 in 0s

61.95% of diff hit (target 88.18%)

View this Pull Request on Codecov

61.95% of diff hit (target 88.18%)

Annotations

Check warning on line 186 in src/engine/AddCombinedRowToTable.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/AddCombinedRowToTable.h#L184-L186

Added lines #L184 - L186 were not covered by tests

Check warning on line 64 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 67 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L67

Added line #L67 was not covered by tests

Check warning on line 235 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L234-L235

Added lines #L234 - L235 were not covered by tests

Check warning on line 452 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L452

Added line #L452 was not covered by tests

Check warning on line 457 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L454-L457

Added lines #L454 - L457 were not covered by tests

Check warning on line 463 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L459-L463

Added lines #L459 - L463 were not covered by tests

Check warning on line 468 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L466-L468

Added lines #L466 - L468 were not covered by tests

Check warning on line 476 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L470-L476

Added lines #L470 - L476 were not covered by tests

Check warning on line 479 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L479

Added line #L479 was not covered by tests

Check warning on line 484 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L481-L484

Added lines #L481 - L484 were not covered by tests

Check warning on line 513 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L491-L513

Added lines #L491 - L513 were not covered by tests

Check warning on line 515 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L515

Added line #L515 was not covered by tests

Check warning on line 525 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L519-L525

Added lines #L519 - L525 were not covered by tests

Check warning on line 529 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L527-L529

Added lines #L527 - L529 were not covered by tests

Check warning on line 534 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L531-L534

Added lines #L531 - L534 were not covered by tests

Check warning on line 539 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L536-L539

Added lines #L536 - L539 were not covered by tests

Check warning on line 543 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L541-L543

Added lines #L541 - L543 were not covered by tests

Check warning on line 545 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L545

Added line #L545 was not covered by tests

Check warning on line 549 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L547-L549

Added lines #L547 - L549 were not covered by tests

Check warning on line 710 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L710

Added line #L710 was not covered by tests

Check warning on line 782 in src/engine/Join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/engine/Join.cpp#L782

Added line #L782 was not covered by tests

Check warning on line 137 in src/index/IndexImpl.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/index/IndexImpl.cpp#L137

Added line #L137 was not covered by tests

Check warning on line 1030 in src/util/JoinAlgorithms/JoinAlgorithms.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/util/JoinAlgorithms/JoinAlgorithms.h#L1030

Added line #L1030 was not covered by tests

Check warning on line 1389 in src/util/JoinAlgorithms/JoinAlgorithms.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/util/JoinAlgorithms/JoinAlgorithms.h#L1389

Added line #L1389 was not covered by tests