MCPcopy Create free account
hub / github.com/apache/arrow / ParseError

Function ParseError

cpp/src/arrow/csv/parser.cc:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40template <typename... Args>
41Status ParseError(Args&&... args) {
42 return Status::Invalid("CSV parse error: ", std::forward<Args>(args)...);
43}
44
45Status MismatchingColumns(const InvalidRow& row) {
46 std::string ellipse;

Callers 3

MismatchingColumnsFunction · 0.70
ParseSpecializedMethod · 0.70
readMethod · 0.50

Calls 1

InvalidFunction · 0.50

Tested by

no test coverage detected