Contain client side configuration. We make profiler associated per query, so profiler is not maintain...
Definition client_context.h:51
QuerySummary stores the execution time, plan, compiling time and query options of a query.
Definition query_summary.h:20
void setPreparedSummary(PreparedSummary preparedSummary_)
friend class benchmark::Benchmark
Definition query_summary.h:22
KUZU_API double getExecutionTime() const
KUZU_API double getCompilingTime() const
PreparedSummary stores the compiling time and query options of a query.
Definition query_summary.h:12
double compilingTime
Definition query_summary.h:13
common::StatementType statementType
Definition query_summary.h:14