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

ParameterTypeDescription
sqlString

The SQL query for which to create a TableSpec.

Returns

A TableSpec object that can be used to create a Deephaven table from the original SQL query.

Examples