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

Method TransferStarted

be/src/kudu/rpc/transfer.cc:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173bool InboundTransfer::TransferStarted() const {
174 return cur_offset_ != 0;
175}
176
177bool InboundTransfer::TransferFinished() const {
178 return total_length_ > 0 && cur_offset_ == total_length_;

Callers 3

IdleMethod · 0.80
ShutdownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected