f6154a65a6
[docs](macOS) Add compilation guides for macOS ( #14634 )
...
* [docs](macOS) Add compilation guides for macOS
* Add to sidebar
2022-11-28 15:13:50 +08:00
ed92a8f81e
[feature](jsonb function)change jsonb_extract_string behavior and doc ( #14619 )
...
1. change jsonb_extract_string behavior: convert to string instead of NULL if the type of json path is not string
2. move jsonb tutorial doc to JSONB data type
2022-11-28 11:36:54 +08:00
e17519b00f
[docs](docs)Add Docker Image build documentation ( #14622 )
...
Add Docker Image build documentation
2022-11-27 22:43:53 +08:00
cf2de85633
[Document](function) add docs of hll_cardinality/hll_empty/hll_hash ( #14547 )
2022-11-27 13:40:16 +08:00
7486660c12
[feature](Docs) add backends and rowsets docs ( #14542 )
...
* add backends and rowsets docs
* fix doc
2022-11-26 12:24:50 +08:00
b9fffe1633
[typo](docs)Modify the array function doc ( #14592 )
2022-11-25 22:31:05 +08:00
4728e75079
[feature](bitmap) Support in bitmap syntax and bitmap runtime filter ( #14340 )
...
1.Support in bitmap syntax, like 'where k1 in (select bitmap_column from tbl)';
2.Support bitmap runtime filter. Generate a bitmap filter using the right table bitmap and push it down to the left table storage layer for filtering.
2022-11-25 15:22:44 +08:00
d5d356b17f
[vectorized](function) support order by field function ( #14528 )
...
* [vectorized](function) support order by field function
* update
* update test
2022-11-25 14:00:46 +08:00
59b31a03c4
[Improvement](agg function) support group_bit_and/group_bit_or/group_bit_xor functions ( #14386 )
2022-11-24 16:46:42 +08:00
181f1cf176
[Docs](function) add some missing function docs ( #14510 )
2022-11-23 21:39:17 +08:00
648fd93dc5
[DOCS](function) add document for grouping and grouping_id ( #14472 )
2022-11-23 18:07:48 +08:00
09cc385caa
[Docs](fucntion) Add docs for function random, mod, fmod ( #14444 )
2022-11-23 16:22:57 +08:00
672d3b8334
[Document](function) update document of to_base64/from_base64 #14487
2022-11-23 14:04:53 +08:00
6eeebd47a9
[improvement](doc) add missing documents ( #14460 )
2022-11-22 21:42:00 +08:00
e77151868d
[Docs](table-valued-function) add docs for s3 and hdfs tvf ( #14369 )
2022-11-22 21:31:47 +08:00
c29975d347
[Docs](function) Add some function do not in sidebars ( #14426 )
2022-11-20 22:50:52 +08:00
71e80e8957
[typo](docs)Performance test documentation update ( #14147 )
...
* Performance test documentation update
2022-11-20 09:40:57 +08:00
8fe5211df4
[improvement](multi-catalog)(cache) invalidate catalog cache when refresh ( #14342 )
...
Invalidate catalog/db/table cache when doing
refresh catalog/db/table.
Tested table with 10000 partitions. The refresh operation will cost about 10-20 ms.
2022-11-17 20:47:46 +08:00
70cc725649
[Vectorized](function) support avg_weighted/percentile_array/topn_wei… ( #14209 )
...
* [Vectorized](function) support avg_weighted/percentile_array/topn_weighted functions
* update add to stringRef
2022-11-15 16:38:38 +08:00
93e5d8e660
[Vectorized](function) support bitmap_from_array function ( #14259 )
2022-11-15 01:55:51 +08:00
a162dab40a
[feature](docs) add docs for SHOW-CATALOG-RECYCLE-BIN ( #14185 )
2022-11-11 15:54:05 +08:00
b6ba654f5b
[Feature](Sequence) Support sequence_match and sequence_count functions ( #13785 )
2022-11-11 13:38:45 +08:00
1b36843664
[doc](jsonb type)add documents for JSONB datatype ( #13792 )
2022-11-03 19:33:51 +08:00
5fe3342aa3
[Vectorized](function) support bitmap_to_array function ( #13926 )
2022-11-03 14:29:28 +08:00
b83744d2f6
[feature](function)add regexp functions: regexp_replace_one, regexp_extract_all ( #13766 )
2022-11-02 23:15:57 +08:00
374303186c
[Vectorized](function) support topn_array function ( #13869 )
2022-11-02 19:49:23 +08:00
5805011629
[Feature](string-function) Add function mask/mask_first_n/mask_last_n ( #13694 )
...
Implementation of mask function from hive.
2022-10-28 10:43:56 +08:00
c108554f14
[function](date function) add new date function 'to_monday' #13707
2022-10-28 08:41:16 +08:00
5dd052d386
[Function](array) support array_range function ( #13547 )
...
* array_range with 3 impl
* [Function](array) support array_range function
* update
* update code
2022-10-28 08:40:24 +08:00
43c6428aea
[Function](string) support sub_replace function ( #13736 )
...
* [Function](string) support sub_replace function
* remove conf
2022-10-28 08:40:08 +08:00
578d956a6b
[typo](doc):Correct spelling mistakes UDAF. ( #13711 )
2022-10-27 21:21:29 +08:00
c5559877b4
[typo](docs)fix docs 404 link ( #13677 )
2022-10-26 14:56:47 +08:00
f802fc37ff
add date function 'last_day' ( #13609 )
2022-10-25 13:46:16 +08:00
3ca8bfaf30
[Function](array) support array_difference function ( #13440 )
2022-10-21 10:57:37 +08:00
e62d3dd8e5
[opt](function) refactor extract_url to use StringValue ( #13508 )
...
change extract_url use stringvalue to repalce std::string to speed up
2022-10-21 08:33:39 +08:00
bc08854a35
[doc](storage policy) add cold and hot separation docs ( #13096 )
2022-10-20 08:56:53 +08:00
eeb2b0acdb
[doc][fix](multi-catalog) Add multi-catalog es doc ( #13429 )
...
1. Add multicatalog es doc
2. Modify es unsigned_long mapping to largeint.
3. getHost add pre judge logic.
2022-10-19 16:00:13 +08:00
8a068c8c92
[function](string_function) add new string function 'not_null_or_empty' ( #13418 )
2022-10-19 11:10:37 +08:00
207f4e559e
[feature](agg) support group_bitmap_xor agg function. ( #13287 )
...
support `group_bitmap_xor` agg function
2022-10-17 18:40:06 +08:00
045bccdbea
[Feature](Retention) support retention function ( #13056 )
2022-10-17 11:00:47 +08:00
de4315c1c5
[feature](function) support initcap string function ( #13193 )
...
support `initcap` string function
2022-10-13 21:31:44 +08:00
cb300b0b39
[feature](agg) support any,any_value agg functions. ( #13228 )
2022-10-13 18:31:19 +08:00
16999ef02d
[Vectorized][Function] support date_trunc and countequal function ( #13039 )
2022-10-12 10:01:09 +08:00
022cfb6979
[typo](docs)delete duplicate document and fix some problem ( #13274 )
2022-10-12 09:09:05 +08:00
5af1439934
[feature](auth) support user password policy and alter user stmt ( #13051 )
2022-10-11 16:37:35 +08:00
ece4a6c194
[doc][fix](multi-catalog) add doc for multi catalog and fix refresh bug ( #13097 )
...
1. Add all document about multi catalog feature.
2. Fix a bug that REFRESH edit log is not handled
2022-10-09 09:14:44 +08:00
71399ed771
fix data cache sidebar error ( #13137 )
...
fix data cache sidebar error
2022-10-07 17:45:21 +08:00
819aecb26c
[DOC](datev2) Add documents for DateV2 ( #12976 )
2022-09-28 14:36:26 +08:00
907494760d
[typo](docs)Add bitmap_count doc And Adjustment function list ( #12978 )
2022-09-27 14:21:37 +08:00
978dae267e
[typo](docs)Optimized string and date function doc ( #12949 )
2022-09-26 09:26:12 +08:00