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

Method data

be/src/kudu/rpc/transfer.h:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 bool TransferFinished() const;
86
87 Slice data() const {
88 return Slice(buf_);
89 }
90
91 // Return a string indicating the status of this transfer (number of bytes received, etc)
92 // suitable for logging.

Callers 15

SerializeMessageFunction · 0.45
SerializeHeaderFunction · 0.45
ParseMessageFunction · 0.45
ValidateConnHeaderFunction · 0.45
DoAddMethod · 0.45
DoSendTwoStringsMethod · 0.45
DoPushStringsMethod · 0.45
DoSleepMethod · 0.45
DoSleepWithSidecarMethod · 0.45
EchoMethod · 0.45
DoTestSidecarMethod · 0.45
DoTestOutgoingSidecarMethod · 0.45

Calls 1

SliceClass · 0.70

Tested by 9

DoAddMethod · 0.36
DoSendTwoStringsMethod · 0.36
DoPushStringsMethod · 0.36
DoSleepMethod · 0.36
DoSleepWithSidecarMethod · 0.36
EchoMethod · 0.36
DoTestSidecarMethod · 0.36
DoTestOutgoingSidecarMethod · 0.36
GetSidecarPointerMethod · 0.36