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

Function SplitStructuredLineWithEscapes

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

Source from the content-addressed store, hash-verified

939}
940
941char* SplitStructuredLineWithEscapes(char* line,
942 char delimiter,
943 const char *symbol_pairs,
944 vector<char*>* cols) {
945 return SplitStructuredLineInternal(line, delimiter, symbol_pairs, cols,
946 true);
947}
948
949bool SplitStructuredLineWithEscapes(StringPiece line,
950 char delimiter,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected