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

#include <lsyscache.h>

Data Fields

Oid staop
 
Oid stacoll
 
Oid valuetype
 
Datumvalues
 
int nvalues
 
float4numbers
 
int nnumbers
 
voidvalues_arr
 
voidnumbers_arr
 

Detailed Description

Definition at line 47 of file lsyscache.h.

Field Documentation

◆ nnumbers

int AttStatsSlot::nnumbers

Definition at line 58 of file lsyscache.h.

◆ numbers

float4* AttStatsSlot::numbers

Definition at line 57 of file lsyscache.h.

Referenced by booltestsel().

◆ numbers_arr

void* AttStatsSlot::numbers_arr

Definition at line 62 of file lsyscache.h.

◆ nvalues

int AttStatsSlot::nvalues

Definition at line 55 of file lsyscache.h.

Referenced by ineq_histogram_selectivity().

◆ stacoll

Oid AttStatsSlot::stacoll

Definition at line 51 of file lsyscache.h.

◆ staop

Oid AttStatsSlot::staop

Definition at line 50 of file lsyscache.h.

◆ values

Datum* AttStatsSlot::values

Definition at line 54 of file lsyscache.h.

◆ values_arr

void* AttStatsSlot::values_arr

Definition at line 61 of file lsyscache.h.

◆ valuetype

Oid AttStatsSlot::valuetype

Definition at line 53 of file lsyscache.h.


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