You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/sql/schemachanger/testdata/end_to_end/create_function/create_function.side_effects
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,12 @@ write *eventpb.CreateFunction to event log:
36
36
functionName: defaultdb.public.f
37
37
sql:
38
38
descriptorId: 110
39
-
statement: "CREATE FUNCTION ‹defaultdb›.‹public›.‹f›(‹a› ‹notmyworkday›)\n\tRETURNS INT8\n\tVOLATILE\n\tLANGUAGE SQL\n\tAS $$SELECT ‹a› FROM ‹defaultdb›.‹public›.‹t›; SELECT ‹b› FROM ‹defaultdb›.‹public›.‹t›@‹t_idx_b›; SELECT ‹c› FROM ‹defaultdb›.‹public›.‹t›@‹t_idx_c›; SELECT ‹a› FROM ‹defaultdb›.‹public›.‹v›; SELECT nextval(‹'sq1'›);$$"
39
+
statement: |-
40
+
CREATE FUNCTION ‹defaultdb›.‹public›.‹f›(‹a› ‹notmyworkday›)
41
+
RETURNS INT8
42
+
VOLATILE
43
+
LANGUAGE SQL
44
+
AS $$SELECT ‹a› FROM ‹defaultdb›.‹public›.‹t›; SELECT ‹b› FROM ‹defaultdb›.‹public›.‹t›@‹t_idx_b›; SELECT ‹c› FROM ‹defaultdb›.‹public›.‹t›@‹t_idx_c›; SELECT ‹a› FROM ‹defaultdb›.‹public›.‹v›; SELECT nextval(‹'sq1'›);$$
40
45
tag: CREATE FUNCTION
41
46
user: root
42
47
## StatementPhase stage 1 of 1 with 12 MutationType ops
Copy file name to clipboardExpand all lines: pkg/sql/schemachanger/testdata/end_to_end/create_function_calling_function/create_function_calling_function.side_effects
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,12 @@ write *eventpb.CreateFunction to event log:
0 commit comments