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