| 100 | const DescriptorTbl& desc_tbl() const; |
| 101 | const TQueryOptions& query_options() const; |
| 102 | int batch_size() const { return query_options().batch_size; } |
| 103 | bool abort_on_error() const { return query_options().abort_on_error; } |
| 104 | bool strict_mode() const { return query_options().strict_mode; } |
| 105 | bool utf8_mode() const { return query_options().utf8_mode; } |
no outgoing calls
no test coverage detected