Class AbstractArrayIncludesFunction

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor
Direct Known Subclasses:
ArrayIncludesUnnestFunction, H2ArrayIncludesFunction, OracleArrayIncludesFunction

public abstract class AbstractArrayIncludesFunction extends AbstractSqmSelfRenderingFunctionDescriptor
Encapsulates the validator, return type and argument type resolvers for the array_includes function. Subclasses only have to implement the rendering.