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

Method ExecuteStatement

be/src/service/impala-hs2-server.cc:674–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672}
673
674void ImpalaServer::ExecuteStatement(TExecuteStatementResp& return_val,
675 const TExecuteStatementReq& request) {
676 VLOG_QUERY << "ExecuteStatement(): request=" << RedactedDebugString(request);
677 ExecuteStatementCommon(return_val, request);
678}
679
680void ImpalaServer::ExecutePlannedStatement(
681 TExecuteStatementResp& return_val,

Callers 15

execAndFetchMethod · 0.45
execQueryAsyncMethod · 0.45
execAndFetchMethod · 0.45
execAndFetchMethod · 0.45
_execute_hs2_stmtMethod · 0.45
__query_and_fetchMethod · 0.45
test_select_nullMethod · 0.45
test_invalid_secretMethod · 0.45

Calls 1

RedactedDebugStringFunction · 0.85

Tested by 15

execAndFetchMethod · 0.36
execQueryAsyncMethod · 0.36
execAndFetchMethod · 0.36
execAndFetchMethod · 0.36
_execute_hs2_stmtMethod · 0.36
__query_and_fetchMethod · 0.36
test_select_nullMethod · 0.36
test_invalid_secretMethod · 0.36