mrpowers-io/spark-daria

Add new functions: greatest and least

Opened this issue · 0 comments

Can you add 2 functions:

  1. greatest that do not filter null but return null if one of the input is null
  2. least that do not filter null but return null if one of the input is null