| 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; } |
| 106 | bool decimal_v2() const { return query_options().decimal_v2; } |
| 107 | bool abort_java_udf_on_exception() const { |
no outgoing calls
no test coverage detected