PostgreSQL Source Code  git master
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 coerceToBool(), evalStandardFunc(), getVariable(), setBoolValue(), and valueTruth().

◆ dval

double PgBenchValue::dval

◆ ival

int64 PgBenchValue::ival

◆ type

◆ 


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