MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / startTime

Method startTime

src/Common/AsyncLoader.h:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 TimePoint scheduleTime() const { return schedule_time; }
108 TimePoint enqueueTime() const { return enqueue_time; }
109 TimePoint startTime() const { return start_time; }
110 TimePoint finishTime() const { return finish_time; }
111
112 const LoadJobSet dependencies; // Jobs to be done before this one (with ownership), it is `const` to make creation of cycles hard

Callers 1

fillDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected