Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ DtxProtocolCommandToString
Function
DtxProtocolCommandToString
src/backend/cdb/cdbtmutils.c:105–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
const char *
106
DtxProtocolCommandToString(DtxProtocolCommand command)
107
{
108
return GetCommandTagName(command);
109
}
110
111
const char *
112
DtxContextToString(DtxContext context)
Callers
3
exec_mpp_dtx_protocol_command
Function · 0.85
doDispatchDtxProtocolCommand
Function · 0.85
performDtxProtocolCommand
Function · 0.85
Calls
1
GetCommandTagName
Function · 0.85
Tested by
no test coverage detected