| 298 | } |
| 299 | |
| 300 | inline double GetDoubleField(const int8_t* row, uint32_t offset) { |
| 301 | return *(reinterpret_cast<const double*>(row + offset)); |
| 302 | } |
| 303 | |
| 304 | // native get string field method |
| 305 | int32_t GetStrField(const int8_t* row, uint32_t str_field_offset, |