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

Function setBoolValue

src/bin/pgbench/pgbench.c:1921–1926  ·  view source on GitHub ↗

assign a boolean value */

Source from the content-addressed store, hash-verified

1919
1920/* assign a boolean value */
1921static void
1922setBoolValue(PgBenchValue *pv, bool bval)
1923{
1924 pv->type = PGBT_BOOLEAN;
1925 pv->u.bval = bval;
1926}
1927
1928/* assign an integer value */
1929static void

Callers 3

makeVariableValueFunction · 0.85
evalLazyFuncFunction · 0.85
evalStandardFuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected