massive_query_data
Run SQL queries on stored DataFrames from market data API. Supports table operations, full SQL with joins and window functions, and server-side Greeks/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 |