This figure shows there is fixed-length data and variable-length data in a tuple tup1
, and the fixed-length data is shown to include some CHAR
data. The figure also displays the following equation, with an arrow pointing to the beginning of the fixed-length data:
Column1=(void*)((unsigned char*)tup1 + ttXlaColDesc_t[0].offset);
End of description.