Thespica commented on issue #667: URL: https://github.com/apache/incubator-graphar/issues/667#issuecomment-2697321974
VertexInfo and EdgeInfo can check if a PropertyGroup is in the info: https://github.com/apache/incubator-graphar/blob/0bf48c1f4a254a06ced3dff1f5c116272bb4b11a/maven-projects/info/src/main/java/org/apache/graphar/info/VertexInfo.java#L95-L97 https://github.com/apache/incubator-graphar/blob/0bf48c1f4a254a06ced3dff1f5c116272bb4b11a/maven-projects/info/src/main/java/org/apache/graphar/info/EdgeInfo.java#L142-L144 And we can also get a PropertyGroup by type of a Propery which is in this PG in an EdgeInfo(yes, VertexInfo seems missed that method. Maybe this function should be called `getBelongedPropertyGroup`?): https://github.com/apache/incubator-graphar/blob/0bf48c1f4a254a06ced3dff1f5c116272bb4b11a/maven-projects/info/src/main/java/org/apache/graphar/info/EdgeInfo.java#L158-L160 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@graphar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@graphar.apache.org For additional commands, e-mail: commits-h...@graphar.apache.org