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

Method swap

cpp/src/arrow/acero/asof_join_node.cc:243–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 : time(time), batch(batch), row(row) {}
242
243 void swap(Entry& other) {
244 std::swap(time, other.time);
245 std::swap(batch, other.batch);
246 std::swap(row, other.row);
247 }
248
249 // Timestamp associated with the entry
250 OnType time;

Callers

nothing calls this directly

Calls 1

swapFunction · 0.85

Tested by

no test coverage detected