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

Method Reset

be/src/exec/row-batch-cache.h:58–58  ·  view source on GitHub ↗

Resets the cache such that subsequent calls to GetNextBatch() return batches from the beginning of the cache. All batches previously returned by GetNextBatch() are invalid.

Source from the content-addressed store, hash-verified

56 /// the beginning of the cache. All batches previously returned by GetNextBatch()
57 /// are invalid.
58 void Reset() { next_row_batch_idx_ = 0; }
59
60 /// Delete and free resources associated with all cached batch objects. Must be called
61 /// before the RowBatchCache is destroyed.

Callers 1

GetNextBatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected