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

Function MoveInto

cpp/src/arrow/compute/kernel.h:265–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 }
264
265 void MoveInto(InputType&& other) {
266 this->kind_ = other.kind_;
267 this->type_ = std::move(other.type_);
268 this->type_matcher_ = std::move(other.type_matcher_);
269 }
270
271 Kind kind_;
272

Callers 2

InputTypeFunction · 0.85
operator=Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected