INSPECT_MEMORY (Lakehouse v2)
Returns memory usage information for the current node.
Analyze Syntax
Section titled “Analyze Syntax”func.inspect_memory()Analyze Examples
Section titled “Analyze Examples”func.inspect_memory()
┌───────────────┐│ (memory info) │└───────────────┘SQL Syntax
Section titled “SQL Syntax”INSPECT_MEMORY()SQL Examples
Section titled “SQL Examples”SELECT * FROM TABLE(INSPECT_MEMORY());
┌──────────────────┐│ (memory details) │└──────────────────┘