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

Method ResizeTable

be/src/exec/hash-table-test.cc:157–160  ·  view source on GitHub ↗

Wrapper to call private methods on HashTable TODO: understand google testing, there must be a more natural way to do this

Source from the content-addressed store, hash-verified

155 // Wrapper to call private methods on HashTable
156 // TODO: understand google testing, there must be a more natural way to do this
157 Status ResizeTable(
158 HashTable* table, int64_t new_size, HashTableCtx* ht_ctx, bool* success) {
159 return table->ResizeBuckets(new_size, ht_ctx, success);
160 }
161
162 // Do a full table scan on table. All values should be between [min,max). If
163 // all_unique, then each key(int value) should only appear once. Results are

Callers

nothing calls this directly

Calls 1

ResizeBucketsMethod · 0.80

Tested by

no test coverage detected