Class CaseLeastGreatestEmulation

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor

public class CaseLeastGreatestEmulation extends AbstractSqmSelfRenderingFunctionDescriptor
Some databases don't have a function like least() or greatest(), and on those platforms we emulate the function using case.