Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ num_fragments
Method
num_fragments
be/src/runtime/query-exec-params.h:50–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
const TQueryOptions& query_options() const { return exec_request_.query_options; }
49
50
int32_t num_fragments() const { return fragments_.size(); }
51
52
const std::vector<const TPlanFragment*>& GetFragments() const { return fragments_; }
53
Callers
1
InitFragmentStats
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected