Skip to content
Advertisement

Tag: user-defined-functions

Cassandra UDF: getting error on checking null values

I wrote an UDF like the below: And I get this error: InvalidRequest: Error from server: code=2200 [Invalid query] message=”Java source compilation failed: Line 1: The operator != is undefined for the argument type(s) long, null Line 1: The operator != is undefined for the argument type(s) double, null” While in manuals these comparisons seems ok (e.g. here). I am

Advertisement