Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
template <typename... Args>
44
Status GenericConversionError(const DataType& type, Args&&... args) {
45
return Status::Invalid(
"Failed to convert JSON to "
, type, std::forward<Args>(args)...);
46
}
47
48
namespace {
49
Callers
4
Convert
Method · 0.70
Convert
Method · 0.70
Convert
Method · 0.70
Convert
Method · 0.70
Calls
1
Invalid
Function · 0.50
Tested by
no test coverage detected