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