Back to Starrocks

inspect_all_pipes

docs/en/sql-reference/sql-functions/meta-functions/inspect_all_pipes.md

4.1.0465 B
Original Source

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)