MCPcopy 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_getcolumsMethod · 0.45
openMethod · 0.45
OpenMethod · 0.45
CloseMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_hs2_getcolumsMethod · 0.36