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

Unify query planner and executor #307

Closed
wants to merge 58 commits into from
Closed
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
12462bf
correct grammatical errors
zesiar0 May 3, 2023
bb817af
fix: correct group subcommands
zesiar0 May 3, 2023
a6fab5a
fix: correct measure subcommands
zesiar0 May 3, 2023
69f1cc0
fix: correct stream subcommands
zesiar0 May 3, 2023
25a96ee
fix: correct indexRule subcommands
zesiar0 May 3, 2023
ccf32a5
Merge branch 'apache:main' into main
zesiar0 Jul 20, 2023
f10aa55
Merge branch 'apache:main' into main
zesiar0 Jul 27, 2023
54ba7dc
refactor: add topn_analyzer.go and topn_plan_scan.go
zesiar0 Jul 27, 2023
fe71b41
Merge branch 'main' into dev
lujiajing1126 Jul 31, 2023
86dec6c
add TopNExecutionContext, TIterator structure
zesiar0 Jul 31, 2023
b7a6c69
Merge branch 'apache:main' into main
zesiar0 Jul 31, 2023
a71bb3c
Merge remote-tracking branch 'origin/dev' into dev
zesiar0 Jul 31, 2023
993001b
delete original code
zesiar0 Jul 31, 2023
6b74c77
fix: format imports
zesiar0 Jul 31, 2023
2e3e5e1
Merge branch 'main' into dev
hanahmily Aug 1, 2023
da76cfe
add topn_plan_aggregation.go
zesiar0 Aug 1, 2023
54fdb4e
Merge remote-tracking branch 'origin/dev' into dev
zesiar0 Aug 1, 2023
3334e7e
Merge branch 'main' into dev
lujiajing1126 Aug 3, 2023
42a69fc
Merge branch 'main' into dev
lujiajing1126 Aug 10, 2023
4a73149
add wrapRequest structure
zesiar0 Aug 27, 2023
9949abe
Merge branch 'main' into dev
lujiajing1126 Aug 29, 2023
f5de599
update aggregation logic
zesiar0 Sep 6, 2023
1e83808
finish issue#10562
zesiar0 Sep 10, 2023
616e546
Merge branch 'main' into dev
wu-sheng Sep 10, 2023
3c0e594
delete unnecessary condition
zesiar0 Sep 10, 2023
a209138
fix: field alignment
zesiar0 Sep 11, 2023
7ca0735
fix lint error
zesiar0 Sep 11, 2023
eea56db
delete unnecessary condition
zesiar0 Sep 11, 2023
09f3f77
Merge branch 'apache:main' into main
zesiar0 Sep 11, 2023
0a2412a
delete unused structure
zesiar0 Sep 11, 2023
bbd9b61
resolve conflicts
zesiar0 Sep 11, 2023
b45c145
update distributed measure plan argument
zesiar0 Sep 11, 2023
47432ba
update processor_topn.go
zesiar0 Sep 11, 2023
5bcac90
Merge branch 'apache:main' into main
zesiar0 Sep 13, 2023
8abf83d
update processor_topn.go
zesiar0 Sep 11, 2023
998f86e
Merge remote-tracking branch 'origin/dev' into dev
zesiar0 Sep 13, 2023
856c008
Merge branch 'main' into dev
zesiar0 Sep 13, 2023
e4d484b
fix ci test
zesiar0 Sep 14, 2023
e83ab82
Merge remote-tracking branch 'origin/dev' into dev
zesiar0 Sep 14, 2023
0cc42af
fix imorts
zesiar0 Sep 14, 2023
09688b8
append topN tagFamilies to source measure
zesiar0 Sep 14, 2023
6adc948
Merge branch 'main' into dev
zesiar0 Sep 14, 2023
2d15277
Merge branch 'main' into dev
zesiar0 Sep 18, 2023
14706d7
Merge branch 'apache:main' into main
zesiar0 Sep 18, 2023
5801363
change variable name `transformContext` to `tc`
zesiar0 Sep 18, 2023
0bb5b19
modify `else` statment of WrapRequest getter methods
zesiar0 Sep 18, 2023
f70e3ce
add WrapRequest exported methods comments
zesiar0 Sep 18, 2023
fe40cb4
Merge branch 'apache:main' into main
zesiar0 Sep 19, 2023
cbf0192
Apply integration query test cases to a cluster (#333)
hanahmily Sep 19, 2023
e5a3101
add WrapRequest comments
zesiar0 Sep 19, 2023
835dc21
Merge branch 'main' into dev
zesiar0 Sep 19, 2023
43afd95
Merge remote-tracking branch 'origin/main'
zesiar0 Sep 19, 2023
cd73855
restore original topn processor code
zesiar0 Sep 19, 2023
0759f36
golangci-lint fix
zesiar0 Sep 19, 2023
62276a7
restore original distributed query code
zesiar0 Sep 19, 2023
317c07e
update processor_topn return type
zesiar0 Sep 20, 2023
e72b437
modify timestamp
zesiar0 Sep 20, 2023
cca5bcf
Merge branch 'apache:main' into dev
zesiar0 Sep 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading