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

Method PrepareForPinnedRead

be/src/runtime/buffered-tuple-stream.cc:627–631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625}
626
627Status BufferedTupleStream::PrepareForPinnedRead(ReadIterator* iter) {
628 DCHECK(pinned_) << "Can only read pinned stream with external iterator";
629 DCHECK(!has_write_iterator());
630 return PrepareForReadInternal(false, iter);
631}
632
633Status BufferedTupleStream::PrepareForReadInternal(
634 bool attach_on_read, ReadIterator* read_iter) {

Callers 3

EvaluateNullProbeMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64