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

Function AppendEmptyValue

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

Source from the content-addressed store, hash-verified

235 Status AppendNulls(int64_t length) override;
236
237 Status AppendEmptyValue() final { return AppendEmptyValues(1); }
238 Status AppendEmptyValues(int64_t length) override;
239 Status AppendScalar(const Scalar& scalar, int64_t n_repeats) override;
240 Status AppendScalars(const ScalarVector& scalars) override;

Callers

nothing calls this directly

Calls 1

AppendEmptyValuesFunction · 0.70

Tested by

no test coverage detected