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

Function query_tbl_name

lua/sp.c:239–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239static void query_tbl_name(const char *name, char *n1, char *sep, char *n2)
240{
241 two_part_tbl_name(name, n1, n2);
242 if (strcmp(n1, "") == 0)
243 strcpy(sep, "");
244 else
245 strcpy(sep, ".");
246}
247
248//////////////////////////////////
249// Borrowed from sqlite/shell.c //

Callers 5

dbtable_insertFunction · 0.85
dbtable_copyfromFunction · 0.85
dbtable_emit_intFunction · 0.85
dbtable_whereFunction · 0.85
db_csvcopyFunction · 0.85

Calls 1

two_part_tbl_nameFunction · 0.85

Tested by

no test coverage detected