Interface AdjListOffsetArrowChunkReader.Factory

    • 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.