#include <data0data.h>
Public Attributes | |
ulint | field_no |
ulint | len |
const void * | data |
A slot for a field in a big rec vector
Definition at line 470 of file data0data.h.
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().