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

Method processContext

be/src/rpc/thrift-server.cc:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239void ThriftServer::ThriftServerEventProcessor::processContext(void* context,
240 std::shared_ptr<TTransport> transport) {
241 __connection_context__ = reinterpret_cast<ConnectionContext*>(context);
242}
243
244bool ThriftServer::ThriftServerEventProcessor::IsIdleContext(void* context) {
245 __connection_context__ = reinterpret_cast<ConnectionContext*>(context);

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected