Skip to content

Commit 933920b

Browse files
Tobias Hafnervogti
authored andcommitted
Add placeholder message for path results in graphs
1 parent d59340c commit 933920b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

org/polypheny/prism/value.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,10 @@ message ProtoEdge {
333333
}
334334
}
335335

336+
/*
337+
* This message represents an edge in the labeled property graph model.
338+
* Paths cannot yet be returned by polypheny. This message thus is a placeholder to be implemented once the functionality is provided.
339+
*/
336340
message ProtoPath {
337341

338342
}

0 commit comments

Comments
 (0)