This is an automated email from the ASF dual-hosted git repository. lixueclaire pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git
The following commit(s) were added to refs/heads/main by this push: new fb0d92be chore(c++): update fwd.h to add label parameter (#652) fb0d92be is described below commit fb0d92bef0b1ce59583f6fd6678d7d89a888f992 Author: Liu Jiajun <939282...@qq.com> AuthorDate: Tue Feb 4 15:54:20 2025 +0800 chore(c++): update fwd.h to add label parameter (#652) Signed-off-by: Liu Jiajun <939282...@qq.com> --- cpp/src/graphar/fwd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/src/graphar/fwd.h b/cpp/src/graphar/fwd.h index 236f0798..fdb34b20 100644 --- a/cpp/src/graphar/fwd.h +++ b/cpp/src/graphar/fwd.h @@ -126,6 +126,7 @@ std::shared_ptr<AdjacentList> CreateAdjacentList( * @param type The type of the vertex * @param chunk_size The number of vertices in each vertex chunk * @param property_groups The property group vector of the vertex + * @param labels The labels of the vertex. * @param prefix The prefix of the vertex info. If left empty, the default * prefix will be set to the type of the vertex * @param version The format version of the vertex info --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@graphar.apache.org For additional commands, e-mail: commits-h...@graphar.apache.org