neuralib.sqlp.func.ifnull

neuralib.sqlp.func.ifnull(x, y)[source]

x?:y

https://www.sqlite.org/lang_corefunc.html#ifnull

Parameters:
  • x (T)

  • y (T)

Return type:

T