OmniSciDB
a5dc49c757
|
Go to the source code of this file.
Classes | |
struct | DashboardDescriptor |
Functions | |
static const std::string | SYSTEM_ROLE_TAG ("#dash_system_role") |
specifies the content in-memory of a row in the dashboard More... | |
std::string | generate_dashboard_system_rolename (const std::string &db_id, const std::string &dash_id) |
std::vector< std::string > | parse_underlying_dashboard_objects (const std::string &meta) |
|
inline |
Definition at line 45 of file DashboardDescriptor.h.
References SYSTEM_ROLE_TAG().
Referenced by Catalog_Namespace::Catalog::buildDashboardsMapUnlocked(), Catalog_Namespace::Catalog::createDashboard(), Catalog_Namespace::Catalog::createDashboardSystemRoles(), and Catalog_Namespace::Catalog::replaceDashboard().
|
inline |
Parses underlying Tables/Views
Definition at line 50 of file DashboardDescriptor.h.
Referenced by Catalog_Namespace::Catalog::parseDashboardObjects().
|
static |
specifies the content in-memory of a row in the dashboard
Referenced by generate_dashboard_system_rolename(), and Catalog_Namespace::SysCatalog::isDashboardSystemRole().