Class AbstractArrayIntersectsFunction

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor
Direct Known Subclasses:
ArrayIntersectsUnnestFunction, H2ArrayIntersectsFunction, OracleArrayIntersectsFunction

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