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