| 112 | } |
| 113 | |
| 114 | int32_t ContainerRow2RowSerde::rowSize(char* row, const RowFormatInfo& info) { |
| 115 | // not an efficient way |
| 116 | return ContainerRow2RowSerde::deserialize(row, info, false); |
| 117 | } |
| 118 | |
| 119 | void ContainerRow2RowSerde::copyRow( |
| 120 | char*& dest, |