We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c15cd commit 8c36022Copy full SHA for 8c36022
docs/content/Schema/Reference/cube.mdx
@@ -707,7 +707,7 @@ FILTER_PARAMS.<CUBE_NAME>.<FILTER_NAME>.filter(expression)
707
708
Heavy usage of FILTER_PARAMS is considered a bad practice. It usually leads to hard to maintain data model.
709
710
-Good rule of thumb is to use FILTER_PARAMS only for predict pushdown performance optimizations.
+Good rule of thumb is to use FILTER_PARAMS only for predicate pushdown performance optimizations.
711
712
If you find yourself relying a lot on FILTER_PARAMS, it might mean you'll need to
713
0 commit comments