|
Apache GraphAr C++ Library
The C++ Library for Apache GraphAr
|
Public Member Functions | |
| VertexChunkInfoWriter (const std::shared_ptr< VertexInfo > &vertex_info, const std::string &prefix, const ValidateLevel &validate_level=ValidateLevel::no_validate) | |
| Copy a file as a vertex property group chunk. More... | |
| Status | WriteChunk (const std::string &file_name, const std::shared_ptr< PropertyGroup > &property_group, IdType chunk_index, ValidateLevel validate_level=ValidateLevel::no_validate) const |
Definition at line 31 of file chunk_info_writer.h.
|
explicit |
Copy a file as a vertex property group chunk.
| file_name | The file to copy. |
| property_group | The property group. |
| chunk_index | The index of the vertex chunk. |
| validate_level | The validate level for this operation, which is the writer's validate level by default. |
Initialize the VertexChunkWriter.
| vertex_info | The vertex info that describes the vertex type. |
| prefix | The absolute prefix. |
Definition at line 29 of file chunk_info_writer.cc.