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

Method IsClosing

be/src/gutil/strings/split.cc:822–824  ·  view source on GitHub ↗

Returns true if the argument is a closing character.

Source from the content-addressed store, hash-verified

820
821 // Returns true if the argument is a closing character.
822 bool IsClosing(char c) const {
823 return valid_closing_[static_cast<unsigned char>(c)];
824 }
825
826 private:
827 // Maps an opening character to its closing. If the entry contains 0,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected