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

Method AddSingleBlockTable

be/src/scheduling/scheduler-test-util.cc:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void Schema::AddSingleBlockTable(
173 const TableName& table_name, const vector<int>& non_cached_replica_host_idxs) {
174 AddSingleBlockTable(table_name, non_cached_replica_host_idxs, {});
175}
176
177void Schema::AddSingleBlockTable(const TableName& table_name,
178 const vector<int>& non_cached_replica_host_idxs,

Callers 1

TEST_FFunction · 0.80

Calls 7

resizeMethod · 0.80
push_backMethod · 0.80
findMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45
insertMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected