Apache GraphAr C++ Library
The C++ Library for Apache GraphAr
graphar::VertexPropertyWriter Member List

This is the complete list of members for graphar::VertexPropertyWriter, including all inherited members.

GetValidateLevel() constgraphar::VertexPropertyWriterinline
Make(const std::shared_ptr< VertexInfo > &vertex_info, const std::string &prefix, const ValidateLevel &validate_level=ValidateLevel::no_validate)graphar::VertexPropertyWriterstatic
Make(const std::shared_ptr< GraphInfo > &graph_info, const std::string &label, const ValidateLevel &validate_level=ValidateLevel::no_validate)graphar::VertexPropertyWriterstatic
SetValidateLevel(const ValidateLevel &validate_level)graphar::VertexPropertyWriterinline
VertexPropertyWriter(const std::shared_ptr< VertexInfo > &vertex_info, const std::string &prefix, const ValidateLevel &validate_level=ValidateLevel::no_validate)graphar::VertexPropertyWriterexplicit
WriteChunk(const std::shared_ptr< arrow::Table > &input_table, const std::shared_ptr< PropertyGroup > &property_group, IdType chunk_index, ValidateLevel validate_level=ValidateLevel::default_validate) constgraphar::VertexPropertyWriter
WriteChunk(const std::shared_ptr< arrow::Table > &input_table, IdType chunk_index, ValidateLevel validate_level=ValidateLevel::default_validate) constgraphar::VertexPropertyWriter
WriteTable(const std::shared_ptr< arrow::Table > &input_table, const std::shared_ptr< PropertyGroup > &property_group, IdType start_chunk_index, ValidateLevel validate_level=ValidateLevel::default_validate) constgraphar::VertexPropertyWriter
WriteTable(const std::shared_ptr< arrow::Table > &input_table, IdType start_chunk_index, ValidateLevel validate_level=ValidateLevel::default_validate) constgraphar::VertexPropertyWriter
WriteVerticesNum(const IdType &count, ValidateLevel validate_level=ValidateLevel::default_validate) constgraphar::VertexPropertyWriter