Skip to content

Commit 3d935c0

Browse files
committed
Merge branch 'main' of github.com:duckdb/duckdb-web
2 parents 8fca907 + f5170b0 commit 3d935c0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+211
-206
lines changed

community_extensions/extensions/a5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ repo:
2323
ref: 821a3a86d38ce9f62739adeae7ad9496e582aa5b
2424
extension_star_count: 9
2525
extension_star_count_pretty: 9
26-
extension_download_count: 737
27-
extension_download_count_pretty: 737
26+
extension_download_count: 687
27+
extension_download_count_pretty: 687
2828
image: '/images/community_extensions/social_preview/preview_community_extension_a5.png'
2929
layout: community_extension_doc
3030
---

community_extensions/extensions/airport.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ repo:
2727

2828
extension_star_count: 310
2929
extension_star_count_pretty: 310
30-
extension_download_count: 703
31-
extension_download_count_pretty: 703
30+
extension_download_count: 734
31+
extension_download_count_pretty: 734
3232
image: '/images/community_extensions/social_preview/preview_community_extension_airport.png'
3333
layout: community_extension_doc
3434
---

community_extensions/extensions/anofox_forecast.md

Lines changed: 41 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ repo:
2020

2121
extension_star_count: 11
2222
extension_star_count_pretty: 11
23-
extension_download_count: 446
24-
extension_download_count_pretty: 446
23+
extension_download_count: 432
24+
extension_download_count_pretty: 432
2525
image: '/images/community_extensions/social_preview/preview_community_extension_anofox_forecast.png'
2626
layout: community_extension_doc
2727
---
@@ -47,39 +47,44 @@ LOAD {{ page.extension.name }};
4747
4848
<div class="extension_functions_table"></div>
4949
50-
| function_name | function_type | description | comment | examples |
51-
|----------------------------|---------------|-------------|---------|----------|
52-
| forecast | table | NULL | NULL | |
53-
| ts_analyze_seasonality | scalar | NULL | NULL | |
54-
| ts_bias | scalar | NULL | NULL | |
55-
| ts_coverage | scalar | NULL | NULL | |
56-
| ts_detect_changepoints | table_macro | NULL | NULL | |
57-
| ts_detect_changepoints_agg | aggregate | NULL | NULL | |
58-
| ts_detect_changepoints_by | table_macro | NULL | NULL | |
59-
| ts_detect_seasonality | scalar | NULL | NULL | |
60-
| ts_detect_seasonality_all | table_macro | NULL | NULL | |
61-
| ts_drop_constant | table_macro | NULL | NULL | |
62-
| ts_drop_leading_zeros | table_macro | NULL | NULL | |
63-
| ts_drop_short | table_macro | NULL | NULL | |
64-
| ts_drop_trailing_zeros | table_macro | NULL | NULL | |
65-
| ts_drop_zeros | table_macro | NULL | NULL | |
66-
| ts_fill_gaps | table_macro | NULL | NULL | |
67-
| ts_fill_nulls_backward | table_macro | NULL | NULL | |
68-
| ts_fill_nulls_forward | table_macro | NULL | NULL | |
69-
| ts_fill_nulls_mean | table_macro | NULL | NULL | |
70-
| ts_forecast | table_macro | NULL | NULL | |
71-
| ts_forecast_agg | aggregate | NULL | NULL | |
72-
| ts_forecast_by | table_macro | NULL | NULL | |
73-
| ts_mae | scalar | NULL | NULL | |
74-
| ts_mape | scalar | NULL | NULL | |
75-
| ts_mase | scalar | NULL | NULL | |
76-
| ts_mqloss | scalar | NULL | NULL | |
77-
| ts_mse | scalar | NULL | NULL | |
78-
| ts_quantile_loss | scalar | NULL | NULL | |
79-
| ts_r2 | scalar | NULL | NULL | |
80-
| ts_rmae | scalar | NULL | NULL | |
81-
| ts_rmse | scalar | NULL | NULL | |
82-
| ts_smape | scalar | NULL | NULL | |
83-
| ts_stats | table_macro | NULL | NULL | |
50+
| function_name | function_type | description | comment | examples |
51+
|------------------------------|---------------|-------------|---------|----------|
52+
| forecast | table | NULL | NULL | |
53+
| ts_analyze_seasonality | scalar | NULL | NULL | |
54+
| ts_bias | scalar | NULL | NULL | |
55+
| ts_coverage | scalar | NULL | NULL | |
56+
| ts_detect_changepoints | table_macro | NULL | NULL | |
57+
| ts_detect_changepoints_agg | aggregate | NULL | NULL | |
58+
| ts_detect_changepoints_by | table_macro | NULL | NULL | |
59+
| ts_detect_seasonality | scalar | NULL | NULL | |
60+
| ts_detect_seasonality_all | table_macro | NULL | NULL | |
61+
| ts_drop_constant | table_macro | NULL | NULL | |
62+
| ts_drop_leading_zeros | table_macro | NULL | NULL | |
63+
| ts_drop_short | table_macro | NULL | NULL | |
64+
| ts_drop_trailing_zeros | table_macro | NULL | NULL | |
65+
| ts_drop_zeros | table_macro | NULL | NULL | |
66+
| ts_features | aggregate | NULL | NULL | |
67+
| ts_features_config_from_csv | scalar | NULL | NULL | |
68+
| ts_features_config_from_json | scalar | NULL | NULL | |
69+
| ts_features_config_template | table | NULL | NULL | |
70+
| ts_features_list | table | NULL | NULL | |
71+
| ts_fill_gaps | table_macro | NULL | NULL | |
72+
| ts_fill_nulls_backward | table_macro | NULL | NULL | |
73+
| ts_fill_nulls_forward | table_macro | NULL | NULL | |
74+
| ts_fill_nulls_mean | table_macro | NULL | NULL | |
75+
| ts_forecast | table_macro | NULL | NULL | |
76+
| ts_forecast_agg | aggregate | NULL | NULL | |
77+
| ts_forecast_by | table_macro | NULL | NULL | |
78+
| ts_mae | scalar | NULL | NULL | |
79+
| ts_mape | scalar | NULL | NULL | |
80+
| ts_mase | scalar | NULL | NULL | |
81+
| ts_mqloss | scalar | NULL | NULL | |
82+
| ts_mse | scalar | NULL | NULL | |
83+
| ts_quantile_loss | scalar | NULL | NULL | |
84+
| ts_r2 | scalar | NULL | NULL | |
85+
| ts_rmae | scalar | NULL | NULL | |
86+
| ts_rmse | scalar | NULL | NULL | |
87+
| ts_smape | scalar | NULL | NULL | |
88+
| ts_stats | table_macro | NULL | NULL | |
8489
8590

community_extensions/extensions/anofox_statistics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ repo:
2020

2121
extension_star_count: 4
2222
extension_star_count_pretty: 4
23-
extension_download_count: 707
24-
extension_download_count_pretty: 707
23+
extension_download_count: 685
24+
extension_download_count_pretty: 685
2525
image: '/images/community_extensions/social_preview/preview_community_extension_anofox_statistics.png'
2626
layout: community_extension_doc
2727
---

community_extensions/extensions/arrow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ docs:
4343
4444
4545
46-
extension_star_count: 51
47-
extension_star_count_pretty: 51
48-
extension_download_count: 84028
49-
extension_download_count_pretty: 84.0k
46+
extension_star_count: 52
47+
extension_star_count_pretty: 52
48+
extension_download_count: 105744
49+
extension_download_count_pretty: 105.7k
5050
image: '/images/community_extensions/social_preview/preview_community_extension_nanoarrow.png'
5151
layout: community_extension_doc
5252
---

community_extensions/extensions/bigquery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ docs:
5454
5555
extension_star_count: 143
5656
extension_star_count_pretty: 143
57-
extension_download_count: 10268
58-
extension_download_count_pretty: 10.3k
57+
extension_download_count: 10121
58+
extension_download_count_pretty: 10.1k
5959
image: '/images/community_extensions/social_preview/preview_community_extension_bigquery.png'
6060
layout: community_extension_doc
6161
---

community_extensions/extensions/bitfilters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ repo:
2424

2525
extension_star_count: 5
2626
extension_star_count_pretty: 5
27-
extension_download_count: 822
28-
extension_download_count_pretty: 822
27+
extension_download_count: 852
28+
extension_download_count_pretty: 852
2929
image: '/images/community_extensions/social_preview/preview_community_extension_bitfilters.png'
3030
layout: community_extension_doc
3131
---

community_extensions/extensions/blockduck.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ docs:
2525

2626
extension_star_count: 9
2727
extension_star_count_pretty: 9
28-
extension_download_count: 685
29-
extension_download_count_pretty: 685
28+
extension_download_count: 692
29+
extension_download_count_pretty: 692
3030
image: '/images/community_extensions/social_preview/preview_community_extension_blockduck.png'
3131
layout: community_extension_doc
3232
---

community_extensions/extensions/boilstream.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ docs:
3636
3737
extension_star_count: 1
3838
extension_star_count_pretty: 1
39-
extension_download_count: 667
40-
extension_download_count_pretty: 667
39+
extension_download_count: 653
40+
extension_download_count_pretty: 653
4141
image: '/images/community_extensions/social_preview/preview_community_extension_boilstream.png'
4242
layout: community_extension_doc
4343
---

community_extensions/extensions/bvh2sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ docs:
6060
6161
extension_star_count: 0
6262
extension_star_count_pretty: 0
63-
extension_download_count: 697
64-
extension_download_count_pretty: 697
63+
extension_download_count: 660
64+
extension_download_count_pretty: 660
6565
image: '/images/community_extensions/social_preview/preview_community_extension_bvh2sql.png'
6666
layout: community_extension_doc
6767
---

0 commit comments

Comments
 (0)