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

#include <tupdesc.h>

Data Fields

int32 attcacheoff
 
int16 attlen
 
bool attbyval
 
bool attispackable
 
bool atthasmissing
 
bool attisdropped
 
bool attgenerated
 
char attnullability
 
uint8 attalignby
 

Detailed Description

Definition at line 68 of file tupdesc.h.

Field Documentation

◆ attalignby

uint8 CompactAttribute::attalignby

Definition at line 80 of file tupdesc.h.

Referenced by tuple_data_split_internal().

◆ attbyval

◆ attcacheoff

◆ attgenerated

◆ atthasmissing

bool CompactAttribute::atthasmissing

Definition at line 76 of file tupdesc.h.

◆ attisdropped

◆ attispackable

bool CompactAttribute::attispackable

Definition at line 74 of file tupdesc.h.

◆ attlen

◆ attnullability


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