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

Method utf8_mode

be/src/exprs/string-functions.h:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 inline bool Contains(const uint8_t* utf8_char, int len) const;
72
73 bool utf8_mode() const { return utf8_mode_; }
74
75 private:
76 const bool utf8_mode_;

Callers 1

DoTrimStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected