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

Method Init

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

Source from the content-addressed store, hash-verified

217}
218
219Status BufferedTupleStream::Init(const string& caller_label, bool pinned) {
220 if (!pinned) RETURN_IF_ERROR(UnpinStream(UNPIN_ALL_EXCEPT_CURRENT));
221 caller_label_ = caller_label;
222 return Status::OK();
223}
224
225Status BufferedTupleStream::PrepareForWrite(bool* got_reservation) {
226 // This must be the first iterator created.

Callers 1

Calls 1

OKFunction · 0.85

Tested by

no test coverage detected