evaluate
The evaluate method evaluates a SQL string and returns the equivalent Deephaven table.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| sql | String | The SQL query, in string format, to evaluate. |
Returns
A new in-memory table resulting from executing the SQL query on Deephaven data.