Uses of Class
io.trino.sql.tree.FunctionCall.NullTreatment
-
Packages that use FunctionCall.NullTreatment Package Description io.trino.sql.tree -
-
Uses of FunctionCall.NullTreatment in io.trino.sql.tree
Methods in io.trino.sql.tree that return FunctionCall.NullTreatment Modifier and Type Method Description static FunctionCall.NullTreatmentFunctionCall.NullTreatment. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionCall.NullTreatment[]FunctionCall.NullTreatment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.sql.tree that return types with arguments of type FunctionCall.NullTreatment Modifier and Type Method Description Optional<FunctionCall.NullTreatment>FunctionCall. getNullTreatment()
-