Class H2ArrayIntersectsFunction

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor

public class H2ArrayIntersectsFunction extends AbstractArrayIntersectsFunction
H2 requires a very special emulation, because unnest is pretty much useless, due to https://github.com/h2database/h2database/issues/1815. This emulation uses array_get, array_length and system_range functions to roughly achieve the same.