From 5253c2e37a8e15f031cbee7248901a514387cba6 Mon Sep 17 00:00:00 2001 From: Weizhen Wang Date: Tue, 3 Sep 2024 15:27:20 +0800 Subject: [PATCH] tmp0903 --- pkg/statistics/table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/statistics/table.go b/pkg/statistics/table.go index 217051be9deaf..c2e00f782c661 100644 --- a/pkg/statistics/table.go +++ b/pkg/statistics/table.go @@ -95,7 +95,7 @@ func (m *ColAndIdxExistenceMap) Checked() bool { return m.checked } -// Checked returns whether the map has been checked. +// SetChecked set the map as checked. func (m *ColAndIdxExistenceMap) SetChecked() { m.checked = true }