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

Method ClearIndices

be/src/util/dict-encoding.h:79–79  ·  view source on GitHub ↗

Clears all the indices (but leaves the dictionary).

Source from the content-addressed store, hash-verified

77
78 /// Clears all the indices (but leaves the dictionary).
79 void ClearIndices() { buffered_indices_.clear(); }
80
81 /// Returns a conservative estimate of the number of bytes needed to encode the buffered
82 /// indices. Used to size the buffer passed to WriteData().

Callers 3

WriteDictDataPageMethod · 0.80
ValidateDictFunction · 0.80
TESTFunction · 0.80

Calls 1

clearMethod · 0.65

Tested by 2

ValidateDictFunction · 0.64
TESTFunction · 0.64