Skip to main content
Version: Candidate-4.1

inspect_all_pipes

inspect_all_pipes()

This function returns meta data of all pipes in the current database.

Arguments​

None.

Return Value​

Returns a VARCHAR string containing the meta data of all pipes in JSON format.

Examples​

Example 1: Get the curent all

mysql> select inspect_all_pipes();
+---------------------+
| inspect_all_pipes() |
+---------------------+
| [] |
+---------------------+
1 row in set (0.01 sec)
Rocky the happy otterStarRocks Assistant

AI generated answers are based on docs and other sources. Please test answers in non-production environments.