MCPcopy Create free account
hub / github.com/apache/cloudberry / getQueryParams

Function getQueryParams

src/bin/pgbench/pgbench.c:1792–1799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1790}
1791
1792static void
1793getQueryParams(CState *st, const Command *command, const char **params)
1794{
1795 int i;
1796
1797 for (i = 0; i < command->argc - 1; i++)
1798 params[i] = getVariable(st, command->argv[i + 1]);
1799}
1800
1801static char *
1802valueTypeName(PgBenchValue *pval)

Callers 1

sendCommandFunction · 0.85

Calls 1

getVariableFunction · 0.85

Tested by

no test coverage detected