PostgreSQL Source Code  git master
AttStatsSlot Struct Reference

#include <lsyscache.h>

Data Fields

Oid staop
 
Oid stacoll
 
Oid valuetype
 
Datumvalues
 
int nvalues
 
float4numbers
 
int nnumbers
 
void * values_arr
 
void * numbers_arr
 

Detailed Description

Definition at line 46 of file lsyscache.h.

Field Documentation

◆ nnumbers

◆ numbers

◆ numbers_arr

void* AttStatsSlot::numbers_arr

Definition at line 61 of file lsyscache.h.

Referenced by free_attstatsslot(), and get_attstatsslot().

◆ nvalues

◆ stacoll

Oid AttStatsSlot::stacoll

Definition at line 50 of file lsyscache.h.

Referenced by get_attstatsslot(), get_variable_range(), and ineq_histogram_selectivity().

◆ staop

Oid AttStatsSlot::staop

Definition at line 49 of file lsyscache.h.

Referenced by get_attstatsslot(), and ineq_histogram_selectivity().

◆ values

◆ values_arr

void* AttStatsSlot::values_arr

Definition at line 60 of file lsyscache.h.

Referenced by free_attstatsslot(), and get_attstatsslot().

◆ valuetype

Oid AttStatsSlot::valuetype

Definition at line 52 of file lsyscache.h.

Referenced by _int_matchsel(), and get_attstatsslot().


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