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

Function AppendNull

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

Source from the content-addressed store, hash-verified

232 void Reset() override;
233
234 Status AppendNull() final { return AppendNulls(1); }
235 Status AppendNulls(int64_t length) override;
236
237 Status AppendEmptyValue() final { return AppendEmptyValues(1); }

Callers

nothing calls this directly

Calls 1

AppendNullsFunction · 0.70

Tested by

no test coverage detected