MCPcopy Create free account
hub / github.com/apache/impala / strict_mode

Method strict_mode

be/src/runtime/runtime-state.h:104–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 2

InitNewRangeMethod · 0.80
InitNewRangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected