expression: refactor grouping function computation and update related tipb (#44436)
close pingcap/tidb#44437
This commit is contained in:
@ -302,6 +302,7 @@ const (
|
||||
TiDBRowChecksum = "tidb_row_checksum"
|
||||
GetLock = "get_lock"
|
||||
ReleaseLock = "release_lock"
|
||||
Grouping = "grouping"
|
||||
|
||||
// encryption and compression functions
|
||||
AesDecrypt = "aes_decrypt"
|
||||
|
||||
Reference in New Issue
Block a user