dryRun
The dryRun method creates a TableSpec for an SQL query without actually running it. This is useful for validating SQL queries before running them or for creating a TableSpec that can be used later to create a Deephaven table.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| sql | String | The SQL query for which to create a |
Returns
A TableSpec object that can be used to create a Deephaven table from the original SQL query.