Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ GetStream
Method
GetStream
be/src/exec/scanner-context.h:349–353 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
347
};
348
349
Stream* GetStream(int idx = 0) {
350
DCHECK_GE(idx, 0);
351
DCHECK_LT(idx, streams_.size());
352
return streams_[idx].get();
353
}
354
355
int NumStreams() const { return streams_.size(); }
356
Callers
3
Open
Method · 0.80
CreateAndOpenScannerHelper
Method · 0.80
ProcessSplit
Method · 0.80
Calls
2
get
Method · 0.65
size
Method · 0.45
Tested by
no test coverage detected