Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lcwangchao committed Feb 27, 2024
1 parent e8ae1ef commit cd0b24a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/expression/contextimpl/expression.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import (
"github.com/pingcap/tidb/pkg/sessionctx"
)

// sessionctx.Context + *ExprCtxExtendedImpl should implement `expression.BuildContext`
// Only used to assert `ExprCtxExtendedImpl` should extend all methods not in `sessionctx.Context`
var _ exprctx.BuildContext = struct {
sessionctx.Context
*ExprCtxExtendedImpl
Expand Down

0 comments on commit cd0b24a

Please sign in to comment.