Class PostgreSQLArrayConstructorFunction

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor

public class PostgreSQLArrayConstructorFunction extends ArrayConstructorFunction
Special array constructor function that also applies a cast to the array literal, based on the inferred result type. PostgreSQL needs this, because by default it assumes a text[], which is not compatible with varchar[].