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

Function setIntValue

src/bin/pgbench/pgbench.c:1929–1934  ·  view source on GitHub ↗

assign an integer value */

Source from the content-addressed store, hash-verified

1927
1928/* assign an integer value */
1929static void
1930setIntValue(PgBenchValue *pv, int64 ival)
1931{
1932 pv->type = PGBT_INT;
1933 pv->u.ival = ival;
1934}
1935
1936/* assign a double value */
1937static void

Callers 3

makeVariableValueFunction · 0.85
putVariableIntFunction · 0.85
evalStandardFuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected