Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 committed Jul 16, 2024
1 parent 87f556e commit 911b542
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pkg/statistics/handle/usage/predicatecolumn/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
load("@io_bazel_rules_go//go:def.bzl", "go_library")

go_library(
name = "predicatecolumn",
srcs = ["predicate_column.go"],
importpath = "github.com/pingcap/tidb/pkg/statistics/handle/usage/predicatecolumn",
visibility = ["//visibility:public"],
deps = [
"//pkg/infoschema",
"//pkg/parser/model",
"//pkg/parser/mysql",
"//pkg/sessionctx",
"//pkg/statistics",
"//pkg/statistics/handle/types",
"//pkg/statistics/handle/util",
"//pkg/types",
"//pkg/util/logutil",
"@com_github_pingcap_errors//:errors",
"@org_uber_go_zap//:zap",
],
)

0 comments on commit 911b542

Please sign in to comment.