evaluate

The evaluate method evaluates a SQL string and returns the equivalent Deephaven table.

Syntax

Parameters

ParameterTypeDescription
sqlString

The SQL query, in string format, to evaluate.

Returns

A new in-memory table resulting from executing the SQL query on Deephaven data.

Examples