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

Function SplitStructuredLine

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

Source from the content-addressed store, hash-verified

923} // anonymous namespace
924
925char* SplitStructuredLine(char* line,
926 char delimiter,
927 const char *symbol_pairs,
928 vector<char*>* cols) {
929 return SplitStructuredLineInternal(line, delimiter, symbol_pairs, cols,
930 false);
931}
932
933bool SplitStructuredLine(StringPiece line,
934 char delimiter,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected