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

Function AppendNulls

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

Source from the content-addressed store, hash-verified

111 }
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);

Callers

nothing calls this directly

Calls 1

AppendNullsMethod · 0.45

Tested by

no test coverage detected