Package org.apache.graphar.vertices
Interface VertexIter.Factory
-
- Enclosing interface:
- VertexIter
public static interface VertexIter.FactoryThe add operator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VertexItercreate(StdSharedPtr<VertexInfo> vertexInfo, StdString prefix, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long offset)Initialize the iterator.
-
-
-
Method Detail
-
create
VertexIter create(StdSharedPtr<VertexInfo> vertexInfo, StdString prefix, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long offset)
Initialize the iterator.- Parameters:
vertexInfo- The vertex info that describes the vertex type.prefix- The absolute prefix.offset- The current offset of the readers.
-
-