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
Introduce operator of window function. #14213
Introduce operator of window function. #14213
Changes from all commits
65d341c
e8c2a14
121439f
6366d71
e558834
0eca37a
54571b2
b4741a1
80fa918
b79a557
b68f2c7
b1d7db8
55684e8
465bce7
922d3c3
fe21202
d5e5622
e05b79d
6cb7d00
488a3ae
3839bdf
4849895
a7db416
af656e2
631a367
7d4ae3c
ddf84cd
ca9b93c
c937900
9a785d7
3a08721
5d9c5b0
07f1d9f
6f4ebed
cb79108
7cfb26b
e7e35e5
3499f05
35f4d25
f62b41e
74c61e9
792c1e6
7d34c3b
29983b6
38f31a3
e04917c
241e6ec
42f4ec7
2b45b3a
8023f1d
5967017
fae3a63
aa55f6d
0f1912d
46c525f
3ba4a72
5d376ae
28a58ad
1b2270d
b2ef78b
e406ebd
5782043
f7471f3
6b07f8e
75d0454
5f42807
c5bc897
a4c97ab
ab111ad
be505c3
d8381b4
c12995e
18d240d
da891c9
2422d2e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
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.
Can WindowAggregator use statistics?
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.
Theoretically yes, but it's really rare. A frame must not be smaller than a chunk/page/tsfile so that it can use its statistics.
So I choose to remain this method.