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

Method Visit

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

Source from the content-addressed store, hash-verified

88template <typename Engine>
89struct GenerateImpl {
90 Status Visit(const NullType&) { return OK(writer.Null()); }
91
92 Status Visit(const BooleanType&) {
93 return OK(writer.Bool(std::uniform_int_distribution<uint16_t>{}(e) & 1));

Callers

nothing calls this directly

Calls 10

GenerateFunction · 0.85
OKFunction · 0.70
NotImplementedFunction · 0.50
NullMethod · 0.45
BoolMethod · 0.45
Int64Method · 0.45
StartArrayMethod · 0.45
value_typeMethod · 0.45
EndArrayMethod · 0.45
fieldsMethod · 0.45

Tested by

no test coverage detected