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