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

Function GenericConversionError

cpp/src/arrow/json/converter.cc:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43template <typename... Args>
44Status GenericConversionError(const DataType& type, Args&&... args) {
45 return Status::Invalid("Failed to convert JSON to ", type, std::forward<Args>(args)...);
46}
47
48namespace {
49

Callers 4

ConvertMethod · 0.70
ConvertMethod · 0.70
ConvertMethod · 0.70
ConvertMethod · 0.70

Calls 1

InvalidFunction · 0.50

Tested by

no test coverage detected