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

Method WillCloseRun

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

Source from the content-addressed store, hash-verified

187 ~ValueRunBuilder() override = default;
188
189 Status WillCloseRun(const std::shared_ptr<const Scalar>&, int64_t length) override {
190 return ree_builder_.CloseRun(length);
191 }
192
193 Status WillCloseRunOfEmptyValues(int64_t length) override {
194 return ree_builder_.CloseRun(length);

Callers

nothing calls this directly

Calls 1

CloseRunMethod · 0.80

Tested by

no test coverage detected