get_query_plan
Obtain the execution plan of a SQL query to analyze and optimize performance in a CSV-database environment.
Instructions
Get the execution plan for a query to understand performance.
Args: query: SQL query to analyze
Returns: Query execution plan
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |