Class Function.IsNotTrueFunc

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

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