Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
functions
/
repeated_count
/
DRILL_4858_repeated_map.sql
blob: c026d2e5b8dbf3a5fca7cd7efdf38968b755f52c [
file
] [
log
] [
blame
]
select
id
,
repeated_count
(
repeated_map
)
from
`/
DRILL_4858
/
repeated_count_data
.
json
`;