Uses of Interface
org.apache.graphar.readers.chunkinfo.AdjListChunkInfoReader
-
Packages that use AdjListChunkInfoReader Package Description org.apache.graphar.readers.chunkinfo org.apache.graphar.util -
-
Uses of AdjListChunkInfoReader in org.apache.graphar.readers.chunkinfo
Methods in org.apache.graphar.readers.chunkinfo that return AdjListChunkInfoReader Modifier and Type Method Description AdjListChunkInfoReader
AdjListChunkInfoReader.Factory. create(StdSharedPtr<EdgeInfo> edgeInfo, AdjListType adjListType, StdString prefix)
Initialize the AdjListChunkInfoReader. -
Uses of AdjListChunkInfoReader in org.apache.graphar.util
Methods in org.apache.graphar.util that return types with arguments of type AdjListChunkInfoReader Modifier and Type Method Description Result<StdSharedPtr<AdjListChunkInfoReader>>
GrapharStaticFunctions. constructAdjListChunkInfoReader(StdSharedPtr<GraphInfo> graphInfo, StdString srcLabel, StdString edgeLabel, StdString dstLabel, AdjListType adjListType)
Helper function to Construct AdjListChunkInfoReader.
-