QuerySummary stores the execution time, plan, compiling time and query options of a query.
More...
#include <query_summary.h>
QuerySummary stores the execution time, plan, compiling time and query options of a query.
◆ getCompilingTime()
KUZU_API double kuzu::main::QuerySummary::getCompilingTime |
( |
| ) |
const |
- Returns
- query compiling time in milliseconds.
◆ getExecutionTime()
KUZU_API double kuzu::main::QuerySummary::getExecutionTime |
( |
| ) |
const |
- Returns
- query execution time in milliseconds.
◆ isExplain()
bool kuzu::main::QuerySummary::isExplain |
( |
| ) |
const |
- Returns
- true if the query is executed with EXPLAIN.
◆ setPreparedSummary()
void kuzu::main::QuerySummary::setPreparedSummary |
( |
PreparedSummary | preparedSummary_ | ) |
|
◆ benchmark::Benchmark
friend class benchmark::Benchmark |
|
friend |
◆ ClientContext
The documentation for this class was generated from the following file: