Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ dump_expr
Function
dump_expr
src/pl/plpgsql/src/pl_funcs.c:1591–1595 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1589
}
1590
1591
static void
1592
dump_expr(PLpgSQL_expr *expr)
1593
{
1594
printf(
"'%s'"
, expr->query);
1595
}
1596
1597
void
1598
plpgsql_dumptree(PLpgSQL_function *func)
Callers
15
dump_assign
Function · 0.85
dump_if
Function · 0.85
dump_case
Function · 0.85
dump_while
Function · 0.85
dump_fori
Function · 0.85
dump_fors
Function · 0.85
dump_forc
Function · 0.85
dump_foreach_a
Function · 0.85
dump_open
Function · 0.85
dump_cursor_direction
Function · 0.85
dump_perform
Function · 0.85
dump_call
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected