Status |
EdgeChunkWriter.sortAndWriteAdjListTable(StdSharedPtr<ArrowTable> inputTable,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long startChunkIndex) |
Sort the edges, and write the adj list chunks for the edges of a vertex chunk.
|
Status |
EdgeChunkWriter.sortAndWriteAdjListTable(StdSharedPtr<ArrowTable> inputTable,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long startChunkIndex,
ValidateLevel validateLevel) |
Sort the edges, and write the adj list chunks for the edges of a vertex chunk.
|
Status |
EdgeChunkWriter.sortAndWritePropertyTable(StdSharedPtr<ArrowTable> inputTable,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long startChunkIndex,
ValidateLevel validateLevel) |
Sort the edges, and write chunks of all property groups for the edges of a vertex chunk.
|
Status |
EdgeChunkWriter.sortAndWritePropertyTable(StdSharedPtr<ArrowTable> inputTable,
StdSharedPtr<PropertyGroup> propertyGroup,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long startChunkIndex,
ValidateLevel validateLevel) |
Sort the edges, and write chunks of a single property group for the edges of a vertex chunk.
|
Status |
EdgeChunkWriter.sortAndWriteTable(StdSharedPtr<ArrowTable> inputTable,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long startChunkIndex) |
Sort the edges, and write chunks of the adj list and all property groups for the edges of a
vertex chunk.
|
Status |
EdgeChunkWriter.sortAndWriteTable(StdSharedPtr<ArrowTable> inputTable,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long startChunkIndex,
ValidateLevel validateLevel) |
Sort the edges, and write chunks of the adj list and all property groups for the edges of a
vertex chunk.
|
Status |
EdgeChunkWriter.writeAdjListChunk(StdSharedPtr<ArrowTable> inputTable,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkIndex,
ValidateLevel validateLevel) |
Validate and write the adj list chunk for an edge chunk.
|
Status |
EdgeChunkWriter.writeAdjListTable(StdSharedPtr<ArrowTable> inputTable,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long startChunkIndex,
ValidateLevel validateLevel) |
Write the adj list chunks for the edges of a vertex chunk.
|
Status |
EdgeChunkWriter.writeChunk(StdSharedPtr<ArrowTable> inputTable,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkIndex,
ValidateLevel validateLevel) |
Write the adj list and all property groups for an edge chunk.
|
Status |
VertexPropertyWriter.writeChunk(StdSharedPtr<ArrowTable> inputTable,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkIndex) |
Write all property groups of a single vertex chunk to corresponding files.
|
Status |
VertexPropertyWriter.writeChunk(StdSharedPtr<ArrowTable> inputTable,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkIndex,
ValidateLevel validateLevel) |
Write all property groups of a single vertex chunk to corresponding files.
|
Status |
VertexPropertyWriter.writeChunk(StdSharedPtr<ArrowTable> inputTable,
StdSharedPtr<PropertyGroup> propertyGroup,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkIndex,
ValidateLevel validateLevel) |
Validate and write a single property group for a single vertex chunk.
|
Status |
EdgeChunkWriter.writeOffsetChunk(StdSharedPtr<ArrowTable> inputTable,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex,
ValidateLevel validateLevel) |
Validate and write the offset chunk for a vertex chunk.
|
Status |
EdgeChunkWriter.writePropertyChunk(StdSharedPtr<ArrowTable> inputTable,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkIndex,
ValidateLevel validateLevel) |
Write all edge property groups for an edge chunk.
|
Status |
EdgeChunkWriter.writePropertyChunk(StdSharedPtr<ArrowTable> inputTable,
StdSharedPtr<PropertyGroup> propertyGroup,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long chunkIndex,
ValidateLevel validateLevel) |
Validate and write a single edge property group for an edge chunk.
|
Status |
EdgeChunkWriter.writePropertyTable(StdSharedPtr<ArrowTable> inputTable,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long startChunkIndex,
ValidateLevel validateLevel) |
Write chunks of all property groups for the edges of a vertex chunk.
|
Status |
EdgeChunkWriter.writePropertyTable(StdSharedPtr<ArrowTable> inputTable,
StdSharedPtr<PropertyGroup> propertyGroup,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long startChunkIndex,
ValidateLevel validateLevel) |
Write chunks of a single property group for the edges of a vertex chunk.
|
Status |
EdgeChunkWriter.writeTable(StdSharedPtr<ArrowTable> inputTable,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long vertexChunkIndex,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long startChunkIndex,
ValidateLevel validateLevel) |
Write chunks of the adj list and all property groups for the edges of a vertex chunk.
|
Status |
VertexPropertyWriter.writeTable(StdSharedPtr<ArrowTable> inputTable,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long startChunkIndex) |
Write all property groups for multiple vertex chunks to corresponding files.
|
Status |
VertexPropertyWriter.writeTable(StdSharedPtr<ArrowTable> inputTable,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long startChunkIndex,
ValidateLevel validateLevel) |
Write all property groups for multiple vertex chunks to corresponding files.
|
Status |
VertexPropertyWriter.writeTable(StdSharedPtr<ArrowTable> inputTable,
StdSharedPtr<PropertyGroup> propertyGroup,
@com.alibaba.fastffi.CXXValue,@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long startChunkIndex,
ValidateLevel validateLevel) |
Write a single property group for multiple vertex chunks to corresponding files.
|