Skip to content

Commit

Permalink
Cleanup graph dataset iterators
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu committed Feb 6, 2023
1 parent 7470a4a commit 7b90780
Show file tree
Hide file tree
Showing 12 changed files with 1,127 additions and 992 deletions.
5 changes: 4 additions & 1 deletion src/graph/context/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ nebula_add_library(
QueryContext.cpp
QueryExpressionContext.cpp
ExecutionContext.cpp
Iterator.cpp
Result.cpp
Symbols.cpp
iterator/GetNeighborsIter.cpp
iterator/Iterator.cpp
iterator/PropIter.cpp
iterator/SequentialIter.cpp
)


Expand Down
Loading

0 comments on commit 7b90780

Please sign in to comment.