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