You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Ravindra Pesala (JIRA)" <ji...@apache.org> on 2017/09/27 09:52:00 UTC

[jira] [Created] (CARBONDATA-1517) 1. Add parser rule and support creating aggregation tables to main table.And update aggregation table information to main table schema.

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)