Class SqlAdapter

java.lang.Object
io.deephaven.sql.SqlAdapter

public final class SqlAdapter extends Object
This is the main public entrypoint for converting a SQL query into TableSpec.
  • Constructor Details

    • SqlAdapter

      public SqlAdapter()
  • Method Details

    • parseSql

      public static TableSpec parseSql(String sql, Scope scope)
      Parses the sql query into a TableSpec.

      Note: only ScopeStaticImpl is supported right now.

      Parameters:
      sql - the sql
      scope - the scope
      Returns:
      the table spec