Class ShowProceduresOperation
java.lang.Object
org.apache.flink.table.operations.AbstractShowOperation
org.apache.flink.table.operations.ShowProceduresOperation
- All Implemented Interfaces:
ExecutableOperation,Operation,ShowOperation
Operation to describe a SHOW PROCEDURES statement. The full syntax for SHOW PROCEDURES is as
followings:
SHOW PROCEDURES [ ( FROM | IN ) [catalog_name.]database_name ] [ [NOT] (LIKE | ILIKE)
<sql_like_pattern> ] statement
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.table.operations.ExecutableOperation
ExecutableOperation.Context -
Field Summary
Fields inherited from class org.apache.flink.table.operations.AbstractShowOperation
catalogName, likeOp, preposition -
Constructor Summary
ConstructorsConstructorDescriptionShowProceduresOperation(String catalogName, String databaseName, String preposition, ShowLikeOperator likeOp) ShowProceduresOperation(String catalogName, String databaseName, ShowLikeOperator likeOp) -
Method Summary
Methods inherited from class org.apache.flink.table.operations.AbstractShowOperation
asSummaryString, equals, execute, hashCode, toString
-
Constructor Details
-
ShowProceduresOperation
public ShowProceduresOperation(@Nullable String catalogName, @Nullable String databaseName, @Nullable String preposition, @Nullable ShowLikeOperator likeOp) -
ShowProceduresOperation
public ShowProceduresOperation(@Nullable String catalogName, @Nullable String databaseName, @Nullable ShowLikeOperator likeOp)
-
-
Method Details
-
retrieveDataForTableResult
- Specified by:
retrieveDataForTableResultin classAbstractShowOperation
-
getOperationName
- Specified by:
getOperationNamein classAbstractShowOperation
-
getColumnName
- Specified by:
getColumnNamein classAbstractShowOperation
-
getPrepositionSummaryString
- Overrides:
getPrepositionSummaryStringin classAbstractShowOperation
-