MCPcopy Create free account
hub / github.com/apache/cloudberry / CreateCommandName

Function CreateCommandName

src/include/tcop/utility.h:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100extern CommandTag CreateCommandTag(Node *parsetree);
101
102static inline const char *
103CreateCommandName(Node *parsetree)
104{
105 return GetCommandTagName(CreateCommandTag(parsetree));
106}
107
108extern LogStmtLevel GetCommandLogLevel(Node *parsetree);
109

Callers 6

ExecCheckXactReadOnlyFunction · 0.85
init_execution_stateFunction · 0.85
SPI_cursor_open_internalFunction · 0.85
_SPI_execute_planFunction · 0.85
get_command_tagFunction · 0.85

Calls 2

GetCommandTagNameFunction · 0.85
CreateCommandTagFunction · 0.85

Tested by 1

get_command_tagFunction · 0.68