MCPcopy Create free account
hub / github.com/apache/impala / ProbeFilePosition

Method ProbeFilePosition

be/src/exec/iceberg-delete-node.cc:286–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286uint64_t IR_ALWAYS_INLINE IcebergDeleteNode::ProbeFilePosition(
287 const RowBatch::Iterator& probe_it) const {
288 DCHECK(!probe_it.AtEnd());
289 const TupleRow* current_probe_row = probe_it.Get();
290 return *current_probe_row->GetTuple(0)->GetBigIntSlot(pos_offset_);
291}
292
293int IR_ALWAYS_INLINE IcebergDeleteNode::CountRowsToCopy(const RoaringBitmap64* deletes,
294 int remaining_capacity, RoaringBitmap64::Iterator* deletes_it,

Callers

nothing calls this directly

Calls 4

GetBigIntSlotMethod · 0.80
AtEndMethod · 0.45
GetMethod · 0.45
GetTupleMethod · 0.45

Tested by

no test coverage detected