| 323 | /// Returns the offset into the result buffer of the first variable length |
| 324 | /// data results. |
| 325 | int ALWAYS_INLINE var_result_offset() const { return var_result_offset_; } |
| 326 | |
| 327 | /// Returns true if the current read pass is complete, meaning all cached values |
| 328 | /// have been read. |
no outgoing calls
no test coverage detected