Skip to content

Commit 234cbc5

Browse files
authored
tiflash: support pushing down json extract (#12047)
1 parent a89816d commit 234cbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiflash/tiflash-supported-pushdown-calculations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ TiFlash 支持部分算子的下推,支持的算子如下:
3333
* 位运算:`bitand, bitor, bigneg, bitxor`
3434
* 字符串函数:`substr, char_length, replace, concat, concat_ws, left, right, ascii, length, trim, ltrim, rtrim, position, format, lower, ucase, upper, substring_index, lpad, rpad, strcmp, regexp, regexp_like, regexp_instr, regexp_substr`
3535
* 日期函数:`date_format, timestampdiff, from_unixtime, unix_timestamp(int), unix_timestamp(decimal), str_to_date(date), str_to_date(datetime), datediff, year, month, day, extract(datetime), date, hour, microsecond, minute, second, sysdate, date_add/adddate(datetime, int), date_add/adddate(string, int), date_add/adddate(string, real), date_sub/subdate(datetime, int), date_sub/subdate(string, int), date_sub/subdate(string, real), quarter, dayname, dayofmonth, dayofweek, dayofyear, last_day, monthname, to_seconds, to_days, from_days, weekofyear`
36-
* JSON 函数:`json_length`
36+
* JSON 函数:`json_length, ->, ->>, json_extract`
3737
* 转换函数:`cast(int as double), cast(int as decimal), cast(int as string), cast(int as time), cast(double as int), cast(double as decimal), cast(double as string), cast(double as time), cast(string as int), cast(string as double), cast(string as decimal), cast(string as time), cast(decimal as int), cast(decimal as string), cast(decimal as time), cast(time as int), cast(time as decimal), cast(time as string), cast(time as real)`
3838
* 聚合函数:`min, max, sum, count, avg, approx_count_distinct, group_concat`
3939
* 其他函数:`inetntoa, inetaton, inet6ntoa, inet6aton`

0 commit comments

Comments
 (0)