Method: Impala::Protocol::ImpalaPlanService::Client#CreateExecRequest

Defined in:
lib/impala/protocol/impala_plan_service.rb

#CreateExecRequest(clientRequest) ⇒ Object



16
17
18
19
# File 'lib/impala/protocol/impala_plan_service.rb', line 16

def CreateExecRequest(clientRequest)
  send_CreateExecRequest(clientRequest)
  return recv_CreateExecRequest()
end