Result<StdSharedPtr<AdjListArrowChunkReader>> |
GrapharStaticFunctions.constructAdjListArrowChunkReader(StdSharedPtr<GraphInfo> graphInfo,
StdString srcLabel,
StdString edgeLabel,
StdString dstLabel,
AdjListType adjListType) |
Helper function to Construct AdjListArrowChunkReader.
|
Result<StdSharedPtr<AdjListChunkInfoReader>> |
GrapharStaticFunctions.constructAdjListChunkInfoReader(StdSharedPtr<GraphInfo> graphInfo,
StdString srcLabel,
StdString edgeLabel,
StdString dstLabel,
AdjListType adjListType) |
Helper function to Construct AdjListChunkInfoReader.
|
Result<StdSharedPtr<AdjListOffsetArrowChunkReader>> |
GrapharStaticFunctions.constructAdjListOffsetArrowChunkReader(StdSharedPtr<GraphInfo> graphInfo,
StdString srcLabel,
StdString edgeLabel,
StdString dstLabel,
AdjListType adjListType) |
Helper function to Construct AdjListOffsetArrowChunkReader.
|
Result<StdSharedPtr<AdjListPropertyArrowChunkReader>> |
GrapharStaticFunctions.constructAdjListPropertyArrowChunkReader(StdSharedPtr<GraphInfo> graphInfo,
StdString srcLabel,
StdString edgeLabel,
StdString dstLabel,
StdSharedPtr<PropertyGroup> propertyGroup,
AdjListType adjListType) |
Helper function to Construct AdjListPropertyArrowChunkReader.
|
Result<StdSharedPtr<AdjListPropertyChunkInfoReader>> |
GrapharStaticFunctions.constructAdjListPropertyChunkInfoReader(StdSharedPtr<GraphInfo> graphInfo,
StdString srcLabel,
StdString edgeLabel,
StdString dstLabel,
StdSharedPtr<PropertyGroup> propertyGroup,
AdjListType adjListType) |
Helper function to Construct AdjListPropertyChunkInfoReader.
|
Result<StdSharedPtr<EdgesCollection>> |
GrapharStaticFunctions.constructEdgesCollection(StdSharedPtr<GraphInfo> graphInfo,
StdString srcLabel,
StdString edgeLabel,
StdString dstLabel,
AdjListType adjListType) |
Construct the collection for a range of edges.
|
Result<StdSharedPtr<EdgesCollection>> |
GrapharStaticFunctions.constructEdgesCollection(StdSharedPtr<GraphInfo> graphInfo,
StdString srcLabel,
StdString edgeLabel,
StdString dstLabel,
AdjListType adjListType,
@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkBegin,
@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkEnd) |
Construct the collection for a range of edges.
|
Result<StdSharedPtr<VertexPropertyArrowChunkReader>> |
GrapharStaticFunctions.constructVertexPropertyArrowChunkReader(StdSharedPtr<GraphInfo> graphInfo,
StdString label,
StdSharedPtr<PropertyGroup> propertyGroup) |
Helper function to Construct VertexPropertyArrowChunkReader.
|
Result<StdSharedPtr<VertexPropertyChunkInfoReader>> |
GrapharStaticFunctions.constructVertexPropertyChunkInfoReader(StdSharedPtr<GraphInfo> graphInfo,
StdString label,
StdSharedPtr<PropertyGroup> propertyGroup) |
Helper function to Construct VertexPropertyChunkInfoReader.
|
Result<StdSharedPtr<VerticesCollection>> |
GrapharStaticFunctions.constructVerticesCollection(StdSharedPtr<GraphInfo> graphInfo,
StdString label) |
Construct the collection for vertices with specific label.
|