Apache GraphAr C++ Library
The C++ Library for Apache GraphAr
|
This is the complete list of members for graphar::VertexPropertyWriter, including all inherited members.
GetValidateLevel() const | graphar::VertexPropertyWriter | inline |
Make(const std::shared_ptr< VertexInfo > &vertex_info, const std::string &prefix, const ValidateLevel &validate_level=ValidateLevel::no_validate) | graphar::VertexPropertyWriter | static |
Make(const std::shared_ptr< GraphInfo > &graph_info, const std::string &label, const ValidateLevel &validate_level=ValidateLevel::no_validate) | graphar::VertexPropertyWriter | static |
SetValidateLevel(const ValidateLevel &validate_level) | graphar::VertexPropertyWriter | inline |
VertexPropertyWriter(const std::shared_ptr< VertexInfo > &vertex_info, const std::string &prefix, const ValidateLevel &validate_level=ValidateLevel::no_validate) | graphar::VertexPropertyWriter | explicit |
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) const | graphar::VertexPropertyWriter | |
WriteChunk(const std::shared_ptr< arrow::Table > &input_table, IdType chunk_index, ValidateLevel validate_level=ValidateLevel::default_validate) const | graphar::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) const | graphar::VertexPropertyWriter | |
WriteTable(const std::shared_ptr< arrow::Table > &input_table, IdType start_chunk_index, ValidateLevel validate_level=ValidateLevel::default_validate) const | graphar::VertexPropertyWriter | |
WriteVerticesNum(const IdType &count, ValidateLevel validate_level=ValidateLevel::default_validate) const | graphar::VertexPropertyWriter |