Skip to content

Commit 0c1f117

Browse files
authored
chore: updated-pdf (#2249)
1 parent b6c86e7 commit 0c1f117

File tree

7 files changed

+498
-95
lines changed

7 files changed

+498
-95
lines changed

pdf/databend-doc-cn.pdf

3.62 MB
Binary file not shown.

pdf/databend-doc-en.pdf

731 KB
Binary file not shown.

pdf/docs.databend.cn-sql.txt

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ https://docs.databend.cn/guides/access-data-lake/delta
44
https://docs.databend.cn/guides/access-data-lake/hive
55
https://docs.databend.cn/guides/access-data-lake/iceberg
66
https://docs.databend.cn/guides/ai-functions/
7+
https://docs.databend.cn/guides/ai-functions/built-in-functions
8+
https://docs.databend.cn/guides/ai-functions/external-functions
79
https://docs.databend.cn/guides/benchmark/
810
https://docs.databend.cn/guides/benchmark/data-ingest
911
https://docs.databend.cn/guides/benchmark/tpch
@@ -63,6 +65,7 @@ https://docs.databend.cn/guides/deploy/upgrade/compatibility
6365
https://docs.databend.cn/guides/deploy/upgrade/upgrade
6466
https://docs.databend.cn/guides/how-databend-works/
6567
https://docs.databend.cn/guides/how-databend-works/how-databend-fuse-engine-works
68+
https://docs.databend.cn/guides/how-databend-works/how-databend-json-variant-works
6669
https://docs.databend.cn/guides/how-databend-works/how-databend-optimizer-works
6770
https://docs.databend.cn/guides/load-data/
6871
https://docs.databend.cn/guides/load-data/continuous-data-pipelines/
@@ -95,6 +98,7 @@ https://docs.databend.cn/guides/load-data/stage/aws-iam-role
9598
https://docs.databend.cn/guides/load-data/stage/stage-files
9699
https://docs.databend.cn/guides/load-data/stage/what-is-stage
97100
https://docs.databend.cn/guides/load-data/transform/data-load-transform
101+
https://docs.databend.cn/guides/load-data/transform/querying-avro
98102
https://docs.databend.cn/guides/load-data/transform/querying-csv
99103
https://docs.databend.cn/guides/load-data/transform/querying-metadata
100104
https://docs.databend.cn/guides/load-data/transform/querying-ndjson
@@ -109,6 +113,7 @@ https://docs.databend.cn/guides/performance/
109113
https://docs.databend.cn/guides/performance/aggregating-index
110114
https://docs.databend.cn/guides/performance/cluster-key
111115
https://docs.databend.cn/guides/performance/fulltext-index
116+
https://docs.databend.cn/guides/performance/ngram-index
112117
https://docs.databend.cn/guides/performance/query-result-cache
113118
https://docs.databend.cn/guides/performance/virtual-column
114119
https://docs.databend.cn/guides/products/dc/
@@ -231,7 +236,6 @@ https://docs.databend.cn/release-notes/v0.9.0
231236
https://docs.databend.cn/release-notes/v1.0.0
232237
https://docs.databend.cn/release-notes/v1.2.0
233238
https://docs.databend.cn/sql/
234-
https://docs.databend.cn/sql/category/%E7%B3%BB%E7%BB%9F%E8%A1%A8
235239
https://docs.databend.cn/sql/sql-commands/
236240
https://docs.databend.cn/sql/sql-commands/administration-cmds/
237241
https://docs.databend.cn/sql/sql-commands/administration-cmds/execute-immediate
@@ -240,6 +244,7 @@ https://docs.databend.cn/sql/sql-commands/administration-cmds/rust-backtrace
240244
https://docs.databend.cn/sql/sql-commands/administration-cmds/set-global
241245
https://docs.databend.cn/sql/sql-commands/administration-cmds/set-var
242246
https://docs.databend.cn/sql/sql-commands/administration-cmds/show-functions
247+
https://docs.databend.cn/sql/sql-commands/administration-cmds/show-indexes
243248
https://docs.databend.cn/sql/sql-commands/administration-cmds/show-metrics
244249
https://docs.databend.cn/sql/sql-commands/administration-cmds/show-processlist
245250
https://docs.databend.cn/sql/sql-commands/administration-cmds/show-settings
@@ -301,6 +306,9 @@ https://docs.databend.cn/sql/sql-commands/ddl/network-policy/ddl-create-policy
301306
https://docs.databend.cn/sql/sql-commands/ddl/network-policy/ddl-desc-policy
302307
https://docs.databend.cn/sql/sql-commands/ddl/network-policy/ddl-drop-policy
303308
https://docs.databend.cn/sql/sql-commands/ddl/network-policy/ddl-show-policy
309+
https://docs.databend.cn/sql/sql-commands/ddl/ngram-index/
310+
https://docs.databend.cn/sql/sql-commands/ddl/ngram-index/create-ngram-index
311+
https://docs.databend.cn/sql/sql-commands/ddl/ngram-index/drop-ngram-index
304312
https://docs.databend.cn/sql/sql-commands/ddl/notification/
305313
https://docs.databend.cn/sql/sql-commands/ddl/notification/ddl-alter-notification
306314
https://docs.databend.cn/sql/sql-commands/ddl/notification/ddl-create-notification
@@ -319,7 +327,9 @@ https://docs.databend.cn/sql/sql-commands/ddl/procedure/drop-procedure
319327
https://docs.databend.cn/sql/sql-commands/ddl/procedure/show-procedures
320328
https://docs.databend.cn/sql/sql-commands/ddl/sequence/
321329
https://docs.databend.cn/sql/sql-commands/ddl/sequence/create-sequence
330+
https://docs.databend.cn/sql/sql-commands/ddl/sequence/desc-sequence
322331
https://docs.databend.cn/sql/sql-commands/ddl/sequence/drop-sequence
332+
https://docs.databend.cn/sql/sql-commands/ddl/sequence/show-sequences
323333
https://docs.databend.cn/sql/sql-commands/ddl/stage/
324334
https://docs.databend.cn/sql/sql-commands/ddl/stage/ddl-create-stage
325335
https://docs.databend.cn/sql/sql-commands/ddl/stage/ddl-desc-stage
@@ -399,9 +409,6 @@ https://docs.databend.cn/sql/sql-commands/ddl/view/ddl-drop-view
399409
https://docs.databend.cn/sql/sql-commands/ddl/view/desc-view
400410
https://docs.databend.cn/sql/sql-commands/ddl/view/show-views
401411
https://docs.databend.cn/sql/sql-commands/ddl/virtual-column/
402-
https://docs.databend.cn/sql/sql-commands/ddl/virtual-column/alter-virtual-column
403-
https://docs.databend.cn/sql/sql-commands/ddl/virtual-column/create-virtual-column
404-
https://docs.databend.cn/sql/sql-commands/ddl/virtual-column/drop-virtual-column
405412
https://docs.databend.cn/sql/sql-commands/ddl/virtual-column/refresh-virtual-column
406413
https://docs.databend.cn/sql/sql-commands/ddl/virtual-column/show-virtual-columns
407414
https://docs.databend.cn/sql/sql-commands/ddl/warehouse/
@@ -494,6 +501,10 @@ https://docs.databend.cn/sql/sql-functions/aggregate-functions/aggregate-stddev-
494501
https://docs.databend.cn/sql/sql-functions/aggregate-functions/aggregate-string-agg
495502
https://docs.databend.cn/sql/sql-functions/aggregate-functions/aggregate-sum
496503
https://docs.databend.cn/sql/sql-functions/aggregate-functions/aggregate-sum-if
504+
https://docs.databend.cn/sql/sql-functions/aggregate-functions/aggregate-var-pop
505+
https://docs.databend.cn/sql/sql-functions/aggregate-functions/aggregate-var-samp
506+
https://docs.databend.cn/sql/sql-functions/aggregate-functions/aggregate-variance-pop
507+
https://docs.databend.cn/sql/sql-functions/aggregate-functions/aggregate-variance-samp
497508
https://docs.databend.cn/sql/sql-functions/aggregate-functions/aggregate-windowfunnel
498509
https://docs.databend.cn/sql/sql-functions/ai-functions/
499510
https://docs.databend.cn/sql/sql-functions/ai-functions/ai-cosine-distance
@@ -557,7 +568,9 @@ https://docs.databend.cn/sql/sql-functions/conditional-functions/case
557568
https://docs.databend.cn/sql/sql-functions/conditional-functions/coalesce
558569
https://docs.databend.cn/sql/sql-functions/conditional-functions/error-or
559570
https://docs.databend.cn/sql/sql-functions/conditional-functions/greatest
571+
https://docs.databend.cn/sql/sql-functions/conditional-functions/greatest-ignore-nulls
560572
https://docs.databend.cn/sql/sql-functions/conditional-functions/if
573+
https://docs.databend.cn/sql/sql-functions/conditional-functions/iff
561574
https://docs.databend.cn/sql/sql-functions/conditional-functions/ifnull
562575
https://docs.databend.cn/sql/sql-functions/conditional-functions/in
563576
https://docs.databend.cn/sql/sql-functions/conditional-functions/is-distinct-from
@@ -566,6 +579,7 @@ https://docs.databend.cn/sql/sql-functions/conditional-functions/is-not-error
566579
https://docs.databend.cn/sql/sql-functions/conditional-functions/is-not-null
567580
https://docs.databend.cn/sql/sql-functions/conditional-functions/is-null
568581
https://docs.databend.cn/sql/sql-functions/conditional-functions/least
582+
https://docs.databend.cn/sql/sql-functions/conditional-functions/least-ignore-nulls
569583
https://docs.databend.cn/sql/sql-functions/conditional-functions/nullif
570584
https://docs.databend.cn/sql/sql-functions/conditional-functions/nvl
571585
https://docs.databend.cn/sql/sql-functions/conditional-functions/nvl2
@@ -984,6 +998,7 @@ https://docs.databend.cn/sql/sql-functions/system-functions/fuse_segment
984998
https://docs.databend.cn/sql/sql-functions/system-functions/fuse_snapshot
985999
https://docs.databend.cn/sql/sql-functions/system-functions/fuse_statistic
9861000
https://docs.databend.cn/sql/sql-functions/system-functions/fuse_time_travel_size
1001+
https://docs.databend.cn/sql/sql-functions/system-functions/fuse_virtual_column
9871002
https://docs.databend.cn/sql/sql-functions/table-functions/
9881003
https://docs.databend.cn/sql/sql-functions/table-functions/fuse-amend
9891004
https://docs.databend.cn/sql/sql-functions/table-functions/fuse-vacuum-temporary-table
@@ -1003,6 +1018,9 @@ https://docs.databend.cn/sql/sql-functions/test-functions/sleep
10031018
https://docs.databend.cn/sql/sql-functions/uuid-functions/
10041019
https://docs.databend.cn/sql/sql-functions/uuid-functions/gen-random-uuid
10051020
https://docs.databend.cn/sql/sql-functions/uuid-functions/uuid
1021+
https://docs.databend.cn/sql/sql-functions/vector-distance-functions/
1022+
https://docs.databend.cn/sql/sql-functions/vector-distance-functions/vector-cosine-distance
1023+
https://docs.databend.cn/sql/sql-functions/vector-distance-functions/vector-l2-distance
10061024
https://docs.databend.cn/sql/sql-functions/window-functions/
10071025
https://docs.databend.cn/sql/sql-functions/window-functions/cume-dist
10081026
https://docs.databend.cn/sql/sql-functions/window-functions/dense-rank
@@ -1037,6 +1055,7 @@ https://docs.databend.cn/sql/sql-reference/lambda-expressions
10371055
https://docs.databend.cn/sql/sql-reference/sql-identifiers
10381056
https://docs.databend.cn/sql/sql-reference/sql-scripting
10391057
https://docs.databend.cn/sql/sql-reference/sql-variables
1058+
https://docs.databend.cn/sql/sql-reference/system-tables/
10401059
https://docs.databend.cn/sql/sql-reference/system-tables/information-schema-tables
10411060
https://docs.databend.cn/sql/sql-reference/system-tables/system-build-options
10421061
https://docs.databend.cn/sql/sql-reference/system-tables/system-caches
@@ -1063,10 +1082,9 @@ https://docs.databend.cn/sql/sql-reference/system-tables/system-temp-files
10631082
https://docs.databend.cn/sql/sql-reference/system-tables/system-temp-tables
10641083
https://docs.databend.cn/sql/sql-reference/system-tables/system-user-functions
10651084
https://docs.databend.cn/sql/sql-reference/system-tables/system-virtual-columns
1066-
https://docs.databend.cn/sql/sql-reference/table-engines/delta
10671085
https://docs.databend.cn/sql/sql-reference/table-engines/fuse
1068-
https://docs.databend.cn/sql/sql-reference/table-engines/memory
1069-
https://docs.databend.cn/sql/sql-reference/table-engines/random
1086+
https://docs.databend.cn/sql/sql-reference/table-engines/hive
1087+
https://docs.databend.cn/sql/sql-reference/table-engines/iceberg
10701088
https://docs.databend.cn/tutorials/
10711089
https://docs.databend.cn/tutorials/connect/connect-to-databend-dbeaver
10721090
https://docs.databend.cn/tutorials/connect/connect-to-databendcloud-bendsql
@@ -1079,13 +1097,16 @@ https://docs.databend.cn/tutorials/load/automating_json_log_loading_with_vector
10791097
https://docs.databend.cn/tutorials/load/kafka-bend-ingest-kafka
10801098
https://docs.databend.cn/tutorials/load/kafka-databend-kafka-connect
10811099
https://docs.databend.cn/tutorials/load/query-metadata
1100+
https://docs.databend.cn/tutorials/migrate/
10821101
https://docs.databend.cn/tutorials/migrate/migrating-from-mysql-with-addax
10831102
https://docs.databend.cn/tutorials/migrate/migrating-from-mysql-with-datax
10841103
https://docs.databend.cn/tutorials/migrate/migrating-from-mysql-with-db-archiver
10851104
https://docs.databend.cn/tutorials/migrate/migrating-from-mysql-with-debezium
10861105
https://docs.databend.cn/tutorials/migrate/migrating-from-mysql-with-flink-cdc
1106+
https://docs.databend.cn/tutorials/migrate/migrating-from-mysql-with-kafka-connect
10871107
https://docs.databend.cn/tutorials/migrate/migrating-from-snowflake
10881108
https://docs.databend.cn/tutorials/programming/python/integrating-with-databend-cloud-using-databend-driver
10891109
https://docs.databend.cn/tutorials/programming/python/integrating-with-databend-cloud-using-databend-sqlalchemy
10901110
https://docs.databend.cn/tutorials/programming/python/integrating-with-self-hosted-databend
1091-
https://docs.databend.cn/tutorials/recovery/bendsave
1111+
https://docs.databend.cn/tutorials/recovery/bendsave
1112+
https://docs.databend.cn/tutorials/taobao-tutorial

0 commit comments

Comments
 (0)