Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
588
inline 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.h
File · 0.45
Free
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected