PostgreSQL Source Code
git master
|
#include <attoptcache.h>
Data Fields | |
int32 | vl_len_ |
float8 | n_distinct |
float8 | n_distinct_inherited |
Definition at line 19 of file attoptcache.h.
float8 AttributeOpts::n_distinct |
Definition at line 22 of file attoptcache.h.
Referenced by compute_expr_stats(), and do_analyze_rel().
float8 AttributeOpts::n_distinct_inherited |
Definition at line 23 of file attoptcache.h.
Referenced by do_analyze_rel().
int32 AttributeOpts::vl_len_ |
Definition at line 21 of file attoptcache.h.