Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
p1tests
/
text
/
plan
/
sign1.q
blob: 075067dd9ae90c3ec252842068ce284c151edf70 [
file
] [
log
] [
blame
]
explain plan
for
select
*
from
(
select
sign
(
voter_id
),
sign
(
age
),
sign
(
contributions
),
sign
(
voterzone
)
from
voter_csv_v
where
voter_id
=
10
)
t limit
0
;