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

Method Reset

be/src/runtime/bufferpool/buffer-pool.h:588–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588inline void BufferPool::BufferHandle::Reset() {
589 client_ = NULL;
590 data_ = NULL;
591 len_ = -1;
592 home_core_ = -1;
593}
594}
595
596#endif

Callers 2

buffer-pool.hFile · 0.45
FreeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected