Skip to content

Commit 2099b7f

Browse files
lmeyerovclaude
andcommitted
docs(reentry): list runtime + execution modules in subpackage docstring
Wave-2 review nit: the subpackage docstring listed naming/scope/carry/rewrite but not the existing `runtime` (compile-time rewrites) or the new `execution` (data-frame stitching). Adds both for grep-navigability. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 062a1f9 commit 2099b7f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

graphistry/compute/gfql/cypher/reentry/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
- prefix carry-column / order helpers (``carry``)
77
- AST/query rewriters that retarget reentry expressions onto carried columns
88
(``rewrite``)
9+
- compile-time bounded-reentry query rewrites (``runtime``)
10+
- data-frame execution stitching for bounded reentry (``execution``; #987 Step 3)
911
1012
Public symbols are re-exported from ``cypher.lowering`` so existing imports
1113
(``from graphistry.compute.gfql.cypher.lowering import _reentry_hidden_column_name``)

0 commit comments

Comments
 (0)