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

Function InvalidFormatString

cpp/src/arrow/c/bridge.cc:840–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

838static constexpr int64_t kMaxImportRecursionLevel = 64;
839
840Status InvalidFormatString(std::string_view v) {
841 return Status::Invalid("Invalid or unsupported format string: '", v, "'");
842}
843
844class FormatStringParser {
845 public:

Callers 1

InvalidMethod · 0.85

Calls 1

InvalidFunction · 0.50

Tested by

no test coverage detected