nullCompare#
- swordfish.function.nullCompare()#
Return a Boolean value which is the result of func(X,Y). Return NULL if the calculation involves null values. This function is not affected by the configuration paramter nullAsMinValueForComparison.
- 参数:
func (Constant) -- The operator <, >, >=, <=, or the function between, in.
X (Constant) -- Can be a scalar, pair, vector, matrix, or set.
Y (Constant) --
Can be a scalar, pair, vector, matrix, or set.
备注
X and Y do not support the following data types currently: STRING, SYMBOL, IPADDR, UUID, BLOB, INT128.