| 294 | } |
| 295 | |
| 296 | inline float GetFloatField(const int8_t* row, uint32_t offset) { |
| 297 | return *(reinterpret_cast<const float*>(row + offset)); |
| 298 | } |
| 299 | |
| 300 | inline double GetDoubleField(const int8_t* row, uint32_t offset) { |
| 301 | return *(reinterpret_cast<const double*>(row + offset)); |