Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ trait ExpressionWithRandomSeed extends Expression {
> SELECT _FUNC_();
0.9629742951434543
> SELECT _FUNC_(0);
0.8446490682263027
0.7604953758285915
> SELECT _FUNC_(null);
0.8446490682263027
0.7604953758285915
""",
note = """
The function is non-deterministic in general case.
Expand Down Expand Up @@ -131,9 +131,9 @@ object Rand {
> SELECT _FUNC_();
-0.3254147983080288
> SELECT _FUNC_(0);
1.1164209726833079
1.6034991609278433
> SELECT _FUNC_(null);
1.1164209726833079
1.6034991609278433
""",
note = """
The function is non-deterministic in general case.
Expand Down