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

Method AppendEmptyValue

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

Source from the content-addressed store, hash-verified

113 Status AppendNulls(int64_t length) override;
114
115 Status AppendEmptyValue() final { return AppendEmptyValues(1); }
116 Status AppendEmptyValues(int64_t length) override;
117
118 Status AppendScalar(const Scalar& scalar, int64_t n_repeats) override;

Callers

nothing calls this directly

Calls 1

AppendEmptyValuesFunction · 0.70

Tested by

no test coverage detected