Oswaldo Baptista Vicente Junior

Results 8 comments of Oswaldo Baptista Vicente Junior

What about creating a LAMBDA function (similar to MS Excel)? Something like `FILTER(data_mapping_model, LAMBDA(item, item.map_type == '3'))` (not implemented).

Maybe it's not so easy (or even possible). But one first idea would be to accept the `LAMBDA` function as a lazy parameter inside the `FILTER` function. The `FILTER` function...

Hello, I could reproduce the issue by generating a huge expression recursively, such as `((((((1 + (2 + (3 + (4 + ... (10000 + 0)))))))))`. I created Pull Request...

@seime, Have you tried the following expression? `(a != null && a) || (b != null && b)) || (d != null && d)` This expression ensures that: If a...

Hey @seime, I hear you -- injecting explicit null checks can clutter the expression and make it harder to debug, especially with many variables involved. What about a switchable flag...

Hello @seime and @uklimaschewski. I have just created PR #538 to address this enhancement.

@uklimaschewski, do you have any clue why the build is failing for this PR, without any source file changes?