PostgreSQL Source Code  git master
ExpandedObjectHeader Struct Reference

#include <expandeddatum.h>

Data Fields

int32 vl_len_
 
const ExpandedObjectMethodseoh_methods
 
MemoryContext eoh_context
 
char eoh_rw_ptr [EXPANDED_POINTER_SIZE]
 
char eoh_ro_ptr [EXPANDED_POINTER_SIZE]
 

Detailed Description

Definition at line 100 of file expandeddatum.h.

Field Documentation

◆ eoh_context

◆ eoh_methods

const ExpandedObjectMethods* ExpandedObjectHeader::eoh_methods

Definition at line 106 of file expandeddatum.h.

Referenced by EOH_flatten_into(), EOH_get_flat_size(), and EOH_init_header().

◆ eoh_ro_ptr

char ExpandedObjectHeader::eoh_ro_ptr[EXPANDED_POINTER_SIZE]

Definition at line 115 of file expandeddatum.h.

Referenced by EOH_init_header(), and EOHPGetRODatum().

◆ eoh_rw_ptr

char ExpandedObjectHeader::eoh_rw_ptr[EXPANDED_POINTER_SIZE]

Definition at line 112 of file expandeddatum.h.

Referenced by EOH_init_header(), and EOHPGetRWDatum().

◆ vl_len_

int32 ExpandedObjectHeader::vl_len_

Definition at line 103 of file expandeddatum.h.

Referenced by EOH_init_header().


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