Uses of Interface
org.apache.graphar.edges.EdgesCollection
-
Packages that use EdgesCollection Package Description org.apache.graphar.util -
-
Uses of EdgesCollection in org.apache.graphar.util
Methods in org.apache.graphar.util that return types with arguments of type EdgesCollection Modifier and Type Method Description Result<StdSharedPtr<EdgesCollection>>
GrapharStaticFunctions. constructEdgesCollection(StdSharedPtr<GraphInfo> graphInfo, StdString srcLabel, StdString edgeLabel, StdString dstLabel, AdjListType adjListType)
Construct the collection for a range of edges.Result<StdSharedPtr<EdgesCollection>>
GrapharStaticFunctions. constructEdgesCollection(StdSharedPtr<GraphInfo> graphInfo, StdString srcLabel, StdString edgeLabel, StdString dstLabel, AdjListType adjListType, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkBegin, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkEnd)
Construct the collection for a range of edges.
-