Ravindra Pesala created CARBONDATA-1517:
-------------------------------------------
Summary: 1. Add parser rule and support creating aggregation tables to main table.And update aggregation table information to main table schema.
Key: CARBONDATA-1517
URL:
https://issues.apache.org/jira/browse/CARBONDATA-1517 Project: CarbonData
Issue Type: Sub-task
Reporter: Ravindra Pesala
User should add aggregation tables with following syntax
{code}
create table agg_sales (order_time timestamp, user_id string, quantity int, price bigint) stored by 'carbondata' tblproperties('parent'='sales', 'aggtype'='quanity:sum,max#user_id:count#price:sum,max,min,avg')
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)