|
PostgreSQL Source Code git master
|
#include <pgbench.h>
Data Fields | ||
| PgBenchValueType | type | |
| union { | ||
| int64 ival | ||
| double dval | ||
| bool bval | ||
| } | u | |
| bool PgBenchValue::bval |
Definition at line 51 of file pgbench.h.
Referenced by evalStandardFunc(), and getVariable().
| double PgBenchValue::dval |
Definition at line 50 of file pgbench.h.
Referenced by getVariable().
| int64 PgBenchValue::ival |
Definition at line 49 of file pgbench.h.
Referenced by getVariable().
| PgBenchValueType PgBenchValue::type |
Definition at line 46 of file pgbench.h.
Referenced by evalStandardFunc(), getVariable(), main(), makeVariableValue(), and putVariable().
| union { ... } PgBenchValue::u |
Referenced by getVariable().