#include <StatisticIdsExtractor.hpp>
◆ extractStatisticIdsFromQueryId()
Extracts the statistic ids of the operator over which some statistic is being built.
- Parameters
-
queryCatalog | In this catalog, we search for the queryPlan with the queryId and then extract statistic ids in this queryPlan |
queryId | QueryId to extract the statistic ids from its queryPlan |
timeout | Timeout for the query to be in the RUNNING state. Default is 10000ms |
References magic_enum::enum_name(), extractStatisticIdsFromQueryPlan(), NES::FAILED, NES::MARKED_FOR_HARD_STOP, NES::MARKED_FOR_SOFT_STOP, NES_ERROR, NES_TRACE, NES_WARNING, NES::RUNNING, NES::SOFT_STOP_COMPLETED, NES::SOFT_STOP_TRIGGERED, NES::STOPPED, and NES::timeout.
◆ extractStatisticIdsFromQueryPlan()
std::vector< StatisticId > NES::Statistic::StatisticIdsExtractor::extractStatisticIdsFromQueryPlan |
( |
const QueryPlan & |
queryPlan | ) |
|
|
static |
◆ DEFAULT_TIMEOUT_QUERY_STARTED
constexpr auto NES::Statistic::StatisticIdsExtractor::DEFAULT_TIMEOUT_QUERY_STARTED = std::chrono::milliseconds(10000) |
|
staticconstexpr |
The documentation for this class was generated from the following files: