You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add Diátaxis reference doc; trim README; fix tutorial/how-to
Add docs/reference.md as the canonical API/CLI surface. Trim README
to landing-page role (install + one minimal example + doc map). Fix
tutorial bug (DType.UTF8 → new DType.Utf8(false)) and drop reference
creep (PType enum, CLI section). Drop wrong operator list in how-to
(Neq/Gt/Lt are not in the Java API) and link to reference instead.
Add cross-links between explanation, reference, and compatibility.
Add TODO entry to expose Neq/Gt/Lt on RowFilter.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: TODO.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,8 @@
74
74
75
75
## API
76
76
77
+
-[ ] Add `RowFilter.Neq`, `RowFilter.Gt`, `RowFilter.Lt` to the Java API. Currently only `Gte`, `Lte`, `Eq`, `And` are exposed; the CLI lowers `>`, `<`, `!=` onto the supported set.
78
+
77
79
-[ ] Use domain primitives (`UInt32`, `UInt64`, etc.) as value classes via Project Valhalla instead of raw `long`/`int`
78
80
- See https://dfa1.github.io/articles/rethink-domain-primitives-with-valhalla
0 commit comments