Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ isOpen
Method
isOpen
be/src/transport/TSaslTransport.cpp:63–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
bool TSaslTransport::isOpen() const {
64
return transport_->isOpen();
65
}
66
67
bool TSaslTransport::peek(){
68
return (transport_->peek());
Callers
4
test_hs2_getcolums
Method · 0.45
open
Method · 0.45
Open
Method · 0.45
Close
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_hs2_getcolums
Method · 0.36