Interface AdjListOffsetArrowChunkReader.Factory
-
- Enclosing interface:
- AdjListOffsetArrowChunkReader
public static interface AdjListOffsetArrowChunkReader.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdjListOffsetArrowChunkReadercreate(StdSharedPtr<EdgeInfo> edgeInfo, AdjListType adjListType, StdString prefix)Initialize the AdjListOffsetArrowChunkReader.
-
-
-
Method Detail
-
create
AdjListOffsetArrowChunkReader create(StdSharedPtr<EdgeInfo> edgeInfo, AdjListType adjListType, StdString prefix)
Initialize the AdjListOffsetArrowChunkReader.- Parameters:
edgeInfo- The edge info that describes the edge type.adjListType- The adj list type for the edges. Note that the adj list type must be AdjListType::ordered_by_source or AdjListType::ordered_by_dest.prefix- The absolute prefix.
-
-