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

Function OK

cpp/src/arrow/json/test_common.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67};
68
69inline static Status OK(bool ok) { return ok ? Status::OK() : Status::Invalid(""); }
70
71template <typename Engine>
72inline static Status Generate(

Callers 15

ParseAndInsertMethod · 0.70
FinishMethod · 0.70
ReplaceTaskGroupMethod · 0.70
InsertMethod · 0.70
TryConvertChunkMethod · 0.70
FinishMethod · 0.70
ReplaceTaskGroupMethod · 0.70
FinishMethod · 0.70
InsertNullMethod · 0.70
FinishMethod · 0.70
ReplaceTaskGroupMethod · 0.70
InsertChildrenMethod · 0.70

Calls 1

InvalidFunction · 0.50

Tested by

no test coverage detected