Commit 68186f8
docs(adr): ADR 0010 → Implemented; Phase 3 superseded by ADR 0013
Phases 0/1/2 (lazy decode for 1:1 transforms — ALP, FoR, ZigZag) shipped
over 2026-06-14 — 2026-06-15. Update status from Proposed to Implemented
and add an Outcome section noting:
- Phase 1 — Array hierarchy refactor to non-sealed interfaces.
- Phase 2 — LazyAlpDouble/Float, LazyForLong/Int, LazyZigZagLong/Int
records; ArraySegments.of(arr, arena) materialise fallback.
- Pattern generalised beyond 1:1 transforms: ADR 0012 (lazy
Chunked / Dict / VarBin) plus vortex.runend, vortex.sparse, and
fastlanes.rle adopted the same top-level record + materialise-fallback
shape (see LazyRunEnd*, LazySparse*, LazyRle* in reader.array).
Phase 3 (compute pushdown) is superseded by ADR 0013 — that ADR lands
the masks-and-kernels framework Phase 3 sketched, plus the wider design
needed for pushdown to compose across the lazy storage types from
ADRs 0010 and 0012.
Also update docs/adr/ADR.md index entry from Proposed to Implemented.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent f35f9a9 commit 68186f8
2 files changed
Lines changed: 34 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
606 | 607 | | |
607 | 608 | | |
608 | 609 | | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
609 | 641 | | |
610 | 642 | | |
611 | 643 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
0 commit comments