This topic lists query language restrictions and unsupported features in VMware Tanzu GemFire.
At a high level, Tanzu GemFire does not support the following querying features:
Static method invocations are not supported. For example, the following query is invalid:
SELECT DISTINCT * FROM /QueryRegion0 WHERE aDay = Day.Wednesday
You cannot create an index on fields using Set/List types (Collection types) that are not comparable. The OQL index implementation expects fields to be Comparable. To workaround this, you can create a custom Collection type that implements Comparable.