INSPECT_ALL_PIPES
Returns information about all pipe objects.
Analyze Syntax
func.inspect_all_pipes()
Analyze Examples
func.inspect_all_pipes()
┌─────────────┐
│ (pipe info) │
└─────────────┘
SQL Syntax
INSPECT_ALL_PIPES()
SQL Examples
SELECT * FROM TABLE(INSPECT_ALL_PIPES());
┌────────────────┐
│ (pipe details) │
└────────────────┘