Skip to content
Snippets Groups Projects

Issue #11: Add engine support to sub-dimensions

5 files
+ 165
33
Compare changes
  • Side-by-side
  • Inline

Files

+ 11
6
@@ -18,9 +18,14 @@
@@ -18,9 +18,14 @@
* along with blend. If not, see <http://www.gnu.org/licenses/>.
* along with blend. If not, see <http://www.gnu.org/licenses/>.
*/
*/
export enum AggregationType {
export enum AggregationType {
SUM,
NONE,
AVG,
SUM,
COUNT,
AVG,
NONE
COUNT
};
};
 
 
export enum RelationType {
 
NONE,
 
DAY
 
};
Loading