mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
clarify comment
This commit is contained in:
parent
bc30ed92d4
commit
aff14bc899
@ -116,7 +116,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
size_t checkDepth(size_t max_depth) const { return checkDepthImpl(max_depth, max_depth); }
|
size_t checkDepth(size_t max_depth) const { return checkDepthImpl(max_depth, max_depth); }
|
||||||
|
|
||||||
/// Do not allow to change the table while the blocks stream is alive.
|
/// Do not allow to change the table while the blocks stream and its children are alive.
|
||||||
void addTableLock(const TableStructureReadLockPtr & lock) { table_locks.push_back(lock); }
|
void addTableLock(const TableStructureReadLockPtr & lock) { table_locks.push_back(lock); }
|
||||||
|
|
||||||
/// Get information about execution speed.
|
/// Get information about execution speed.
|
||||||
|
Loading…
Reference in New Issue
Block a user