Sign in
apache
/
spark
/
master
/
.
/
sql
/
connect
/
common
/
src
/
test
/
resources
/
query-tests
/
explain-results
/
between_expr.explain
blob: e21ebd5c5da1fd74db2660f60e902861617dfb0b [
file
]
Project
[((
_common_expr_0
#0 >= cast(0.1 as double)) AND (_common_expr_0#0 <= cast(0.2 as double))) AS between(rand(123), 0.1, 0.2)#0]
+-
Project
[
id
#0L, a#0, b#0, rand(123) AS _common_expr_0#0]
+-
LocalRelation
<empty>
,
[
id
#0L, a#0, b#0]