Apache GraphAr C++ Library
The C++ Library for Apache GraphAr
|
#include <graph_info.h>
Public Member Functions | |
Property (const std::string &name, const std::shared_ptr< DataType > &type=nullptr, bool is_primary=false, bool is_nullable=true) | |
Public Attributes | |
std::string | name |
std::shared_ptr< DataType > | type |
bool | is_primary |
bool | is_nullable |
Property is a struct to store the property information.
Definition at line 34 of file graph_info.h.