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.
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
Spatial join bounding box #1546
Spatial join bounding box #1546
Changes from 19 commits
e9ed3e4
ada2978
eeadcd7
127ba53
dcb60dd
be09a86
c4ddec6
122372b
12f3c13
213b02e
ecda249
97d039b
603ec46
3831da8
9ffaa0a
032eade
d50e2cc
24e31c6
8285355
56e1618
7d8b98b
89491a1
8743986
23f2ed2
ce5db45
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 354 in src/engine/SpatialJoin.cpp
Codecov / codecov/patch
src/engine/SpatialJoin.cpp#L354
Check warning on line 237 in src/engine/SpatialJoinAlgorithms.cpp
Codecov / codecov/patch
src/engine/SpatialJoinAlgorithms.cpp#L236-L237
Check warning on line 255 in src/engine/SpatialJoinAlgorithms.cpp
Codecov / codecov/patch
src/engine/SpatialJoinAlgorithms.cpp#L253-L255
Check warning on line 320 in src/engine/SpatialJoinAlgorithms.cpp
Codecov / codecov/patch
src/engine/SpatialJoinAlgorithms.cpp#L319-L320
Check warning on line 438 in src/engine/SpatialJoinAlgorithms.cpp
Codecov / codecov/patch
src/engine/SpatialJoinAlgorithms.cpp#L435-L438
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have to measure, It might be faster to create the index for the bigger IdTable.
But as everything else is symmetric, you should be able to easily switch this for experiments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's a point, which is already on my list for evaluations. I would postpone it until the evaluation phase if that's fine with you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Absolutely.
Check warning on line 453 in src/engine/SpatialJoinAlgorithms.cpp
Codecov / codecov/patch
src/engine/SpatialJoinAlgorithms.cpp#L450-L453
Check warning on line 463 in src/engine/SpatialJoinAlgorithms.cpp
Codecov / codecov/patch
src/engine/SpatialJoinAlgorithms.cpp#L461-L463
Check warning on line 476 in src/engine/SpatialJoinAlgorithms.cpp
Codecov / codecov/patch
src/engine/SpatialJoinAlgorithms.cpp#L474-L476
Check warning on line 494 in src/engine/SpatialJoinAlgorithms.cpp
Codecov / codecov/patch
src/engine/SpatialJoinAlgorithms.cpp#L493-L494