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

Method AppendNull

cpp/src/arrow/json/from_string.cc:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 virtual Status AppendValue(const rj::Value& json_obj) = 0;
100
101 Status AppendNull() { return this->builder()->AppendNull(); }
102
103 virtual Status AppendValues(const rj::Value& json_array) = 0;
104

Callers 13

AppendValueMethod · 0.45
AppendValueMethod · 0.45
AppendValueMethod · 0.45
AppendValueMethod · 0.45
AppendValueMethod · 0.45
AppendValueMethod · 0.45
AppendValueMethod · 0.45
AppendValueMethod · 0.45
AppendValueMethod · 0.45
AppendValueMethod · 0.45
AppendValueMethod · 0.45
AppendValueMethod · 0.45

Calls 1

builderMethod · 0.45

Tested by

no test coverage detected