Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
hbase
/
plan
/
length.q
blob: 391a4071ff6ba8e4c77a2d562dde08c3fb5ce9da [
file
] [
log
] [
blame
]
explain plan
for
select
*
from
(
select
length
(
convert_from
(
onecf
[
'name'
],
'UTF8'
))
from
student
where
twocf
[
'age'
]
<
19
)
t limit
0
;