Class SpannerPostgreSQLArrayConcatElementFunction

All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor

public class SpannerPostgreSQLArrayConcatElementFunction extends ArrayConcatElementFunction
Spanner PostgreSQL variant of the function to properly return null when the array argument is null without generating casts which Spanner doesn't support.