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

Function AppendEmptyValue

cpp/src/arrow/builder.cc:114–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 Status AppendNull() override { return builder_->AppendNull(); }
113 Status AppendNulls(int64_t length) override { return builder_->AppendNulls(length); }
114 Status AppendEmptyValue() override { return builder_->AppendEmptyValue(); }
115 Status AppendEmptyValues(int64_t length) override {
116 return builder_->AppendEmptyValues(length);
117 }

Callers

nothing calls this directly

Calls 1

AppendEmptyValueMethod · 0.45

Tested by

no test coverage detected