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

Method DoneWriting

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

Source from the content-addressed store, hash-verified

609}
610
611void BufferedTupleStream::DoneWriting() {
612 CHECK_CONSISTENCY_FULL(read_it_);
613 InvalidateWriteIterator();
614}
615
616Status BufferedTupleStream::PrepareForRead(bool attach_on_read, bool* got_reservation) {
617 CHECK_CONSISTENCY_FULL(read_it_);

Callers 3

FinalizeBuildMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64