Commit 4af8953
refactor: switch consumer imports to asap_sketchlib::sketches::*
Update PR #307 against the reorganized asap_sketchlib (PR #36) — runtime
sketches now live in the existing src/sketches/ layout (single home per
sketch concept), not under a separate `asap::` namespace.
Path swaps in asap-query-engine (legacy fork; smaller surface than
ASAPQuery-backend — no DDSketch / CountSketch / HllSketch accumulators):
- asap_sketchlib::asap::count_min::* → ::sketches::countmin::*
- asap_sketchlib::asap::kll::* → ::sketches::kll::*
- asap_sketchlib::asap::count_min_with_heap::* → ::sketches::cms_heap::*
- asap_sketchlib::asap::hydra_kll::* → ::sketches::hydra_kll::*
- asap_sketchlib::asap::set_aggregator::* → ::sketches::set_aggregator::*
- asap_sketchlib::asap::delta_set_aggregator::* → ::sketches::delta_set_aggregator::*
- asap_sketchlib::asap::config::* → ::asap_runtime::*
Rename carried through:
- HeapItem → CmsHeapItem (avoids common::input::HeapItem collision)
main.rs aliases asap_runtime as `config` so existing clap-derive references
keep working.
Tests:
- cargo check -p query_engine_rust → clean
- cargo test -p query_engine_rust --lib precompute_operators → 87 passed, 0 failed
Depends on ProjectASAP/asap_sketchlib#36 (force-pushed e473ccc).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 5f50ff9 commit 4af8953
13 files changed
Lines changed: 40 additions & 294 deletions
File tree
- asap-query-engine
- src
- precompute_engine
- precompute_operators
- tests
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
62 | | - | |
| 61 | + | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
81 | | - | |
82 | 80 | | |
83 | 81 | | |
84 | 82 | | |
| |||
93 | 91 | | |
94 | 92 | | |
95 | 93 | | |
96 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 1 | | |
15 | 2 | | |
16 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
115 | 113 | | |
116 | 114 | | |
117 | 115 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | 116 | | |
131 | 117 | | |
132 | 118 | | |
| |||
206 | 192 | | |
207 | 193 | | |
208 | 194 | | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | 195 | | |
218 | 196 | | |
219 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
776 | 776 | | |
777 | 777 | | |
778 | 778 | | |
779 | | - | |
| 779 | + | |
780 | 780 | | |
781 | 781 | | |
782 | 782 | | |
| |||
0 commit comments