| 282 | } |
| 283 | |
| 284 | inline int16_t GetInt16Field(const int8_t* row, uint32_t offset) { |
| 285 | return *(reinterpret_cast<const int16_t*>(row + offset)); |
| 286 | } |
| 287 | |
| 288 | inline int32_t GetInt32Field(const int8_t* row, uint32_t offset) { |
| 289 | return *(reinterpret_cast<const int32_t*>(row + offset)); |