MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / list_views

Function list_views

tools/cdb2sql/cdb2sql.cpp:816–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814}
815
816int list_views()
817{
818 int start_time_ms, run_time_ms;
819 const char *sql = "SELECT name FROM comdb2_views order by name";
820 return run_statement(sql, 0, NULL, &start_time_ms, &run_time_ms);
821}
822
823static int process_escape(const char *cmdstr)
824{

Callers 1

process_escapeFunction · 0.85

Calls 1

run_statementFunction · 0.70

Tested by

no test coverage detected