Package org.apache.calcite.sql.advise


package org.apache.calcite.sql.advise
Provides hints and corrections for editing SQL statements.

The SQL statement might be partially-formed SQL statement or invalid. It is edited in a SQL editor user-interface.

The advisor uses the validation and parser framework set up in org.apache.calcite.sql.validate package.