This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
Go FROM query command,There is no way to tell which point is the beginning or end of the edge #1348
Labels
question
Type: question about the product
GO 1 To 2 STEPS FROM "482680108" OVER tick_change BIDIRECT WHERE tick_change.day>=20210823 AND tick_change.day<=20210823 YIELD DISTINCT tick_change._src AS src,tick_change._dst AS dst,tick_change.nums AS nums,tick_change.day as day,tick_change.cnt as cnt,tick_change.total_cost AS cost,tick_change.total_win AS win,"tick_change" AS tagname
The relationship between these two edges is actually 482680108->(nums:20)->522902110. 522902110->(NUMS :20)-> 482680108, but there is no way to determine.
How should you write the go from command?
The text was updated successfully, but these errors were encountered: