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

#include <tupdesc.h>

Data Fields

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

Detailed Description

Definition at line 68 of file tupdesc.h.

Field Documentation

◆ attalignby

uint8 CompactAttribute::attalignby

Definition at line 74 of file tupdesc.h.

Referenced by tuple_data_split_internal().

◆ attbyval

◆ attcacheoff

int16 CompactAttribute::attcacheoff

◆ attgenerated

◆ atthasmissing

bool CompactAttribute::atthasmissing

Definition at line 77 of file tupdesc.h.

◆ attisdropped

◆ attispackable

bool CompactAttribute::attispackable

Definition at line 75 of file tupdesc.h.

◆ attlen

◆ attnullability


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