File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
docs/pages/product/data-modeling/recipes Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 5454 sql : payment
5555 type : number
5656
57- # Everything below this line is only needed for querying
58- # pre-aggregations in Cube Store
5957 - name : date__day
6058 sql : " {date.day}"
6159 type : time
@@ -101,8 +99,6 @@ cube(`payments`, {
10199 type : ` number`
102100 },
103101
104- // Everything below this line is only needed for querying
105- // pre-aggregations in Cube Store
106102 date__day : {
107103 sql : ` ${CUBE.date.day}` ,
108104 type : ` time`
@@ -198,4 +194,4 @@ All queries above would yield the same result:
198194[ ref-query-wpp ] : /product/apis-integrations/queries#query-with-post-processing
199195[ ref-query-regular ] : /product/apis-integrations/queries#regular-query
200196[ link-tesseract ] : https://cube.dev/blog/introducing-next-generation-data-modeling-engine
201- [ ref-multi-stage-calculations ] : /product/data-modeling/concepts/multi-stage-calculations
197+ [ ref-multi-stage-calculations ] : /product/data-modeling/concepts/multi-stage-calculations
You can’t perform that action at this time.
0 commit comments