quark icon indicating copy to clipboard operation
quark copied to clipboard

Add functionality for DDL statements to add, drop and update cubes.

Open amoghmargoor opened this issue 8 years ago • 2 comments

After adding support for Quark's DDL statement to Calcite in issue#34, we need to add corresponding functionality for cube, measure and dimensions to Quark.

amoghmargoor avatar Mar 04 '16 11:03 amoghmargoor

I want to see a design for this before getting into code.

vrajat avatar Mar 16 '16 03:03 vrajat

One way to do it, is to follow the same approach used in case of View:

  1. New pojo for Dimension, Measure (Already have pojo for Cube).
  2. Changes in dao's, mapper's, db.schemaFactory.
  3. Changes in DDLPlanExecutor. (Here alter/create methods can be merged)

adeshr avatar Mar 29 '16 11:03 adeshr