Class PgGetExprSqlFunction
java.lang.Object
com.gigaspaces.query.sql.functions.SqlFunction
com.gigaspaces.query.sql.functions.PgGetExprSqlFunction
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(SqlFunctionExecutionContext context) Defines the action to be performed on the stored object.Methods inherited from class com.gigaspaces.query.sql.functions.SqlFunction
assertNumberOfArguments, assertNumberOfArguments, fromSqlTypeName, isString, isWholeNumber
-
Constructor Details
-
PgGetExprSqlFunction
public PgGetExprSqlFunction()
-
-
Method Details
-
apply
Description copied from class:SqlFunctionDefines the action to be performed on the stored object.- Specified by:
applyin classSqlFunction- Parameters:
context- contains the arguments,SqlFunctionExecutionContext- Returns:
- The Stored object after applying the action
-