about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2026-08-27 01:04:01 +0100
committerArun Isaac2026-08-27 01:10:12 +0100
commit07e70427718f673a332b8a2a9dc74f80284e115e (patch)
treecc1cd2461e9315588a1a36e0411839856bc24bc7
parent44bf36e5f7ae7db6c499daadbfa25b46ed12e893 (diff)
downloaddomagi-07e70427718f673a332b8a2a9dc74f80284e115e.tar.gz
domagi-07e70427718f673a332b8a2a9dc74f80284e115e.tar.lz
domagi-07e70427718f673a332b8a2a9dc74f80284e115e.zip
Comment on extract-node-traversal.sql.
-rw-r--r--domagi/extract-node-traversal.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/domagi/extract-node-traversal.sql b/domagi/extract-node-traversal.sql
index cfad925..713f599 100644
--- a/domagi/extract-node-traversal.sql
+++ b/domagi/extract-node-traversal.sql
@@ -1,3 +1,5 @@
+-- Start with the specified segment and traverse the graph up to a
+-- specified distance picking up more segments along the way.
 CREATE TEMPORARY TABLE selected_segment AS
   WITH RECURSIVE
     cte (id, distance) AS (