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

Function Generate

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

Source from the content-addressed store, hash-verified

80
81template <typename Engine>
82inline static Status Generate(
83 const std::shared_ptr<Schema>& schm, Engine& e, Writer* writer,
84 const GenerateOptions& options = GenerateOptions::Defaults()) {
85 return Generate(schm->fields(), e, writer, options);
86}
87
88template <typename Engine>
89struct GenerateImpl {

Callers 3

GenerateTestCaseMethod · 0.85
VisitMethod · 0.85
GenerateTestDataFunction · 0.85

Calls 15

VisitTypeInlineFunction · 0.85
push_backMethod · 0.80
OKFunction · 0.70
DefaultsFunction · 0.50
fieldsMethod · 0.45
NullMethod · 0.45
StartObjectMethod · 0.45
KeyMethod · 0.45
nameMethod · 0.45
typeMethod · 0.45
reserveMethod · 0.45

Tested by

no test coverage detected