MCPcopy Create free account
hub / github.com/ByConity/ByConity / getTaskUUID

Method getTaskUUID

src/Statistics/AutoStatisticsTaskQueue.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 TaskInfo(const TaskInfoCore & core_, TimePoint start_lease_) : TaskInfoCore(core_), start_lease(start_lease_) { }
51
52 UUID getTaskUUID() const { return task_uuid; }
53 UUID getTableUUID() const { return table_uuid; }
54 UInt64 getRetryTimes() const { return retry_times; }
55 TaskType getTaskType() const { return task_type; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected