You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by pieter gmail <pi...@gmail.com> on 2022/12/28 12:17:26 UTC

RE: add isNull to org.umlg.sqlg.structure.Property

Hi,

Since TinkerPop added `supportsNullPropertyValues` users need to call
`property.isPresent() && property.value() != null` to do a null check.
I propse adding a `isNull` to the Property interface to reduce the
typing required.

Regards
Pieter