Class PgGetExprSqlFunction

java.lang.Object
com.gigaspaces.query.sql.functions.SqlFunction
com.gigaspaces.query.sql.functions.PgGetExprSqlFunction

public class PgGetExprSqlFunction extends SqlFunction
A system function that returns a decompiled source code of a Postgres expression. We do not support that, so just returning an empty string.

See https://www.postgresql.org/docs/13/functions-info.html, Table 9.68.