bijington/expressive

Median treats nulls as zero

Closed this issue · 0 comments

Describe the bug
When performing a Median function nulls are treated as zeros and can skew results. Propose that nulls should simply be ignored.

To Reproduce
Median(10, 20, null)

Expected behavior
The above function should yield 15.

Platform (please complete the following information):

Additional context
Add any other context about the problem here.