Package org.umlg.sqlg.predicate
Class ArrayOverlaps<T>
java.lang.Object
org.umlg.sqlg.predicate.ArrayOverlaps<T>
- All Implemented Interfaces:
BiPredicate<T[],
,T[]> org.apache.tinkerpop.gremlin.process.traversal.PBiPredicate<T[],
T[]>
public class ArrayOverlaps<T>
extends Object
implements org.apache.tinkerpop.gremlin.process.traversal.PBiPredicate<T[],T[]>
Postgres specific array data type operator to check if two arrays overlap.
https://www.postgresql.org/docs/9.6/functions-array.html
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiPredicate
and, or
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.PBiPredicate
getPredicateName, negate
-
Constructor Details
-
ArrayOverlaps
-
-
Method Details
-
getPredicate
-
getValues
-
test
- Specified by:
test
in interfaceBiPredicate<T[],
T[]>
-