We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a8c49 commit cb60d51Copy full SHA for cb60d51
src/Common/Scheduler/WorkloadSettings.h
@@ -11,6 +11,8 @@
11
namespace DB
12
{
13
14
+// Represent parsed version for SETTINGS clause in CREATE WORKLOAD query
15
+// Note that it is parsed for specific resource name and unit
16
struct WorkloadSettings
17
18
static constexpr Int64 unlimited = std::numeric_limits<Int64>::max();
0 commit comments