PostgreSQL Source Code  git master
AttributeOpts Struct Reference

#include <attoptcache.h>

Data Fields

int32 vl_len_
 
float8 n_distinct
 
float8 n_distinct_inherited
 

Detailed Description

Definition at line 19 of file attoptcache.h.

Field Documentation

◆ n_distinct

float8 AttributeOpts::n_distinct

Definition at line 22 of file attoptcache.h.

Referenced by compute_expr_stats(), and do_analyze_rel().

◆ n_distinct_inherited

float8 AttributeOpts::n_distinct_inherited

Definition at line 23 of file attoptcache.h.

Referenced by do_analyze_rel().

◆ vl_len_

int32 AttributeOpts::vl_len_

Definition at line 21 of file attoptcache.h.


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