SPI for operation execution. Typical execution will rely on the compiler infrastructure, such paths, engine, configuration etc. We use compiler to avoid cluttering the operation (which is immutable copy of user's request). @param op the operation to execute @param executionContext the
(final Operation op, SqlExecutionContext executionContext)
| 56 | * @throws CairoException in case of unexpected, typically runtime, errors |
| 57 | */ |
| 58 | boolean execute(final Operation op, SqlExecutionContext executionContext) throws SqlException, CairoException; |
| 59 | |
| 60 | ExecutionModel generateExecutionModel(CharSequence sqlText, SqlExecutionContext executionContext) throws SqlException; |
| 61 |
no outgoing calls