Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ dump_assign
Function
dump_assign
src/pl/plpgsql/src/pl_funcs.c:973–980 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
971
}
972
973
static void
974
dump_assign(PLpgSQL_stmt_assign *stmt)
975
{
976
dump_ind();
977
printf(
"ASSIGN var %d := "
, stmt->varno);
978
dump_expr(stmt->expr);
979
printf(
"\n"
);
980
}
981
982
static void
983
dump_if(PLpgSQL_stmt_if *stmt)
Callers
1
dump_stmt
Function · 0.85
Calls
2
dump_ind
Function · 0.85
dump_expr
Function · 0.85
Tested by
no test coverage detected