We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 010347e + 22df0b8 commit 7685dbfCopy full SHA for 7685dbf
ydb/public/sdk/cpp/include/ydb-cpp-sdk/client/table/table.h
@@ -1164,7 +1164,7 @@ struct TStreamExecScanQuerySettings : public TRequestSettings<TStreamExecScanQue
1164
// Collect runtime statistics with a given detalization mode
1165
FLUENT_SETTING_DEFAULT(ECollectQueryStatsMode, CollectQueryStats, ECollectQueryStatsMode::None);
1166
1167
- //Deprecated. Use CollectQueryStats >= ECollectQueryStatsMode::Full to get QueryMeta in QueryStats
+ // Deprecated. Use CollectQueryStats >= ECollectQueryStatsMode::Full to get QueryMeta in QueryStats
1168
// Collect full query compilation diagnostics
1169
FLUENT_SETTING_DEFAULT(bool, CollectFullDiagnostics, false);
1170
};
0 commit comments