Closed duckdblabs-bot closed 1 month ago
@Tishj does the second parameter (in your example in the original PR, i
) always denote the position?
select [4,5,6] as l, [x for x,i in l if i != 2] filtered;
@Tishj does the second parameter (in your example in the original PR,
i
) always denote the position?select [4,5,6] as l, [x for x,i in l if i != 2] filtered;
Yes it does 👍
See https://github.com/duckdb/duckdb/issues/13389