Interface AdjListPropertyArrowChunkReader.Factory
-
- Enclosing interface:
- AdjListPropertyArrowChunkReader
public static interface AdjListPropertyArrowChunkReader.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdjListPropertyArrowChunkReader
create(AdjListPropertyArrowChunkReader other)
Copy constructor.AdjListPropertyArrowChunkReader
create(StdSharedPtr<EdgeInfo> edgeInfo, StdSharedPtr<PropertyGroup> propertyGroup, AdjListType adjListType, StdString prefix)
Initialize the AdjListPropertyArrowChunkReader.
-
-
-
Method Detail
-
create
AdjListPropertyArrowChunkReader create(StdSharedPtr<EdgeInfo> edgeInfo, StdSharedPtr<PropertyGroup> propertyGroup, AdjListType adjListType, StdString prefix)
Initialize the AdjListPropertyArrowChunkReader.- Parameters:
edgeInfo
- The edge info that describes the edge type.propertyGroup
- The property group that describes the property group.adjListType
- The adj list type for the edges.prefix
- The absolute prefix.
-
create
AdjListPropertyArrowChunkReader create(AdjListPropertyArrowChunkReader other)
Copy constructor.
-
-