Class Function.IsNotFalseFunc

java.lang.Object
org.apache.druid.math.expr.Function.IsNotFalseFunc
All Implemented Interfaces:
Function, NamedFunction
Enclosing interface:
Function

public static class Function.IsNotFalseFunc extends Object implements Function
SQL function "IS NOT FALSE". Different from "IS TRUE" in that it returns true for NULL as well.