TDI-38412:Refactor the code of conversion functions. (#954)
This commit is contained in:
@@ -52,7 +52,7 @@ public class Relational {
|
||||
*
|
||||
* {example} ISNULL(null)
|
||||
*/
|
||||
public int isNull(Object value) {
|
||||
public static int isNull(Object value) {
|
||||
if (value == null) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user