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

Method AppendNull

cpp/src/arrow/array/builder_run_end.h:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 void Reset() override;
111
112 Status AppendNull() final { return AppendNulls(1); }
113 Status AppendNulls(int64_t length) override;
114
115 Status AppendEmptyValue() final { return AppendEmptyValues(1); }

Callers

nothing calls this directly

Calls 1

AppendNullsFunction · 0.70

Tested by

no test coverage detected