Commit 11a9d06
refactor+docs(gfql): precise ops type + CHANGELOG for #1749 (review c5)
ops: Sequence[Any] -> Sequence[ASTObject] (call site passes List[ASTObject]; ASTObject
added to the TYPE_CHECKING import). DRY vs pandas assessed: the docstring documents the
mirror of _gfql_cartesian_node_bindings_row_table — cross-engine (pandas .merge vs polars
.join) sharing would add indirection without removing real duplication; the value is
parity via faithful column-contract mirroring. CHANGELOG [Development]/Fixed entry added.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y6dQEcjdazEnzuvuwf73ZL1 parent b4aae28 commit 11a9d06
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
872 | 873 | | |
873 | 874 | | |
874 | 875 | | |
875 | | - | |
| 876 | + | |
876 | 877 | | |
877 | 878 | | |
878 | 879 | | |
| |||
0 commit comments