Skip to content

Commit 1fd8d43

Browse files
Update xirr.mdx
Removed a confusing code comment
1 parent b279611 commit 1fd8d43

File tree

1 file changed

+1
-5
lines changed
  • docs/pages/product/data-modeling/recipes

1 file changed

+1
-5
lines changed

docs/pages/product/data-modeling/recipes/xirr.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ cubes:
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

0 commit comments

Comments
 (0)