OmniSciDB
a5dc49c757
|
specifies the content in-memory of a row in the link metadata view More...
#include <LinkDescriptor.h>
Public Attributes | |
int32_t | linkId |
int32_t | userId |
std::string | link |
std::string | viewState |
std::string | updateTime |
std::string | viewMetadata |
specifies the content in-memory of a row in the link metadata view
Definition at line 30 of file LinkDescriptor.h.
std::string LinkDescriptor::link |
Definition at line 33 of file LinkDescriptor.h.
Referenced by Catalog_Namespace::Catalog::addLinkToMap(), Catalog_Namespace::Catalog::createLink(), heavydb.thrift.Heavy.get_link_view_args::read(), and heavydb.thrift.Heavy.get_link_view_args::write().
int32_t LinkDescriptor::linkId |
Definition at line 31 of file LinkDescriptor.h.
Referenced by Catalog_Namespace::Catalog::addLinkToMap(), and Catalog_Namespace::Catalog::createLink().
std::string LinkDescriptor::updateTime |
Definition at line 35 of file LinkDescriptor.h.
Referenced by Catalog_Namespace::Catalog::createLink().
int32_t LinkDescriptor::userId |
Definition at line 32 of file LinkDescriptor.h.
Referenced by DBHandler::create_link(), and Catalog_Namespace::Catalog::createLink().
std::string LinkDescriptor::viewMetadata |
Definition at line 36 of file LinkDescriptor.h.
Referenced by DBHandler::create_link(), and Catalog_Namespace::Catalog::createLink().
std::string LinkDescriptor::viewState |
Definition at line 34 of file LinkDescriptor.h.
Referenced by DBHandler::create_link(), and Catalog_Namespace::Catalog::createLink().