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

#include <brin_tuple.h>

Data Fields

AttrNumber bv_attno
 
bool bv_hasnulls
 
bool bv_allnulls
 
Datumbv_values
 
Datum bv_mem_value
 
MemoryContext bv_context
 
brin_serialize_callback_type bv_serialize
 

Detailed Description

Definition at line 29 of file brin_tuple.h.

Field Documentation

◆ bv_allnulls

bool BrinValues::bv_allnulls

Definition at line 33 of file brin_tuple.h.

Referenced by add_values_to_range(), brin_form_tuple(), bringetbitmap(), and check_null_keys().

◆ bv_attno

AttrNumber BrinValues::bv_attno

Definition at line 31 of file brin_tuple.h.

Referenced by check_null_keys().

◆ bv_context

MemoryContext BrinValues::bv_context

Definition at line 36 of file brin_tuple.h.

◆ bv_hasnulls

bool BrinValues::bv_hasnulls

Definition at line 32 of file brin_tuple.h.

Referenced by add_values_to_range(), brin_form_tuple(), and check_null_keys().

◆ bv_mem_value

Datum BrinValues::bv_mem_value

Definition at line 35 of file brin_tuple.h.

Referenced by brin_form_tuple().

◆ bv_serialize

brin_serialize_callback_type BrinValues::bv_serialize

Definition at line 37 of file brin_tuple.h.

Referenced by brin_form_tuple().

◆ bv_values

Datum* BrinValues::bv_values

Definition at line 34 of file brin_tuple.h.

Referenced by brin_form_tuple().


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