Uses of Interface
org.apache.graphar.readers.arrowchunk.VertexPropertyArrowChunkReader
-
Packages that use VertexPropertyArrowChunkReader Package Description org.apache.graphar.readers.arrowchunk org.apache.graphar.util -
-
Uses of VertexPropertyArrowChunkReader in org.apache.graphar.readers.arrowchunk
Methods in org.apache.graphar.readers.arrowchunk that return VertexPropertyArrowChunkReader Modifier and Type Method Description VertexPropertyArrowChunkReader
VertexPropertyArrowChunkReader.Factory. create(StdSharedPtr<VertexInfo> vertexInfo, StdSharedPtr<PropertyGroup> propertyGroup, StdString prefix)
Initialize the VertexPropertyArrowChunkReader. -
Uses of VertexPropertyArrowChunkReader in org.apache.graphar.util
Methods in org.apache.graphar.util that return types with arguments of type VertexPropertyArrowChunkReader Modifier and Type Method Description Result<StdSharedPtr<VertexPropertyArrowChunkReader>>
GrapharStaticFunctions. constructVertexPropertyArrowChunkReader(StdSharedPtr<GraphInfo> graphInfo, StdString label, StdSharedPtr<PropertyGroup> propertyGroup)
Helper function to Construct VertexPropertyArrowChunkReader.
-