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

Function list_systables

tools/cdb2sql/cdb2sql.cpp:809–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

807}
808
809int list_systables()
810{
811 int start_time_ms, run_time_ms;
812 const char *sql = "SELECT name FROM comdb2_systables order by name";
813 return run_statement(sql, 0, NULL, &start_time_ms, &run_time_ms);
814}
815
816int list_views()
817{

Callers 1

process_escapeFunction · 0.85

Calls 1

run_statementFunction · 0.70

Tested by

no test coverage detected