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

Function InvalidFormatString

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

Source from the content-addressed store, hash-verified

833static constexpr int64_t kMaxImportRecursionLevel = 64;
834
835Status InvalidFormatString(std::string_view v) {
836 return Status::Invalid("Invalid or unsupported format string: '", v, "'");
837}
838
839class FormatStringParser {
840 public:

Callers 1

InvalidMethod · 0.85

Calls 1

InvalidFunction · 0.50

Tested by

no test coverage detected