Commit 6955fd7 1 parent 5e46e0e commit 6955fd7 Copy full SHA for 6955fd7
File tree 8 files changed +1791
-1665
lines changed
8 files changed +1791
-1665
lines changed Original file line number Diff line number Diff line change @@ -404,6 +404,18 @@ enum ScalarFuncSig {
404
404
JsonArraySig = 5010 ;
405
405
JsonValidSig = 5011 ;
406
406
JsonContainsSig = 5012 ;
407
+ JsonArrayAppendSig = 5013 ;
408
+ JsonArrayInsertSig = 5014 ;
409
+ JsonMergePatchSig = 5015 ;
410
+ JsonMergePreserveSig = 5016 ;
411
+ JsonContainsPathSig = 5017 ;
412
+ JsonPrettySig = 5018 ;
413
+ JsonQuoteSig = 5019 ;
414
+ JsonSearchSig = 5020 ;
415
+ JsonStorageSizeSig = 5021 ;
416
+ JsonDepthSig = 5022 ;
417
+ JsonKeysSig = 5023 ;
418
+ JsonLengthSig = 5024 ;
407
419
408
420
/*time*/
409
421
DateFormatSig = 6001 ;
Original file line number Diff line number Diff line change @@ -3041,7 +3041,7 @@ static file_descriptor_proto_data: &'static [u8] = b"\
3041
3041
\x18 \x01 \x20 \x03 (\r R\x08 counters\" 1\n \x08 CMSketch\x12 %\n \x04 rows\x18 \x01 \
3042
3042
\x20 \x03 (\x0b 2\x11 .tipb.CMSketchRowR\x04 rows*,\n \x0b AnalyzeType\x12 \r \n \
3043
3043
\t TypeIndex\x10 \0 \x12 \x0e \n \n TypeColumn\x10 \x01 B%\n \x15 com.pingcap.tidb.\
3044
- tipbP\x01 \xe0 \xe2 \x1e \x01 \xc8 \xe2 \x1e \x01 \xd0 \xe2 \x1e \x01 J\xd5 ,\n \x06 \
3044
+ tipbP\x01 \xe0 \xe2 \x1e \x01 \xd0 \xe2 \x1e \x01 \xc8 \xe2 \x1e \x01 J\xd5 ,\n \x06 \
3045
3045
\x12 \x04 \0 \0 n\x01 \n \x08 \n \x01 \x0c \x12 \x03 \0 \0 \x12 \n \x08 \n \x01 \x02 \x12 \
3046
3046
\x03 \x02 \x08 \x0c \n \x08 \n \x01 \x08 \x12 \x03 \x04 \0 \" \n \x0b \n \x04 \x08 \xe7 \x07 \
3047
3047
\0 \x12 \x03 \x04 \0 \" \n \x0c \n \x05 \x08 \xe7 \x07 \0 \x02 \x12 \x03 \x04 \x07 \x1a \n \r \
Original file line number Diff line number Diff line change @@ -595,8 +595,8 @@ static file_descriptor_proto_data: &'static [u8] = b"\
595
595
\x08 totalKvsB\x04 \xc8 \xde \x1f \0 \x12 %\n \x0b total_bytes\x18 \x03 \x20 \x01 (\
596
596
\x04 R\n totalBytesB\x04 \xc8 \xde \x1f \0 *&\n \x0e ChecksumScanOn\x12 \t \n \x05 Ta\
597
597
ble\x10 \0 \x12 \t \n \x05 Index\x10 \x01 *\" \n \x11 ChecksumAlgorithm\x12 \r \n \t Cr\
598
- c64_Xor\x10 \0 B%\n \x15 com.pingcap.tidb.tipbP\x01 \xe0 \xe2 \x1e \x01 \xc8 \xe2 \
599
- \x1e \x01 \xd0 \xe2 \x1e \x01 J\xb6 \r \n \x06 \x12 \x04 \0 \0 \x20 \x01 \n \x08 \n \x01 \
598
+ c64_Xor\x10 \0 B%\n \x15 com.pingcap.tidb.tipbP\x01 \xc8 \xe2 \x1e \x01 \xd0 \xe2 \
599
+ \x1e \x01 \xe0 \xe2 \x1e \x01 J\xb6 \r \n \x06 \x12 \x04 \0 \0 \x20 \x01 \n \x08 \n \x01 \
600
600
\x0c \x12 \x03 \0 \0 \x12 \n \x08 \n \x01 \x02 \x12 \x03 \x02 \x08 \x0c \n \x08 \n \x01 \x08 \
601
601
\x12 \x03 \x04 \0 \" \n \x0b \n \x04 \x08 \xe7 \x07 \0 \x12 \x03 \x04 \0 \" \n \x0c \n \x05 \
602
602
\x08 \xe7 \x07 \0 \x02 \x12 \x03 \x04 \x07 \x1a \n \r \n \x06 \x08 \xe7 \x07 \0 \x02 \0 \x12 \
Original file line number Diff line number Diff line change @@ -2212,8 +2212,8 @@ static file_descriptor_proto_data: &'static [u8] = b"\
2212
2212
\x01 \n \x08 ExecType\x12 \x11 \n \r TypeTableScan\x10 \0 \x12 \x11 \n \r TypeIndexSc\
2213
2213
an\x10 \x01 \x12 \x11 \n \r TypeSelection\x10 \x02 \x12 \x13 \n \x0f TypeAggregation\
2214
2214
\x10 \x03 \x12 \x0c \n \x08 TypeTopN\x10 \x04 \x12 \r \n \t TypeLimit\x10 \x05 \x12 \
2215
- \x11 \n \r TypeStreamAgg\x10 \x06 B%\n \x15 com.pingcap.tidb.tipbP\x01 \xc8 \xe2 \
2216
- \x1e \x01 \xd0 \xe2 \x1e \x01 \xe0 \xe2 \x1e \x01 J\xcb \x1e \n \x06 \x12 \x04 \0 \0 O\x01 \
2215
+ \x11 \n \r TypeStreamAgg\x10 \x06 B%\n \x15 com.pingcap.tidb.tipbP\x01 \xe0 \xe2 \
2216
+ \x1e \x01 \xc8 \xe2 \x1e \x01 \xd0 \xe2 \x1e \x01 J\xcb \x1e \n \x06 \x12 \x04 \0 \0 O\x01 \
2217
2217
\n \x08 \n \x01 \x0c \x12 \x03 \0 \0 \x12 \n \x08 \n \x01 \x02 \x12 \x03 \x02 \x08 \x0c \n \
2218
2218
\x08 \n \x01 \x08 \x12 \x03 \x04 \0 \" \n \x0b \n \x04 \x08 \xe7 \x07 \0 \x12 \x03 \x04 \0 \" \
2219
2219
\n \x0c \n \x05 \x08 \xe7 \x07 \0 \x02 \x12 \x03 \x04 \x07 \x1a \n \r \n \x06 \x08 \xe7 \x07 \
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -1248,7 +1248,7 @@ static file_descriptor_proto_data: &'static [u8] = b"\
1248
1248
foR\x07 columns\x12 \x1c \n \x06 unique\x18 \x04 \x20 \x01 (\x08 R\x06 uniqueB\x04 \
1249
1249
\xc8 \xde \x1f \0 \" 0\n \x08 KeyRange\x12 \x10 \n \x03 low\x18 \x01 \x20 \x01 (\x0c R\
1250
1250
\x03 low\x12 \x12 \n \x04 high\x18 \x02 \x20 \x01 (\x0c R\x04 highB%\n \x15 com.pingc\
1251
- ap.tidb.tipbP\x01 \xc8 \xe2 \x1e \x01 \xe0 \xe2 \x1e \x01 \xd0 \xe2 \x1e \x01 J\xe9 \
1251
+ ap.tidb.tipbP\x01 \xe0 \xe2 \x1e \x01 \xd0 \xe2 \x1e \x01 \xc8 \xe2 \x1e \x01 J\xe9 \
1252
1252
\x17 \n \x06 \x12 \x04 \0 \0 )\x01 \n \x08 \n \x01 \x0c \x12 \x03 \0 \0 \x12 \n \x08 \n \x01 \
1253
1253
\x02 \x12 \x03 \x02 \x08 \x0c \n \x08 \n \x01 \x08 \x12 \x03 \x04 \0 \" \n \x0b \n \x04 \x08 \
1254
1254
\xe7 \x07 \0 \x12 \x03 \x04 \0 \" \n \x0c \n \x05 \x08 \xe7 \x07 \0 \x02 \x12 \x03 \x04 \x07 \
Original file line number Diff line number Diff line change @@ -2327,8 +2327,8 @@ static file_descriptor_proto_data: &'static [u8] = b"\
2327
2327
\x12 '\n \x08 warnings\x18 \x04 \x20 \x03 (\x0b 2\x0b .tipb.ErrorR\x08 warnings\
2328
2328
\x12 #\n \r output_counts\x18 \x05 \x20 \x03 (\x03 R\x0c outputCounts\x12 #\n \r war\
2329
2329
ning_count\x18 \x06 \x20 \x01 (\x03 R\x0c warningCount\x12 ]\n \x0e row_batch_dat\
2330
- a\x18 \x07 \x20 \x01 (\x0c R\x0c rowBatchDataB7\xc8 \xde \x1f \0 \ xda\xde \x1f /gith \
2331
- ub.com/pingcap/ tipb/sharedbytes.SharedBytes\" \x8f \x01 \n \x05 Chunk\x12 T\n \
2330
+ a\x18 \x07 \x20 \x01 (\x0c R\x0c rowBatchDataB7\xda \xde \x1f /github.com/pingcap \
2331
+ / tipb/sharedbytes.SharedBytes\xc8 \xde \x1f \0 \" \x8f \x01 \n \x05 Chunk\x12 T\n \
2332
2332
\t rows_data\x18 \x03 \x20 \x01 (\x0c R\x08 rowsDataB7\xda \xde \x1f /github.com/p\
2333
2333
ingcap/tipb/sharedbytes.SharedBytes\xc8 \xde \x1f \0 \x12 0\n \t rows_meta\x18 \
2334
2334
\x04 \x20 \x03 (\x0b 2\r .tipb.RowMetaR\x08 rowsMetaB\x04 \xc8 \xde \x1f \0 \" E\n \
You can’t perform that action at this time.
0 commit comments