Sign in
apache
/
hive
/
refs/heads/HiveAggregateReduceFunctionsRule
/
.
/
hplsql
/
src
/
test
/
queries
/
db
/
part_count_by.sql
blob: 599dc5b9601a270a0137e44f04360d58845535f3 [
file
] [
log
] [
blame
]
part_count_by
(
partition_date_1
);
part_count_by
(
partition_date_1
,
dt
);
part_count_by
(
partition_date_1
,
dt
,
region
);
part_count_by
(
partition_date_1
,
region
);