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

Method AddMultiBlockTable

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

Source from the content-addressed store, hash-verified

199}
200
201void Schema::AddMultiBlockTable(const TableName& table_name, int num_blocks,
202 ReplicaPlacement replica_placement, int num_replicas) {
203 AddMultiBlockTable(table_name, num_blocks, replica_placement, num_replicas, 0,
204 BlockNamingPolicy::UNPARTITIONED);
205}
206
207void Schema::AddMultiBlockTable(const TableName& table_name, int num_blocks,
208 ReplicaPlacement replica_placement, int num_replicas, int num_cached_replicas,

Callers 2

TEST_FFunction · 0.80
InitializeTestCtxFunction · 0.80

Calls 5

SampleNElementsFunction · 0.85
SampleNFunction · 0.85
resizeMethod · 0.80
push_backMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected