PostgreSQL Source Code git master
|
#include <pgbench.h>
Data Fields | |
PgBenchExprType | etype |
union { | |
PgBenchValue constant | |
struct { | |
char * varname | |
} variable | |
struct { | |
PgBenchFunction function | |
PgBenchExprLink * args | |
} function | |
} | u |
PgBenchExprLink* PgBenchExpr::args |
PgBenchValue PgBenchExpr::constant |
Definition at line 115 of file pgbench.h.
Referenced by evaluateExpr().
PgBenchExprType PgBenchExpr::etype |
Definition at line 112 of file pgbench.h.
Referenced by evaluateExpr().
PgBenchFunction PgBenchExpr::function |
Definition at line 122 of file pgbench.h.
Referenced by evaluateExpr().
struct { ... } PgBenchExpr::function |
union { ... } PgBenchExpr::u |
Referenced by evaluateExpr().
struct { ... } PgBenchExpr::variable |
Referenced by evaluateExpr().
char* PgBenchExpr::varname |
Definition at line 118 of file pgbench.h.
Referenced by evaluateExpr().