MCPcopy Create free account
hub / github.com/apache/impala / BooleanVal TestError

Function BooleanVal TestError

be/src/testutil/test-udfs.cc:255–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255IMPALA_UDF_EXPORT
256BooleanVal TestError(FunctionContext* context) {
257 context->SetError("test UDF error");
258 context->SetError("this shouldn't show up");
259 return BooleanVal(false);
260}
261
262IMPALA_UDF_EXPORT
263BooleanVal TestWarnings(FunctionContext* context) {

Callers

nothing calls this directly

Calls 2

BooleanValClass · 0.85
SetErrorMethod · 0.45

Tested by

no test coverage detected