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

Method Size

be/src/exec/write-stream.inline.h:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97inline size_t WriteStream::Size() {
98 return len_;
99}
100
101inline void WriteStream::Clear() {
102 len_ = 0;

Callers 15

ToStringValFunction · 0.45
SelectByKeyFunction · 0.45
SelectByIndexFunction · 0.45
ExpandArraysFunction · 0.45
ExtractValuesFunction · 0.45
num_tuplesMethod · 0.45
OpenMethod · 0.45
BytesWrittenMethod · 0.45
DCheckConsistencyMethod · 0.45
InsertTupleRowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected