MCPcopy Index your code
hub / github.com/questdb/questdb / execute

Method execute

core/src/main/java/io/questdb/griffin/SqlCompiler.java:58–58  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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

Implementers 2

SqlCompilerImplcore/src/main/java/io/questdb/griffin/
Ccore/src/main/java/io/questdb/cairo/po

Calls

no outgoing calls