MCPcopy 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

OpenMethod · 0.80
ProcessSplitMethod · 0.80

Calls 2

getMethod · 0.65
sizeMethod · 0.45

Tested by

no test coverage detected