All Implemented Interfaces:
NamedWriteable, Writeable, Resolvable, EvaluatorMapper

public class MvIntersection extends BinaryScalarFunction implements EvaluatorMapper
Adds a function to return a result set with multivalued items that are contained in the input sets. Example: Given set A = {"a","b","c"} and set B = {"b","c","d"}, MV_INTERSECTION(A, B) returns {"b", "c"}