|
static size_t | pack_rows::CalculateColumnStorageSize (const Column &column) |
| Calculate how many bytes the data in the column uses. More...
|
|
size_t | pack_rows::ComputeRowSizeUpperBound (const TableCollection &tables) |
| Similar to ComputeRowSizeUpperBoundSansBlobs, but will calculate blob size as well. More...
|
|
size_t | pack_rows::ComputeRowSizeUpperBoundSansBlobs (const TableCollection &tables) |
| Count up how many bytes a single row from the given tables will occupy, in "packed" format. More...
|
|
bool | pack_rows::StoreFromTableBuffers (const TableCollection &tables, String *buffer) |
| Take the data marked for reading in "tables" and store it in the provided buffer. More...
|
|
const uchar * | pack_rows::LoadIntoTableBuffers (const TableCollection &tables, const uchar *ptr) |
| Take the data in "ptr" and put it back to the tables' record buffers. More...
|
|