-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(format): add segment for info in protobuf definiton (#618)
* feat(format): add segment for info in protobuf definiton Signed-off-by: acezen <[email protected]> * Reset that vertices and edges are the paths to vertex info and edge info Signed-off-by: acezen <[email protected]> * Update --------- Signed-off-by: acezen <[email protected]>
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,5 @@ message VertexInfo { | |
int64 num_chunks = 2; | ||
} | ||
optional Statistics statistics = 5; | ||
string version = 6; | ||
}; |