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

Generic hash join #1919

Merged
merged 1 commit into from
Aug 11, 2023

Add generic hash join

e8e0283
Select commit
Loading
Failed to load commit list.
Merged

Generic hash join #1919

Add generic hash join
e8e0283
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 11, 2023 in 0s

94.91% of diff hit (target 80.00%)

View this Pull Request on Codecov

94.91% of diff hit (target 80.00%)

Annotations

Check warning on line 90 in src/binder/expression/expression.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/binder/expression/expression.cpp#L90

Added line #L90 was not covered by tests

Check warning on line 315 in src/common/types/types.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/common/types/types.cpp#L315

Added line #L315 was not covered by tests

Check warning on line 136 in src/planner/operator/logical_hash_join.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/planner/operator/logical_hash_join.cpp#L136

Added line #L136 was not covered by tests

Check warning on line 245 in src/processor/operator/hash_join/join_hash_table.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/processor/operator/hash_join/join_hash_table.cpp#L243-L245

Added lines #L243 - L245 were not covered by tests

Check warning on line 260 in src/processor/operator/hash_join/join_hash_table.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/processor/operator/hash_join/join_hash_table.cpp#L258-L260

Added lines #L258 - L260 were not covered by tests

Check warning on line 289 in src/processor/operator/hash_join/join_hash_table.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/processor/operator/hash_join/join_hash_table.cpp#L287-L289

Added lines #L287 - L289 were not covered by tests

Check warning on line 304 in src/processor/operator/hash_join/join_hash_table.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/processor/operator/hash_join/join_hash_table.cpp#L302-L304

Added lines #L302 - L304 were not covered by tests