|
PostgreSQL Source Code git master
|
#include <lsyscache.h>
Data Fields | |
| Oid | staop |
| Oid | stacoll |
| Oid | valuetype |
| Datum * | values |
| int | nvalues |
| float4 * | numbers |
| int | nnumbers |
| void * | values_arr |
| void * | numbers_arr |
Definition at line 47 of file lsyscache.h.
| int AttStatsSlot::nnumbers |
Definition at line 58 of file lsyscache.h.
| float4* AttStatsSlot::numbers |
Definition at line 57 of file lsyscache.h.
Referenced by booltestsel().
| void* AttStatsSlot::numbers_arr |
Definition at line 62 of file lsyscache.h.
| int AttStatsSlot::nvalues |
Definition at line 55 of file lsyscache.h.
Referenced by ineq_histogram_selectivity().
| Oid AttStatsSlot::stacoll |
Definition at line 51 of file lsyscache.h.
| Oid AttStatsSlot::staop |
Definition at line 50 of file lsyscache.h.
| Datum* AttStatsSlot::values |
Definition at line 54 of file lsyscache.h.
| void* AttStatsSlot::values_arr |
Definition at line 61 of file lsyscache.h.
| Oid AttStatsSlot::valuetype |
Definition at line 53 of file lsyscache.h.