Skip to content

Commit ce590e5

Browse files
committed
[REF] module_filter: remove comment
Delete a comment that doesn't belong here. Indeed, the filtering function cannot be simplified by vectorization because it requires checking the dimensions of the arguments and returning an error in case of incompatibility. closes #7546 Task: 4776041 Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
1 parent d4c7e73 commit ce590e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/o-spreadsheet-engine/src/functions/module_filter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ export const FILTER = {
9999
description: _t(
100100
"Returns a filtered version of the source range, returning only rows or columns that meet the specified conditions."
101101
),
102-
// TODO modify args description when vectorization on formulas is available
103102
args: [
104103
arg("range (any, range<any>)", _t("The data to be filtered.")),
105104
arg(

0 commit comments

Comments
 (0)