massive_query_data
Execute SQL queries over stored market data DataFrames to filter, aggregate, join, and analyze. Supports SHOW TABLES, DESCRIBE, DROP TABLE, and apply for server-side Greeks and technicals.
Instructions
SQL queries over stored DataFrames from massive_call_api. Supports SHOW TABLES, DESCRIBE , DROP TABLE , and full SQL with JOIN/GROUP BY/window functions. Use apply for server-side Greeks and technicals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL query or special command | |
| apply | No | Post-processing functions to apply to query results |