Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
inline size_t WriteStream::Size() {
98
return len_;
99
}
100
101
inline void WriteStream::Clear() {
102
len_ = 0;
Callers
15
ToStringVal
Function · 0.45
SelectByKey
Function · 0.45
SelectByIndex
Function · 0.45
ExpandArrays
Function · 0.45
ExtractValues
Function · 0.45
num_tuples
Method · 0.45
Open
Method · 0.45
BytesWritten
Method · 0.45
DCheckConsistency
Method · 0.45
InsertTupleRow
Method · 0.45
InsertTupleWithTieHandling
Method · 0.45
InsertMaterializedTuple
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected