Class InFunction

All Implemented Interfaces:
Expression, Function, FunctionExpression, Factory

public class InFunction extends FunctionExpressionImpl
The function checks whether a candidate value is contained in an arbitrary long list of user provided values.

If the candidate value is found, the function returns true; otherwise, it returns false.

Author:
Stefano Costa, GeoSolutions