#include <userver/ydb/settings.hpp>
Settings for a single query execution.
Definition at line 43 of file settings.hpp.
Public Attributes | |
| std::optional< bool > | keep_in_query_cache {std::nullopt} |
| std::optional< NYdb::NTable::ECollectQueryStatsMode > | collect_query_stats {std::nullopt} |
| Stats collection mode for query execution. | |
| std::optional<NYdb::NTable::ECollectQueryStatsMode> ydb::QuerySettings::collect_query_stats {std::nullopt} |
Stats collection mode for query execution.
Definition at line 49 of file settings.hpp.
| std::optional<bool> ydb::QuerySettings::keep_in_query_cache {std::nullopt} |
Whether to keep the query in a server-side query cache.
Definition at line 46 of file settings.hpp.