Igniters,

Looks like Tuple API has no efficient way to tell if a value for a nullable
column of primitive type is null.

- Tuple#intValue() will return 0 when the actual value is null => not clear
if 0 is 0 or null.
- Tuple#value() works, but is more expensive due to boxing and type lookup.

Any ideas on how to improve this?

Reply via email to