Apache GraphAr C++ Library
The C++ Library for Apache GraphAr
Public Member Functions | Public Attributes | List of all members
graphar::Property Class Reference

#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< DataTypetype
 
bool is_primary
 
bool is_nullable
 

Detailed Description

Property is a struct to store the property information.

Definition at line 34 of file graph_info.h.


The documentation for this class was generated from the following file: