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

Method error

be/src/exec/read-write-util.h:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100 ZResult(T v) : ok(true), val(v) { }
101 static ZResult error() { return ZResult(); }
102
103 private:
104 ZResult() : ok(false) { }

Callers 1

CompileRegexFunction · 0.45

Calls 1

ZResultClass · 0.85

Tested by

no test coverage detected