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
Implement filter pushdown #3482
Implement filter pushdown #3482
Changes from 24 commits
f5788f2
72f2e1d
f6e36b0
5141502
0d681c9
2dd2858
d513266
5ca65ab
2d74e61
bdd93f1
877f250
5390e76
8a20423
768b609
9ab2c51
ece795f
b114287
15ea39d
07596b8
8c0fb46
a4e4730
3942594
f4e4e6d
7f23988
1a06a94
32a8c18
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 61 in internal/backends/postgresql/collection.go
Codecov / codecov/patch
internal/backends/postgresql/collection.go#L59-L61
Check warning on line 82 in internal/backends/postgresql/collection.go
Codecov / codecov/patch
internal/backends/postgresql/collection.go#L80-L82
Check warning on line 87 in internal/backends/postgresql/collection.go
Codecov / codecov/patch
internal/backends/postgresql/collection.go#L84-L87
Check warning on line 91 in internal/backends/postgresql/collection.go
Codecov / codecov/patch
internal/backends/postgresql/collection.go#L89-L91
Check warning on line 263 in internal/backends/postgresql/collection.go
Codecov / codecov/patch
internal/backends/postgresql/collection.go#L262-L263
Check warning on line 265 in internal/backends/postgresql/collection.go
Codecov / codecov/patch
internal/backends/postgresql/collection.go#L265
Check warning on line 275 in internal/backends/postgresql/collection.go
Codecov / codecov/patch
internal/backends/postgresql/collection.go#L274-L275
Check warning on line 285 in internal/backends/postgresql/collection.go
Codecov / codecov/patch
internal/backends/postgresql/collection.go#L278-L285
Check warning on line 289 in internal/backends/postgresql/collection.go
Codecov / codecov/patch
internal/backends/postgresql/collection.go#L287-L289
Check warning on line 292 in internal/backends/postgresql/collection.go
Codecov / codecov/patch
internal/backends/postgresql/collection.go#L292
Check warning on line 305 in internal/backends/postgresql/collection.go
Codecov / codecov/patch
internal/backends/postgresql/collection.go#L303-L305
Check warning on line 40 in internal/backends/postgresql/query.go
Codecov / codecov/patch
internal/backends/postgresql/query.go#L35-L40
Check warning on line 59 in internal/backends/postgresql/query.go
Codecov / codecov/patch
internal/backends/postgresql/query.go#L59
Check warning on line 84 in internal/backends/postgresql/query.go
Codecov / codecov/patch
internal/backends/postgresql/query.go#L78-L84
Check warning on line 100 in internal/backends/postgresql/query.go
Codecov / codecov/patch
internal/backends/postgresql/query.go#L100
Check warning on line 122 in internal/backends/postgresql/query.go
Codecov / codecov/patch
internal/backends/postgresql/query.go#L122
Check warning on line 134 in internal/backends/postgresql/query.go
Codecov / codecov/patch
internal/backends/postgresql/query.go#L133-L134
Check warning on line 140 in internal/backends/postgresql/query.go
Codecov / codecov/patch
internal/backends/postgresql/query.go#L137-L140
Check warning on line 144 in internal/backends/postgresql/query.go
Codecov / codecov/patch
internal/backends/postgresql/query.go#L144
Check warning on line 154 in internal/backends/postgresql/query.go
Codecov / codecov/patch
internal/backends/postgresql/query.go#L153-L154
Check warning on line 174 in internal/backends/postgresql/query.go
Codecov / codecov/patch
internal/backends/postgresql/query.go#L174
Check warning on line 186 in internal/backends/postgresql/query.go
Codecov / codecov/patch
internal/backends/postgresql/query.go#L184-L186
Check warning on line 211 in internal/backends/postgresql/query.go
Codecov / codecov/patch
internal/backends/postgresql/query.go#L209-L211
Check warning on line 215 in internal/backends/postgresql/query.go
Codecov / codecov/patch
internal/backends/postgresql/query.go#L213-L215
Check warning on line 224 in internal/backends/postgresql/query.go
Codecov / codecov/patch
internal/backends/postgresql/query.go#L223-L224