PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PgBenchValue Struct Reference

#include <pgbench.h>

Data Fields

PgBenchValueType type
 
union { 
 
   int64   ival 
 
   double   dval 
 
   bool   bval 
 
u 
 

Detailed Description

Definition at line 44 of file pgbench.h.

Field Documentation

◆ bval

bool PgBenchValue::bval

Definition at line 51 of file pgbench.h.

Referenced by evalStandardFunc(), and getVariable().

◆ dval

double PgBenchValue::dval

Definition at line 50 of file pgbench.h.

Referenced by getVariable().

◆ ival

int64 PgBenchValue::ival

Definition at line 49 of file pgbench.h.

Referenced by getVariable().

◆ type

PgBenchValueType PgBenchValue::type

Definition at line 46 of file pgbench.h.

Referenced by evalStandardFunc(), getVariable(), main(), makeVariableValue(), and putVariable().

◆ [union]

union { ... } PgBenchValue::u

Referenced by getVariable().


The documentation for this struct was generated from the following file: