Drizzled Public API Documentation

big_rec_field_struct Struct Reference

#include <data0data.h>

Public Attributes

ulint field_no
 
ulint len
 
const void * data
 

Detailed Description

A slot for a field in a big rec vector

Definition at line 470 of file data0data.h.

Member Data Documentation

const void* big_rec_field_struct::data

stored data

Definition at line 473 of file data0data.h.

Referenced by dtuple_convert_back_big_rec(), and dtuple_convert_big_rec().

ulint big_rec_field_struct::field_no

field number in record

Definition at line 471 of file data0data.h.

Referenced by dtuple_convert_back_big_rec(), and dtuple_convert_big_rec().

ulint big_rec_field_struct::len

stored data length, in bytes

Definition at line 472 of file data0data.h.

Referenced by dtuple_convert_back_big_rec(), and dtuple_convert_big_rec().


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