Commit e2e4b67
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 e2e4b67
13 files changed
Lines changed: 121 additions & 371 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 | | - | |
0 commit comments