Interface AdjListArrowChunkReader.Factory
-
- Enclosing interface:
- AdjListArrowChunkReader
public static interface AdjListArrowChunkReader.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdjListArrowChunkReadercreate(StdSharedPtr<EdgeInfo> edgeInfo, AdjListType adjListType, StdString prefix)Initialize the AdjListOffsetArrowChunkReader.
-
-
-
Method Detail
-
create
AdjListArrowChunkReader 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.
-
-