Interface VertexPropertyArrowChunkReader.Factory
-
- Enclosing interface:
- VertexPropertyArrowChunkReader
public static interface VertexPropertyArrowChunkReader.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VertexPropertyArrowChunkReader
create(StdSharedPtr<VertexInfo> vertexInfo, StdSharedPtr<PropertyGroup> propertyGroup, StdString prefix)
Initialize the VertexPropertyArrowChunkReader.
-
-
-
Method Detail
-
create
VertexPropertyArrowChunkReader create(StdSharedPtr<VertexInfo> vertexInfo, StdSharedPtr<PropertyGroup> propertyGroup, StdString prefix)
Initialize the VertexPropertyArrowChunkReader.- Parameters:
vertexInfo
- The vertex info that describes the vertex type.propertyGroup
- The property group that describes the property group.prefix
- The absolute prefix.
-
-