Class ShowFunctionsOperation

java.lang.Object
org.apache.flink.table.operations.AbstractShowOperation
org.apache.flink.table.operations.ShowFunctionsOperation
All Implemented Interfaces:
ExecutableOperation, Operation, ShowOperation

@Internal public class ShowFunctionsOperation extends AbstractShowOperation
Operation to describe a SHOW FUNCTIONS statement. The full syntax for SHOW FUNCTIONS is as followings:

 SHOW [USER] FUNCTIONS [ ( FROM | IN ) [catalog_name.]database_name ] [ [NOT] (LIKE | ILIKE)
 <sql_like_pattern> ] statement