@clickzetta/cz-cli-linux-x64 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1353) hide show
  1. package/bin/{czcli → cz-cli} +0 -0
  2. package/bin/skills/clickzetta-access-control/SKILL.md +243 -0
  3. package/bin/skills/clickzetta-access-control/references/dynamic-masking.md +86 -0
  4. package/bin/skills/clickzetta-access-control/references/grant-revoke.md +103 -0
  5. package/bin/skills/clickzetta-access-control/references/role-management.md +66 -0
  6. package/bin/skills/clickzetta-access-control/references/user-management.md +61 -0
  7. package/bin/skills/clickzetta-ai-vector-search/SKILL.md +160 -0
  8. package/bin/skills/clickzetta-ai-vector-search/references/vector-search.md +155 -0
  9. package/bin/skills/clickzetta-app-python-sdk/SKILL.md +153 -0
  10. package/bin/skills/clickzetta-app-python-sdk/references/bulkload.md +196 -0
  11. package/bin/skills/clickzetta-app-python-sdk/references/connector.md +143 -0
  12. package/bin/skills/clickzetta-app-python-sdk/references/realtime.md +122 -0
  13. package/bin/skills/clickzetta-batch-sync-pipeline/SKILL.md +293 -0
  14. package/bin/skills/clickzetta-bi-connect/SKILL.md +176 -0
  15. package/bin/skills/clickzetta-bi-connect/references/bi-tools.md +170 -0
  16. package/bin/skills/clickzetta-cdc-sync-pipeline/SKILL.md +450 -0
  17. package/bin/skills/clickzetta-concepts/SKILL.md +282 -0
  18. package/bin/skills/clickzetta-concepts/references/brands-and-endpoints.md +79 -0
  19. package/bin/skills/clickzetta-concepts/references/object-model.md +311 -0
  20. package/bin/skills/clickzetta-data-ingest-pipeline/SKILL.md +165 -0
  21. package/bin/skills/clickzetta-data-lifecycle/SKILL.md +211 -0
  22. package/bin/skills/clickzetta-data-lifecycle/references/lifecycle-reference.md +175 -0
  23. package/bin/skills/clickzetta-data-recovery/SKILL.md +215 -0
  24. package/bin/skills/clickzetta-data-recovery/evals/evals.json +35 -0
  25. package/bin/skills/clickzetta-data-science/SKILL.md +125 -0
  26. package/bin/skills/clickzetta-data-science/references/bitmap-profile.md +146 -0
  27. package/bin/skills/clickzetta-data-science/references/data-patterns.md +110 -0
  28. package/bin/skills/clickzetta-data-science/references/setup.md +160 -0
  29. package/bin/skills/clickzetta-data-science/references/stats-functions.md +195 -0
  30. package/bin/skills/clickzetta-data-science/references/write-and-infer.md +122 -0
  31. package/bin/skills/clickzetta-data-science/references/zettapark-api.md +156 -0
  32. package/bin/skills/clickzetta-data-sharing/SKILL.md +160 -0
  33. package/bin/skills/clickzetta-data-sharing/references/share-ddl.md +134 -0
  34. package/bin/skills/clickzetta-dba-guide/SKILL.md +540 -0
  35. package/bin/skills/clickzetta-dw-modeling/SKILL.md +259 -0
  36. package/bin/skills/clickzetta-dw-modeling/references/modeling-patterns.md +100 -0
  37. package/bin/skills/clickzetta-dynamic-table/SKILL.md +86 -0
  38. package/bin/skills/clickzetta-dynamic-table/best-practices/dimension-table-join-guide.md +257 -0
  39. package/bin/skills/clickzetta-dynamic-table/best-practices/medallion-and-stream-patterns.md +124 -0
  40. package/bin/skills/clickzetta-dynamic-table/best-practices/non-partitioned-merge-into-warning.md +96 -0
  41. package/bin/skills/clickzetta-dynamic-table/best-practices/performance-optimization.md +109 -0
  42. package/bin/skills/clickzetta-dynamic-table/dt-creator/SKILL.md +15 -0
  43. package/bin/skills/clickzetta-dynamic-table/dt-creator/references/dt-declaration-strategy.md +185 -0
  44. package/bin/skills/clickzetta-dynamic-table/dt-creator/references/incremental-config-reference.md +429 -0
  45. package/bin/skills/clickzetta-dynamic-table/dt-creator/references/refresh-history-guide.md +268 -0
  46. package/bin/skills/clickzetta-dynamic-table/dt-creator/references/sql-limitations.md +80 -0
  47. package/bin/skills/clickzetta-dynamic-table/dynamic-table-alter/SKILL.md +190 -0
  48. package/bin/skills/clickzetta-external-catalog/SKILL.md +120 -0
  49. package/bin/skills/clickzetta-external-catalog/references/external-catalog-ddl.md +130 -0
  50. package/bin/skills/clickzetta-external-function/SKILL.md +203 -0
  51. package/bin/skills/clickzetta-external-function/references/external-function-ddl.md +171 -0
  52. package/bin/skills/clickzetta-file-import-pipeline/SKILL.md +117 -0
  53. package/bin/skills/clickzetta-index-manager/SKILL.md +140 -0
  54. package/bin/skills/clickzetta-index-manager/references/bloomfilter-index.md +67 -0
  55. package/bin/skills/clickzetta-index-manager/references/index-management.md +73 -0
  56. package/bin/skills/clickzetta-index-manager/references/inverted-index.md +80 -0
  57. package/bin/skills/clickzetta-index-manager/references/vector-index.md +81 -0
  58. package/bin/skills/clickzetta-information-schema/SKILL.md +367 -0
  59. package/bin/skills/clickzetta-information-schema/references/instance-views-reference.md +276 -0
  60. package/bin/skills/clickzetta-information-schema/references/metering-views-reference.md +137 -0
  61. package/bin/skills/clickzetta-information-schema/references/views-reference.md +271 -0
  62. package/bin/skills/clickzetta-java-sdk/SKILL.md +186 -0
  63. package/bin/skills/clickzetta-java-sdk/references/bulkload.md +163 -0
  64. package/bin/skills/clickzetta-java-sdk/references/realtime.md +212 -0
  65. package/bin/skills/clickzetta-kafka-ingest-pipeline/SKILL.md +531 -0
  66. package/bin/skills/clickzetta-kafka-ingest-pipeline/references/kafka-pipe-syntax.md +186 -0
  67. package/bin/skills/clickzetta-lakehouse-connect/SKILL.md +218 -0
  68. package/bin/skills/clickzetta-lakehouse-connect/evals/evals.json +35 -0
  69. package/bin/skills/clickzetta-lakehouse-connect/references/config-file.md +435 -0
  70. package/bin/skills/clickzetta-lakehouse-connect/references/jdbc.md +478 -0
  71. package/bin/skills/clickzetta-lakehouse-connect/references/python-sdk.md +225 -0
  72. package/bin/skills/clickzetta-lakehouse-connect/references/sqlalchemy.md +468 -0
  73. package/bin/skills/clickzetta-lakehouse-connect/references/zettapark-session.md +445 -0
  74. package/bin/skills/clickzetta-manage-comments/SKILL.md +219 -0
  75. package/bin/skills/clickzetta-metadata-query/SKILL.md +298 -0
  76. package/bin/skills/clickzetta-metadata-query/references/show-desc-reference.md +326 -0
  77. package/bin/skills/clickzetta-monitoring/SKILL.md +199 -0
  78. package/bin/skills/clickzetta-monitoring/references/job-history-analysis.md +97 -0
  79. package/bin/skills/clickzetta-monitoring/references/show-jobs.md +48 -0
  80. package/bin/skills/clickzetta-oss-ingest-pipeline/SKILL.md +402 -0
  81. package/bin/skills/clickzetta-query-optimizer/SKILL.md +156 -0
  82. package/bin/skills/clickzetta-query-optimizer/references/explain.md +56 -0
  83. package/bin/skills/clickzetta-query-optimizer/references/hints-and-sortkey.md +78 -0
  84. package/bin/skills/clickzetta-query-optimizer/references/optimize.md +65 -0
  85. package/bin/skills/clickzetta-query-optimizer/references/result-cache.md +49 -0
  86. package/bin/skills/clickzetta-query-optimizer/references/show-jobs.md +42 -0
  87. package/bin/skills/clickzetta-realtime-sync-pipeline/SKILL.md +197 -0
  88. package/bin/skills/clickzetta-semantic-view/SKILL.md +207 -0
  89. package/bin/skills/clickzetta-semantic-view/references/semantic-view-reference.md +167 -0
  90. package/bin/skills/clickzetta-spark-flink-connector/SKILL.md +92 -0
  91. package/bin/skills/clickzetta-spark-flink-connector/references/flink.md +147 -0
  92. package/bin/skills/clickzetta-spark-flink-connector/references/spark.md +132 -0
  93. package/bin/skills/clickzetta-sql-pipeline-manager/SKILL.md +353 -0
  94. package/bin/skills/clickzetta-sql-pipeline-manager/evals/evals.json +166 -0
  95. package/bin/skills/clickzetta-sql-pipeline-manager/references/dynamic-table.md +173 -0
  96. package/bin/skills/clickzetta-sql-pipeline-manager/references/materialized-view.md +129 -0
  97. package/bin/skills/clickzetta-sql-pipeline-manager/references/pipe.md +160 -0
  98. package/bin/skills/clickzetta-sql-pipeline-manager/references/table-stream.md +123 -0
  99. package/bin/skills/clickzetta-sql-syntax-guide/SKILL.md +172 -0
  100. package/bin/skills/clickzetta-sql-syntax-guide/references/ddl-reference.md +350 -0
  101. package/bin/skills/clickzetta-sql-syntax-guide/references/dml-reference.md +279 -0
  102. package/bin/skills/clickzetta-sql-syntax-guide/references/dql-reference.md +504 -0
  103. package/bin/skills/clickzetta-sql-syntax-guide/references/functions-reference.md +372 -0
  104. package/bin/skills/clickzetta-sql-syntax-guide/references/migration-databricks.md +260 -0
  105. package/bin/skills/clickzetta-sql-syntax-guide/references/migration-snowflake.md +382 -0
  106. package/bin/skills/clickzetta-sql-syntax-guide/references/vs-snowflake.md +346 -0
  107. package/bin/skills/clickzetta-sql-syntax-guide/references/vs-spark.md +229 -0
  108. package/bin/skills/clickzetta-studio-overview/SKILL.md +170 -0
  109. package/bin/skills/clickzetta-studio-overview/references/studio-modules.md +173 -0
  110. package/bin/skills/clickzetta-table-stream-pipeline/SKILL.md +155 -0
  111. package/bin/skills/clickzetta-vcluster-manager/SKILL.md +212 -0
  112. package/bin/skills/clickzetta-vcluster-manager/references/vc-cache.md +54 -0
  113. package/bin/skills/clickzetta-vcluster-manager/references/vcluster-ddl.md +150 -0
  114. package/bin/skills/clickzetta-volume-manager/SKILL.md +249 -0
  115. package/bin/skills/clickzetta-volume-manager/references/volume-ddl.md +194 -0
  116. package/bin/skills/clickzetta-zettapark/SKILL.md +248 -0
  117. package/bin/skills/clickzetta-zettapark/references/zettapark-api.md +283 -0
  118. package/bin/skills/cz-cli/SKILL.md +58 -0
  119. package/bin/skills/cz-cli/references/profile-setup.md +88 -0
  120. package/bin/skills/cz-cli-inner/SKILL.md +96 -0
  121. package/bin/skills/lakehouse-doc/SKILL.md +107 -0
  122. package/bin/skills/lakehouse-doc/references/.gitattributes +1 -0
  123. package/bin/skills/lakehouse-doc/references/.gitlab-ci.yml +11 -0
  124. package/bin/skills/lakehouse-doc/references/702bc8f656.md +387 -0
  125. package/bin/skills/lakehouse-doc/references/774c65e217.md +136 -0
  126. package/bin/skills/lakehouse-doc/references/9164fed65a.md +1 -0
  127. package/bin/skills/lakehouse-doc/references/AIGateway.md +3 -0
  128. package/bin/skills/lakehouse-doc/references/AI_COMPLETE.md +157 -0
  129. package/bin/skills/lakehouse-doc/references/AI_EMBEDDING.md +70 -0
  130. package/bin/skills/lakehouse-doc/references/AI_Gateway.md +255 -0
  131. package/bin/skills/lakehouse-doc/references/AI_eco.md +1 -0
  132. package/bin/skills/lakehouse-doc/references/AI_function_in_SQL.md +25 -0
  133. package/bin/skills/lakehouse-doc/references/AI_function_overview.md +25 -0
  134. package/bin/skills/lakehouse-doc/references/ALTER-EXTERNAL-TABLE.md +78 -0
  135. package/bin/skills/lakehouse-doc/references/ALTER-SCHEMA.md +85 -0
  136. package/bin/skills/lakehouse-doc/references/ALTER-TABLE-COLUMN.md +223 -0
  137. package/bin/skills/lakehouse-doc/references/ALTERTABLE.md +92 -0
  138. package/bin/skills/lakehouse-doc/references/ARRAY.md +99 -0
  139. package/bin/skills/lakehouse-doc/references/Account.md +2 -0
  140. package/bin/skills/lakehouse-doc/references/Analysis.md +1 -0
  141. package/bin/skills/lakehouse-doc/references/AnalyticsModernDataStack.md +390 -0
  142. package/bin/skills/lakehouse-doc/references/Application_list.md +26 -0
  143. package/bin/skills/lakehouse-doc/references/Approval.md +1 -0
  144. package/bin/skills/lakehouse-doc/references/Approval_list.md +61 -0
  145. package/bin/skills/lakehouse-doc/references/BIGINT.md +49 -0
  146. package/bin/skills/lakehouse-doc/references/BINARY.md +104 -0
  147. package/bin/skills/lakehouse-doc/references/BOOLEAN.md +47 -0
  148. package/bin/skills/lakehouse-doc/references/BP_AI_Function_Image2text.md +203 -0
  149. package/bin/skills/lakehouse-doc/references/BluepipeOracleLakehouse_DataSync.md +244 -0
  150. package/bin/skills/lakehouse-doc/references/CHAR.md +38 -0
  151. package/bin/skills/lakehouse-doc/references/CONNECTION.md +1 -0
  152. package/bin/skills/lakehouse-doc/references/COPY-INTO-Location.md +404 -0
  153. package/bin/skills/lakehouse-doc/references/COPY_INTO_Location.md +371 -0
  154. package/bin/skills/lakehouse-doc/references/CREAREUSER.md +42 -0
  155. package/bin/skills/lakehouse-doc/references/CREATE-BLOOMFILTER-INDEX.md +138 -0
  156. package/bin/skills/lakehouse-doc/references/CREATECONNECTION.md +11 -0
  157. package/bin/skills/lakehouse-doc/references/CREATEEXTERNAlLSCHEMA.md +290 -0
  158. package/bin/skills/lakehouse-doc/references/CREATEMATERIALIZEDVIEW.md +518 -0
  159. package/bin/skills/lakehouse-doc/references/CREATEROLE.md +71 -0
  160. package/bin/skills/lakehouse-doc/references/CREATESCHEMA.md +40 -0
  161. package/bin/skills/lakehouse-doc/references/CREATEVIEW.md +63 -0
  162. package/bin/skills/lakehouse-doc/references/CREATE_EXTERNATL_FUNCTION.md +219 -0
  163. package/bin/skills/lakehouse-doc/references/CTERevenueCohort.md +275 -0
  164. package/bin/skills/lakehouse-doc/references/ComputeResourceDDL.md +1 -0
  165. package/bin/skills/lakehouse-doc/references/Concepts.md +1 -0
  166. package/bin/skills/lakehouse-doc/references/Create_Embeding_Function.md +236 -0
  167. package/bin/skills/lakehouse-doc/references/Create_LLM_Function.md +242 -0
  168. package/bin/skills/lakehouse-doc/references/CreditScoringwithZettaparkandPythonMLlibraryNew.md +873 -0
  169. package/bin/skills/lakehouse-doc/references/DATE.md +50 -0
  170. package/bin/skills/lakehouse-doc/references/DDL.md +1 -0
  171. package/bin/skills/lakehouse-doc/references/DECIMAL.md +27 -0
  172. package/bin/skills/lakehouse-doc/references/DELETE.md +48 -0
  173. package/bin/skills/lakehouse-doc/references/DESC-INDEX.md +41 -0
  174. package/bin/skills/lakehouse-doc/references/DESC-JOB.md +31 -0
  175. package/bin/skills/lakehouse-doc/references/DESCCONNECTION.md +39 -0
  176. package/bin/skills/lakehouse-doc/references/DESCMATERIALIZEDVIEW.md +31 -0
  177. package/bin/skills/lakehouse-doc/references/DESCSCHEMAS.md +59 -0
  178. package/bin/skills/lakehouse-doc/references/DESCTABLE.md +105 -0
  179. package/bin/skills/lakehouse-doc/references/DESCVIEW.md +66 -0
  180. package/bin/skills/lakehouse-doc/references/DOUBLE.md +58 -0
  181. package/bin/skills/lakehouse-doc/references/DQL.md +1 -0
  182. package/bin/skills/lakehouse-doc/references/DROP-INDEX.md +29 -0
  183. package/bin/skills/lakehouse-doc/references/DROPCONNECTION.md +32 -0
  184. package/bin/skills/lakehouse-doc/references/DROPMATERIALIZEDVIEW.md +42 -0
  185. package/bin/skills/lakehouse-doc/references/DROPROLE.md +56 -0
  186. package/bin/skills/lakehouse-doc/references/DROPSCHEMA.md +37 -0
  187. package/bin/skills/lakehouse-doc/references/DROPTABLE.md +46 -0
  188. package/bin/skills/lakehouse-doc/references/DROPUSER.md +34 -0
  189. package/bin/skills/lakehouse-doc/references/DROPVIEW.md +33 -0
  190. package/bin/skills/lakehouse-doc/references/DataQuality.md +99 -0
  191. package/bin/skills/lakehouse-doc/references/DataSourceConfigGuide.md +1 -0
  192. package/bin/skills/lakehouse-doc/references/DataSource_ADBMySQL.md +35 -0
  193. package/bin/skills/lakehouse-doc/references/DataSource_ADB_PostgreSQL.md +36 -0
  194. package/bin/skills/lakehouse-doc/references/DataSource_AMQP.md +37 -0
  195. package/bin/skills/lakehouse-doc/references/DataSource_Amazon_DocumentDB.md +115 -0
  196. package/bin/skills/lakehouse-doc/references/DataSource_Amazon_OpenSearch.md +42 -0
  197. package/bin/skills/lakehouse-doc/references/DataSource_Aurora_MySQL.md +35 -0
  198. package/bin/skills/lakehouse-doc/references/DataSource_Aurora_PostgreSQL.md +36 -0
  199. package/bin/skills/lakehouse-doc/references/DataSource_AutoMQ.md +124 -0
  200. package/bin/skills/lakehouse-doc/references/DataSource_COS.md +31 -0
  201. package/bin/skills/lakehouse-doc/references/DataSource_ClickHouse.md +36 -0
  202. package/bin/skills/lakehouse-doc/references/DataSource_DB2.md +36 -0
  203. package/bin/skills/lakehouse-doc/references/DataSource_DM.md +35 -0
  204. package/bin/skills/lakehouse-doc/references/DataSource_Databricks.md +38 -0
  205. package/bin/skills/lakehouse-doc/references/DataSource_Doris.md +34 -0
  206. package/bin/skills/lakehouse-doc/references/DataSource_DynamoDB.md +37 -0
  207. package/bin/skills/lakehouse-doc/references/DataSource_ElasticSearch.md +30 -0
  208. package/bin/skills/lakehouse-doc/references/DataSource_Greenplum.md +36 -0
  209. package/bin/skills/lakehouse-doc/references/DataSource_HANA.md +53 -0
  210. package/bin/skills/lakehouse-doc/references/DataSource_HBase.md +29 -0
  211. package/bin/skills/lakehouse-doc/references/DataSource_Hive.md +52 -0
  212. package/bin/skills/lakehouse-doc/references/DataSource_Hologres.md +36 -0
  213. package/bin/skills/lakehouse-doc/references/DataSource_Kafka.md +32 -0
  214. package/bin/skills/lakehouse-doc/references/DataSource_MariaDB.md +36 -0
  215. package/bin/skills/lakehouse-doc/references/DataSource_MaxCompute.md +32 -0
  216. package/bin/skills/lakehouse-doc/references/DataSource_MongoDB.md +36 -0
  217. package/bin/skills/lakehouse-doc/references/DataSource_MySQL.md +36 -0
  218. package/bin/skills/lakehouse-doc/references/DataSource_OSS.md +31 -0
  219. package/bin/skills/lakehouse-doc/references/DataSource_Oracle.md +35 -0
  220. package/bin/skills/lakehouse-doc/references/DataSource_PorarDB.md +37 -0
  221. package/bin/skills/lakehouse-doc/references/DataSource_PostgreSQL.md +36 -0
  222. package/bin/skills/lakehouse-doc/references/DataSource_Redis.md +55 -0
  223. package/bin/skills/lakehouse-doc/references/DataSource_Redshift.md +49 -0
  224. package/bin/skills/lakehouse-doc/references/DataSource_RestApi.md +30 -0
  225. package/bin/skills/lakehouse-doc/references/DataSource_S3.md +25 -0
  226. package/bin/skills/lakehouse-doc/references/DataSource_SLS.md +31 -0
  227. package/bin/skills/lakehouse-doc/references/DataSource_StarRocks.md +35 -0
  228. package/bin/skills/lakehouse-doc/references/DataSource_TiDB.md +36 -0
  229. package/bin/skills/lakehouse-doc/references/Datalake_StorageConnection.md +12 -0
  230. package/bin/skills/lakehouse-doc/references/Datasource_SQLServer.md +36 -0
  231. package/bin/skills/lakehouse-doc/references/Datus_Lakehouse_Integrated_Guide.md +3 -0
  232. package/bin/skills/lakehouse-doc/references/Datus_Lakehouse_MCPServer.md +111 -0
  233. package/bin/skills/lakehouse-doc/references/Dify_Integreated_with_LakehouseMCPServer.md +71 -0
  234. package/bin/skills/lakehouse-doc/references/ELTModernDataStack.md +497 -0
  235. package/bin/skills/lakehouse-doc/references/ELT_practice.md +1 -0
  236. package/bin/skills/lakehouse-doc/references/EXPLAIN.md +92 -0
  237. package/bin/skills/lakehouse-doc/references/EXTERNALFUNCITON.md +1 -0
  238. package/bin/skills/lakehouse-doc/references/EXTERNALFUNCTION.md +0 -0
  239. package/bin/skills/lakehouse-doc/references/EXTERNALFUNCTION/345/274/200/345/217/221/346/214/207/345/215/227.md +142 -0
  240. package/bin/skills/lakehouse-doc/references/EXTERNALSCHEMA.md +1 -0
  241. package/bin/skills/lakehouse-doc/references/EXTERNALSCHMEA.md +94 -0
  242. package/bin/skills/lakehouse-doc/references/ExternalFunctionDevGuideJava.md +556 -0
  243. package/bin/skills/lakehouse-doc/references/FLOAT.md +33 -0
  244. package/bin/skills/lakehouse-doc/references/FeatureEngineeringForExpandingCustomerFeatureswithZettapark.md +427 -0
  245. package/bin/skills/lakehouse-doc/references/FileCommand.md +1 -0
  246. package/bin/skills/lakehouse-doc/references/FileFunction.md +1 -0
  247. package/bin/skills/lakehouse-doc/references/FineBI.md +195 -0
  248. package/bin/skills/lakehouse-doc/references/Full_Text_Search.md +1 -0
  249. package/bin/skills/lakehouse-doc/references/GET.md +63 -0
  250. package/bin/skills/lakehouse-doc/references/GET_PRESIGNED_URL.md +91 -0
  251. package/bin/skills/lakehouse-doc/references/GrantPriveleges.md +113 -0
  252. package/bin/skills/lakehouse-doc/references/Hive_connection.md +50 -0
  253. package/bin/skills/lakehouse-doc/references/IDENTITY-Column.md +74 -0
  254. package/bin/skills/lakehouse-doc/references/INSERT.md +186 -0
  255. package/bin/skills/lakehouse-doc/references/INT.md +36 -0
  256. package/bin/skills/lakehouse-doc/references/INTERVAL.md +143 -0
  257. package/bin/skills/lakehouse-doc/references/Ingesting_Data_from_Alibaba_Cloud_Data_Lake_into_Lakehouse.md +976 -0
  258. package/bin/skills/lakehouse-doc/references/Ingestion.md +1 -0
  259. package/bin/skills/lakehouse-doc/references/JDBC-Driver.md +67 -0
  260. package/bin/skills/lakehouse-doc/references/JDBC_MindsDB_ML_LLM.md +237 -0
  261. package/bin/skills/lakehouse-doc/references/JOIN.md +204 -0
  262. package/bin/skills/lakehouse-doc/references/JSON.md +423 -0
  263. package/bin/skills/lakehouse-doc/references/JSON_DataType.md +49 -0
  264. package/bin/skills/lakehouse-doc/references/KAFKA_Storage_connection.md +1 -0
  265. package/bin/skills/lakehouse-doc/references/Kafka_connection.md +36 -0
  266. package/bin/skills/lakehouse-doc/references/Key_Concepts.md +112 -0
  267. package/bin/skills/lakehouse-doc/references/LATERALVIEW.md +78 -0
  268. package/bin/skills/lakehouse-doc/references/Lakehouse-client-repository.md +11 -0
  269. package/bin/skills/lakehouse-doc/references/LakehouseAI.md +0 -0
  270. package/bin/skills/lakehouse-doc/references/LakehouseAI_overview.md +16 -0
  271. package/bin/skills/lakehouse-doc/references/LakehouseAI/346/246/202/350/277/260.md +0 -0
  272. package/bin/skills/lakehouse-doc/references/LakehouseDataGPTTour.md +64 -0
  273. package/bin/skills/lakehouse-doc/references/LakehouseMCPServer.md +1 -0
  274. package/bin/skills/lakehouse-doc/references/LakehouseMCPServer_intro.md +493 -0
  275. package/bin/skills/lakehouse-doc/references/LakehousePythonZettapark.md +1 -0
  276. package/bin/skills/lakehouse-doc/references/LakehouseStudioTour.md +185 -0
  277. package/bin/skills/lakehouse-doc/references/Lakehouse_Index_Best_Practice.md +681 -0
  278. package/bin/skills/lakehouse-doc/references/Lakehouse_Insight.md +104 -0
  279. package/bin/skills/lakehouse-doc/references/Lakehouse_Platform_Release_Note.md +1 -0
  280. package/bin/skills/lakehouse-doc/references/Lakehouse_Studio_101.md +1 -0
  281. package/bin/skills/lakehouse-doc/references/Lakehouse_Studio_Release_Note.md +1 -0
  282. package/bin/skills/lakehouse-doc/references/Lakehouse_Zilliz_MakeDataReadyforBIandAI.md +228 -0
  283. package/bin/skills/lakehouse-doc/references/Langchain_plug_installation.md +244 -0
  284. package/bin/skills/lakehouse-doc/references/Langchain_plug_quick_start.md +225 -0
  285. package/bin/skills/lakehouse-doc/references/Langchain_plugins_overview.md +406 -0
  286. package/bin/skills/lakehouse-doc/references/Limitation.md +8 -0
  287. package/bin/skills/lakehouse-doc/references/LoggingIn.md +67 -0
  288. package/bin/skills/lakehouse-doc/references/Logstash.md +172 -0
  289. package/bin/skills/lakehouse-doc/references/MAP.md +42 -0
  290. package/bin/skills/lakehouse-doc/references/MATERIALIZEDVIEW.md +112 -0
  291. package/bin/skills/lakehouse-doc/references/MCPServers.md +267 -0
  292. package/bin/skills/lakehouse-doc/references/MERGE.md +498 -0
  293. package/bin/skills/lakehouse-doc/references/ManageAccounts.md +184 -0
  294. package/bin/skills/lakehouse-doc/references/ManagingFilesonDatalakeVolumewithZettapark.md +145 -0
  295. package/bin/skills/lakehouse-doc/references/MigrateSnowflakeRealtimeETLPipelinetoClickzettaLakehouse.md +865 -0
  296. package/bin/skills/lakehouse-doc/references/Migrate_Spark_DataEngineeringBestPractices_Project_to_Lakehouse.md +292 -0
  297. package/bin/skills/lakehouse-doc/references/ModernDataStackWithEcosystemTools.md +1 -0
  298. package/bin/skills/lakehouse-doc/references/N8N_AI_Workflow_Integration.md +1 -0
  299. package/bin/skills/lakehouse-doc/references/N8N_Integrated_with_LakehouseMCPServer.md +128 -0
  300. package/bin/skills/lakehouse-doc/references/Notebook.md +109 -0
  301. package/bin/skills/lakehouse-doc/references/NotesandGuidelinesforUsingPartitionTables.md +1627 -0
  302. package/bin/skills/lakehouse-doc/references/OPTIMIZE.md +80 -0
  303. package/bin/skills/lakehouse-doc/references/OptimizingComputingResources.md +1 -0
  304. package/bin/skills/lakehouse-doc/references/Overview.md +1 -0
  305. package/bin/skills/lakehouse-doc/references/PUT.md +70 -0
  306. package/bin/skills/lakehouse-doc/references/PerformingVectorandScalarRetrievalinheSameTableinLakehouse.md +84 -0
  307. package/bin/skills/lakehouse-doc/references/Permission_application.md +43 -0
  308. package/bin/skills/lakehouse-doc/references/PowerBI.md +113 -0
  309. package/bin/skills/lakehouse-doc/references/PythonSDKVersionHistory.md +24 -0
  310. package/bin/skills/lakehouse-doc/references/PythonSample_put_gharchive2oss.md +153 -0
  311. package/bin/skills/lakehouse-doc/references/PythonSample_put_github_rt_events.md +336 -0
  312. package/bin/skills/lakehouse-doc/references/PythonSqlAlchemyVersionHistory.md +23 -0
  313. package/bin/skills/lakehouse-doc/references/PythonTaskDev.md +1 -0
  314. package/bin/skills/lakehouse-doc/references/Python_Task.md +28 -0
  315. package/bin/skills/lakehouse-doc/references/Query_SnowflakeOpenCatalog_Icebergtable.md +114 -0
  316. package/bin/skills/lakehouse-doc/references/QuickStartwithCopycommand.md +79 -0
  317. package/bin/skills/lakehouse-doc/references/README.md +1 -0
  318. package/bin/skills/lakehouse-doc/references/REFRESH.md +37 -0
  319. package/bin/skills/lakehouse-doc/references/REMOTEFUNCTION.md +1 -0
  320. package/bin/skills/lakehouse-doc/references/RN_2023-08-07.md +67 -0
  321. package/bin/skills/lakehouse-doc/references/RN_2023-09-05.md +75 -0
  322. package/bin/skills/lakehouse-doc/references/RN_2023-09-18.md +50 -0
  323. package/bin/skills/lakehouse-doc/references/RN_2023-09-20.md +55 -0
  324. package/bin/skills/lakehouse-doc/references/RN_2023-10-25.md +102 -0
  325. package/bin/skills/lakehouse-doc/references/RN_2023-11-09.md +84 -0
  326. package/bin/skills/lakehouse-doc/references/RN_2023-12-25.md +84 -0
  327. package/bin/skills/lakehouse-doc/references/RN_2024-01-05.md +78 -0
  328. package/bin/skills/lakehouse-doc/references/RN_2024-02-05.md +87 -0
  329. package/bin/skills/lakehouse-doc/references/RN_2024-03-22.md +76 -0
  330. package/bin/skills/lakehouse-doc/references/RN_2024-04-10.md +61 -0
  331. package/bin/skills/lakehouse-doc/references/RN_2024-04-16.md +38 -0
  332. package/bin/skills/lakehouse-doc/references/RN_2024-05-10.md +47 -0
  333. package/bin/skills/lakehouse-doc/references/RN_2024-05-15.md +43 -0
  334. package/bin/skills/lakehouse-doc/references/RN_2024-05-24.md +143 -0
  335. package/bin/skills/lakehouse-doc/references/RN_2024-06-06.md +59 -0
  336. package/bin/skills/lakehouse-doc/references/RN_2024-06-07.md +71 -0
  337. package/bin/skills/lakehouse-doc/references/RN_2024-06-27.md +55 -0
  338. package/bin/skills/lakehouse-doc/references/RN_2024-07-22.md +121 -0
  339. package/bin/skills/lakehouse-doc/references/RN_2024-07-24.md +58 -0
  340. package/bin/skills/lakehouse-doc/references/RN_2024-08-07.md +42 -0
  341. package/bin/skills/lakehouse-doc/references/RN_2024-09-26.md +106 -0
  342. package/bin/skills/lakehouse-doc/references/RN_2024-10-15.md +49 -0
  343. package/bin/skills/lakehouse-doc/references/RN_2024_11_11.md +50 -0
  344. package/bin/skills/lakehouse-doc/references/RN_2024_12_12.md +52 -0
  345. package/bin/skills/lakehouse-doc/references/RN_2024_12_25.md +40 -0
  346. package/bin/skills/lakehouse-doc/references/RN_2025-03-05.md +68 -0
  347. package/bin/skills/lakehouse-doc/references/RN_2025-04-01.md +74 -0
  348. package/bin/skills/lakehouse-doc/references/RN_2025-05-20.md +90 -0
  349. package/bin/skills/lakehouse-doc/references/RN_2025-07-03.md +100 -0
  350. package/bin/skills/lakehouse-doc/references/RN_2025-08-25.md +106 -0
  351. package/bin/skills/lakehouse-doc/references/RN_2025_03_03.md +141 -0
  352. package/bin/skills/lakehouse-doc/references/RN_2025_04_22.md +110 -0
  353. package/bin/skills/lakehouse-doc/references/RN_2025_07_15.md +60 -0
  354. package/bin/skills/lakehouse-doc/references/RN_2025_10_23.md +85 -0
  355. package/bin/skills/lakehouse-doc/references/RN_2025_10_30.md +68 -0
  356. package/bin/skills/lakehouse-doc/references/RN_2025_12_17.md +71 -0
  357. package/bin/skills/lakehouse-doc/references/RN_2026_1_30-2.0.0.md +43 -0
  358. package/bin/skills/lakehouse-doc/references/RN_LH_2025_12_30.md +73 -0
  359. package/bin/skills/lakehouse-doc/references/RN_LH_2026_03_13.md +47 -0
  360. package/bin/skills/lakehouse-doc/references/Refactor_ELT_practice.md +241 -0
  361. package/bin/skills/lakehouse-doc/references/RemoteFunctionAsUDF.md +1 -0
  362. package/bin/skills/lakehouse-doc/references/RemoteFunctionBestPractice.md +350 -0
  363. package/bin/skills/lakehouse-doc/references/RemoteFunctionDevGuidePython3.md +571 -0
  364. package/bin/skills/lakehouse-doc/references/RemoteFunctionOnACR.md +249 -0
  365. package/bin/skills/lakehouse-doc/references/RemoteFunctionintro.md +54 -0
  366. package/bin/skills/lakehouse-doc/references/RemoteFunction/344/273/213/347/273/215.md +1 -0
  367. package/bin/skills/lakehouse-doc/references/RemoteFunction/345/274/200/345/217/221/346/214/207/345/215/227Python3.md +1 -0
  368. package/bin/skills/lakehouse-doc/references/RemoteFunction/346/234/200/344/275/263/345/256/236/350/267/265.md +1 -0
  369. package/bin/skills/lakehouse-doc/references/RevokePriveleges.md +98 -0
  370. package/bin/skills/lakehouse-doc/references/SCHEMA.md +48 -0
  371. package/bin/skills/lakehouse-doc/references/SCHEMADDL.md +0 -0
  372. package/bin/skills/lakehouse-doc/references/SHOW-INDEX.md +22 -0
  373. package/bin/skills/lakehouse-doc/references/SHOWCONNECTIONS.md +44 -0
  374. package/bin/skills/lakehouse-doc/references/SHOWFUNCTIONS.md +38 -0
  375. package/bin/skills/lakehouse-doc/references/SHOWGRANTS.md +62 -0
  376. package/bin/skills/lakehouse-doc/references/SHOWROLES.md +59 -0
  377. package/bin/skills/lakehouse-doc/references/SHOWTABLES.md +46 -0
  378. package/bin/skills/lakehouse-doc/references/SHOWUSERS.md +26 -0
  379. package/bin/skills/lakehouse-doc/references/SMALLINT.md +48 -0
  380. package/bin/skills/lakehouse-doc/references/SQL_CREATE_TABLE_GUIDE.md +1210 -0
  381. package/bin/skills/lakehouse-doc/references/SQL_DML_Considerations.md +601 -0
  382. package/bin/skills/lakehouse-doc/references/SQL_Join_Guide.md +655 -0
  383. package/bin/skills/lakehouse-doc/references/SQL_SELECT_Considerations.md +1818 -0
  384. package/bin/skills/lakehouse-doc/references/SQL_With_CTE_Guide.md +1510 -0
  385. package/bin/skills/lakehouse-doc/references/SQL_customers.md +74 -0
  386. package/bin/skills/lakehouse-doc/references/SQL_revenue.md +31 -0
  387. package/bin/skills/lakehouse-doc/references/STRING.md +80 -0
  388. package/bin/skills/lakehouse-doc/references/STRUCT.md +33 -0
  389. package/bin/skills/lakehouse-doc/references/SUMMARY.md +1279 -0
  390. package/bin/skills/lakehouse-doc/references/Security_system_inventory_and_optimization_based_Information_Schema.md +412 -0
  391. package/bin/skills/lakehouse-doc/references/Server_data_for_AI.md +15 -0
  392. package/bin/skills/lakehouse-doc/references/SlowlyChangingDimensionsInLakehouseUsingStreamsandTasks.md +616 -0
  393. package/bin/skills/lakehouse-doc/references/Spark_Lakehouse_iceberg_REST.md +151 -0
  394. package/bin/skills/lakehouse-doc/references/StudioDI_PrivateLinkVPC_fromRDS.md +105 -0
  395. package/bin/skills/lakehouse-doc/references/Supported_Cloud_Platforms.md +40 -0
  396. package/bin/skills/lakehouse-doc/references/TABLE.md +49 -0
  397. package/bin/skills/lakehouse-doc/references/TIMESTAMP.md +56 -0
  398. package/bin/skills/lakehouse-doc/references/TIMETRAVEL.md +207 -0
  399. package/bin/skills/lakehouse-doc/references/TINYINT.md +63 -0
  400. package/bin/skills/lakehouse-doc/references/TPC-H100G_experience.md +49 -0
  401. package/bin/skills/lakehouse-doc/references/TRUNCATE.md +144 -0
  402. package/bin/skills/lakehouse-doc/references/TableDesign.md +270 -0
  403. package/bin/skills/lakehouse-doc/references/TableauConnectToLakehouse.md +64 -0
  404. package/bin/skills/lakehouse-doc/references/Tutorials.md +1 -0
  405. package/bin/skills/lakehouse-doc/references/UNDROP-TABLE.md +163 -0
  406. package/bin/skills/lakehouse-doc/references/UPDATE.md +70 -0
  407. package/bin/skills/lakehouse-doc/references/USESCHEMA.md +53 -0
  408. package/bin/skills/lakehouse-doc/references/UnifiedWorkflowIntro.md +31 -0
  409. package/bin/skills/lakehouse-doc/references/UnifiedWorkflow_demo.md +175 -0
  410. package/bin/skills/lakehouse-doc/references/Unstructured_io.md +735 -0
  411. package/bin/skills/lakehouse-doc/references/VARCHARleghth.md +42 -0
  412. package/bin/skills/lakehouse-doc/references/VIEW.md +47 -0
  413. package/bin/skills/lakehouse-doc/references/Volume_LIST.md +52 -0
  414. package/bin/skills/lakehouse-doc/references/WINDOWFUNCTION.md +561 -0
  415. package/bin/skills/lakehouse-doc/references/WITH.md +41 -0
  416. package/bin/skills/lakehouse-doc/references/ZettaparkQuickStart.md +453 -0
  417. package/bin/skills/lakehouse-doc/references/Zettapark_Data_Engineering_Demo.md +348 -0
  418. package/bin/skills/lakehouse-doc/references/a_comprehensive_guide_to_ingesting_data_into_clickzetta_lakehouse.md +66 -0
  419. package/bin/skills/lakehouse-doc/references/access-control-configration.md +249 -0
  420. package/bin/skills/lakehouse-doc/references/access-control-general.md +82 -0
  421. package/bin/skills/lakehouse-doc/references/access-control.md +240 -0
  422. package/bin/skills/lakehouse-doc/references/account_user_management.md +105 -0
  423. package/bin/skills/lakehouse-doc/references/accountfunds.md +87 -0
  424. package/bin/skills/lakehouse-doc/references/agg_function.md +1 -0
  425. package/bin/skills/lakehouse-doc/references/ai_ready_data_overview.md +13 -0
  426. package/bin/skills/lakehouse-doc/references/airbyte.md +95 -0
  427. package/bin/skills/lakehouse-doc/references/alert.md +143 -0
  428. package/bin/skills/lakehouse-doc/references/alicloud-arn-externalid.md +51 -0
  429. package/bin/skills/lakehouse-doc/references/alicloud_byos_configration.md +129 -0
  430. package/bin/skills/lakehouse-doc/references/aliyun_storage_connection.md +135 -0
  431. package/bin/skills/lakehouse-doc/references/alter-dynamic-table.md +375 -0
  432. package/bin/skills/lakehouse-doc/references/alter-external-schema.md +20 -0
  433. package/bin/skills/lakehouse-doc/references/alter-materialzied-view.md +238 -0
  434. package/bin/skills/lakehouse-doc/references/alter-share.md +43 -0
  435. package/bin/skills/lakehouse-doc/references/alter-user.md +13 -0
  436. package/bin/skills/lakehouse-doc/references/alter-vcluster.md +134 -0
  437. package/bin/skills/lakehouse-doc/references/alter-worksapce.md +55 -0
  438. package/bin/skills/lakehouse-doc/references/alter.md +35 -0
  439. package/bin/skills/lakehouse-doc/references/analysis_internet_data_nyc_green_data.md +449 -0
  440. package/bin/skills/lakehouse-doc/references/analytics_cluster_best_practices.md +377 -0
  441. package/bin/skills/lakehouse-doc/references/analyze-table.md +58 -0
  442. package/bin/skills/lakehouse-doc/references/array_size.md +34 -0
  443. package/bin/skills/lakehouse-doc/references/authentication.md +53 -0
  444. package/bin/skills/lakehouse-doc/references/authoritymanagement.md +1 -0
  445. package/bin/skills/lakehouse-doc/references/auto-index.md +57 -0
  446. package/bin/skills/lakehouse-doc/references/aws_storage_connection.md +114 -0
  447. package/bin/skills/lakehouse-doc/references/backfilling_data.md +60 -0
  448. package/bin/skills/lakehouse-doc/references/batch_sync.md +54 -0
  449. package/bin/skills/lakehouse-doc/references/batch_sync_Sop.md +135 -0
  450. package/bin/skills/lakehouse-doc/references/batchloadparquertfileintoLakehouse.md +79 -0
  451. package/bin/skills/lakehouse-doc/references/bestpractice_bazhuanyu.md +1 -0
  452. package/bin/skills/lakehouse-doc/references/billing.md +62 -0
  453. package/bin/skills/lakehouse-doc/references/bitmap-type.md +524 -0
  454. package/bin/skills/lakehouse-doc/references/bitmap_uba_guide.md +1190 -0
  455. package/bin/skills/lakehouse-doc/references/bloomfilter-summary.md +164 -0
  456. package/bin/skills/lakehouse-doc/references/book.json +17 -0
  457. package/bin/skills/lakehouse-doc/references/bring_your_own_storage.md +1 -0
  458. package/bin/skills/lakehouse-doc/references/build-inverted-index.md +27 -0
  459. package/bin/skills/lakehouse-doc/references/build_rag_with_langchain.md +616 -0
  460. package/bin/skills/lakehouse-doc/references/bulkload-summary.md +37 -0
  461. package/bin/skills/lakehouse-doc/references/bulkloadv1-java-sdk.md +178 -0
  462. package/bin/skills/lakehouse-doc/references/bulkloadv1-python-sdk.md +169 -0
  463. package/bin/skills/lakehouse-doc/references/byos_general.md +165 -0
  464. package/bin/skills/lakehouse-doc/references/byos_tencentcloud_configration.md +138 -0
  465. package/bin/skills/lakehouse-doc/references/cache-command.md +39 -0
  466. package/bin/skills/lakehouse-doc/references/cancel-job.md +51 -0
  467. package/bin/skills/lakehouse-doc/references/cardinality_array.md +45 -0
  468. package/bin/skills/lakehouse-doc/references/charge_analysis_with_lakehouse_mcp_server.md +393 -0
  469. package/bin/skills/lakehouse-doc/references/clone-doc.md +111 -0
  470. package/bin/skills/lakehouse-doc/references/cloud_object_storage.md +1 -0
  471. package/bin/skills/lakehouse-doc/references/cluster-table-guide.md +68 -0
  472. package/bin/skills/lakehouse-doc/references/cluster-table.md +64 -0
  473. package/bin/skills/lakehouse-doc/references/composite_task.md +178 -0
  474. package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_3rd_tools.md +11 -0
  475. package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_dbv_sql_put.md +48 -0
  476. package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_environment_and_data_generate.md +627 -0
  477. package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_javasdk_buckload_realtime.md +740 -0
  478. package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_kafka_realtime_sync.md +71 -0
  479. package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_local_file_into_table_by_studio.md +64 -0
  480. package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_overview.md +66 -0
  481. package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_pipe_kafka.md +7 -0
  482. package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_pipe_oss.md +7 -0
  483. package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_studio_batchload_public_network.md +52 -0
  484. package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_studio_python_node.md +111 -0
  485. package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_studio_realtime_cdc_public_network.md +249 -0
  486. package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_studio_sql_insert.md +180 -0
  487. package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_zettapark_put_file_to_lake.md +206 -0
  488. package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_zettapark_save_as_table.md +79 -0
  489. package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_zettapark_sql_insert.md +113 -0
  490. package/bin/skills/lakehouse-doc/references/computation.md +6 -0
  491. package/bin/skills/lakehouse-doc/references/concurrency_scaling.md +57 -0
  492. package/bin/skills/lakehouse-doc/references/config-datasource.md +79 -0
  493. package/bin/skills/lakehouse-doc/references/config_volume_dify_storage.md +254 -0
  494. package/bin/skills/lakehouse-doc/references/connect-with-cli.md +155 -0
  495. package/bin/skills/lakehouse-doc/references/connect_to_Lakehouse.md +1 -0
  496. package/bin/skills/lakehouse-doc/references/connection-guide.md +61 -0
  497. package/bin/skills/lakehouse-doc/references/continue-job.md +260 -0
  498. package/bin/skills/lakehouse-doc/references/conversational_analytics_datagpt.md +1 -0
  499. package/bin/skills/lakehouse-doc/references/copy-into-table.md +398 -0
  500. package/bin/skills/lakehouse-doc/references/cos_storage_connection.md +73 -0
  501. package/bin/skills/lakehouse-doc/references/cos_volume_creation.md +39 -0
  502. package/bin/skills/lakehouse-doc/references/cost_management.md +1 -0
  503. package/bin/skills/lakehouse-doc/references/create-api-connection.md +363 -0
  504. package/bin/skills/lakehouse-doc/references/create-catalog-connection.md +220 -0
  505. package/bin/skills/lakehouse-doc/references/create-dynamic-table.md +910 -0
  506. package/bin/skills/lakehouse-doc/references/create-external-catalog.md +305 -0
  507. package/bin/skills/lakehouse-doc/references/create-external-table.md +78 -0
  508. package/bin/skills/lakehouse-doc/references/create-hive-catalog.md +77 -0
  509. package/bin/skills/lakehouse-doc/references/create-inverted-index.md +163 -0
  510. package/bin/skills/lakehouse-doc/references/create-kafka-external.md +300 -0
  511. package/bin/skills/lakehouse-doc/references/create-schema-from-share.md +45 -0
  512. package/bin/skills/lakehouse-doc/references/create-share.md +46 -0
  513. package/bin/skills/lakehouse-doc/references/create-sql-function.md +120 -0
  514. package/bin/skills/lakehouse-doc/references/create-storage-connection.md +346 -0
  515. package/bin/skills/lakehouse-doc/references/create-synonym.md +75 -0
  516. package/bin/skills/lakehouse-doc/references/create-table-ddl.md +405 -0
  517. package/bin/skills/lakehouse-doc/references/create-table-stream.md +226 -0
  518. package/bin/skills/lakehouse-doc/references/create-vector-index.md +115 -0
  519. package/bin/skills/lakehouse-doc/references/create.md +46 -0
  520. package/bin/skills/lakehouse-doc/references/create_cluster.md +121 -0
  521. package/bin/skills/lakehouse-doc/references/creating_alicloud_privatelinkendpoint.md +37 -0
  522. package/bin/skills/lakehouse-doc/references/creating_alicloud_privatelinkservice.md +31 -0
  523. package/bin/skills/lakehouse-doc/references/creating_tencentcloud_privatelinkendpoint.md +33 -0
  524. package/bin/skills/lakehouse-doc/references/creating_tencentcloud_privatelinkservice.md +19 -0
  525. package/bin/skills/lakehouse-doc/references/czguide-intro-to-cdc-using-clickzetta-rtsync-dynamic-tables.md +717 -0
  526. package/bin/skills/lakehouse-doc/references/data-catalog.md +1 -0
  527. package/bin/skills/lakehouse-doc/references/data-integration-intro.md +60 -0
  528. package/bin/skills/lakehouse-doc/references/data-integration.md +10 -0
  529. package/bin/skills/lakehouse-doc/references/data-lifecycle.md +46 -0
  530. package/bin/skills/lakehouse-doc/references/data-load-summary.md +71 -0
  531. package/bin/skills/lakehouse-doc/references/data-mamager-tool.md +1 -0
  532. package/bin/skills/lakehouse-doc/references/data-recover.md +52 -0
  533. package/bin/skills/lakehouse-doc/references/data-type.md +1 -0
  534. package/bin/skills/lakehouse-doc/references/data-types-timestamp-ntz.md +139 -0
  535. package/bin/skills/lakehouse-doc/references/data.md +1 -0
  536. package/bin/skills/lakehouse-doc/references/data_catalog.md +106 -0
  537. package/bin/skills/lakehouse-doc/references/data_clean_with_sql.md +406 -0
  538. package/bin/skills/lakehouse-doc/references/data_ecosystem.md +1 -0
  539. package/bin/skills/lakehouse-doc/references/data_ops.md +7 -0
  540. package/bin/skills/lakehouse-doc/references/data_org.md +1 -0
  541. package/bin/skills/lakehouse-doc/references/data_privacy.md +50 -0
  542. package/bin/skills/lakehouse-doc/references/data_result_profile.md +22 -0
  543. package/bin/skills/lakehouse-doc/references/data_security.md +1 -0
  544. package/bin/skills/lakehouse-doc/references/data_sharing_between_accounts_guide.md +331 -0
  545. package/bin/skills/lakehouse-doc/references/data_transfer_datalake.md +1 -0
  546. package/bin/skills/lakehouse-doc/references/data_visualization.md +96 -0
  547. package/bin/skills/lakehouse-doc/references/databricks_yunqi_integration_guide_v2.md +811 -0
  548. package/bin/skills/lakehouse-doc/references/datagpt_bestpractice.md +1 -0
  549. package/bin/skills/lakehouse-doc/references/datagpt_data_source.md +58 -0
  550. package/bin/skills/lakehouse-doc/references/datagpt_get_accurate_answers.md +34 -0
  551. package/bin/skills/lakehouse-doc/references/datagpt_intro.md +1 -0
  552. package/bin/skills/lakehouse-doc/references/datagpt_quickstart.md +94 -0
  553. package/bin/skills/lakehouse-doc/references/datagpt_tutorial.md +1 -0
  554. package/bin/skills/lakehouse-doc/references/datalake_FAQ.md +54 -0
  555. package/bin/skills/lakehouse-doc/references/datalake_overview.md +17 -0
  556. package/bin/skills/lakehouse-doc/references/datalake_privilege.md +55 -0
  557. package/bin/skills/lakehouse-doc/references/datalake_query_ingest.md +18 -0
  558. package/bin/skills/lakehouse-doc/references/datalake_unstructure_data.md +3 -0
  559. package/bin/skills/lakehouse-doc/references/datalake_volume.md +92 -0
  560. package/bin/skills/lakehouse-doc/references/datalake_volume_anlytics.md +1 -0
  561. package/bin/skills/lakehouse-doc/references/datalake_volume_object.md +1 -0
  562. package/bin/skills/lakehouse-doc/references/dataops_practice.md +105 -0
  563. package/bin/skills/lakehouse-doc/references/datasharing.md +322 -0
  564. package/bin/skills/lakehouse-doc/references/datasharing_catalog.md +1 -0
  565. package/bin/skills/lakehouse-doc/references/datasource_ip_whitelist.md +93 -0
  566. package/bin/skills/lakehouse-doc/references/datasources.md +62 -0
  567. package/bin/skills/lakehouse-doc/references/datatype-cast.md +105 -0
  568. package/bin/skills/lakehouse-doc/references/datatype-conversion.md +85 -0
  569. package/bin/skills/lakehouse-doc/references/datetime_patterns.md +61 -0
  570. package/bin/skills/lakehouse-doc/references/datus_lakehouse_installation.md +376 -0
  571. package/bin/skills/lakehouse-doc/references/datus_lakehouse_solution_overview.md +148 -0
  572. package/bin/skills/lakehouse-doc/references/db_dw_connection.md +1 -0
  573. package/bin/skills/lakehouse-doc/references/default-value.md +89 -0
  574. package/bin/skills/lakehouse-doc/references/delta-lake.md +185 -0
  575. package/bin/skills/lakehouse-doc/references/desc-catalog-table.md +33 -0
  576. package/bin/skills/lakehouse-doc/references/desc-catalog.md +31 -0
  577. package/bin/skills/lakehouse-doc/references/desc-dynamic-table.md +62 -0
  578. package/bin/skills/lakehouse-doc/references/desc-external-schemas.md +66 -0
  579. package/bin/skills/lakehouse-doc/references/desc-external-table.md +70 -0
  580. package/bin/skills/lakehouse-doc/references/desc-function.md +16 -0
  581. package/bin/skills/lakehouse-doc/references/desc-history-dynamic-table.md +50 -0
  582. package/bin/skills/lakehouse-doc/references/desc-history-table.md +73 -0
  583. package/bin/skills/lakehouse-doc/references/desc-history.md +73 -0
  584. package/bin/skills/lakehouse-doc/references/desc-share.md +59 -0
  585. package/bin/skills/lakehouse-doc/references/desc-table-stream.md +44 -0
  586. package/bin/skills/lakehouse-doc/references/desc-vcluster.md +42 -0
  587. package/bin/skills/lakehouse-doc/references/describe.md +38 -0
  588. package/bin/skills/lakehouse-doc/references/dify_config_lakehouse_as_vectordb.md +286 -0
  589. package/bin/skills/lakehouse-doc/references/dify_yunqilakehouse_integration_overview.md +188 -0
  590. package/bin/skills/lakehouse-doc/references/discovery_analysis_data_in_json_file_on_external_volume.md +625 -0
  591. package/bin/skills/lakehouse-doc/references/discovery_analysis_data_in_parquert_file_on_external_volume.md +599 -0
  592. package/bin/skills/lakehouse-doc/references/download-data.md +1 -0
  593. package/bin/skills/lakehouse-doc/references/drop-dynamic-table.md +46 -0
  594. package/bin/skills/lakehouse-doc/references/drop-external-schema.md +44 -0
  595. package/bin/skills/lakehouse-doc/references/drop-external-table.md +43 -0
  596. package/bin/skills/lakehouse-doc/references/drop-function.md +36 -0
  597. package/bin/skills/lakehouse-doc/references/drop-share.md +43 -0
  598. package/bin/skills/lakehouse-doc/references/drop-synonym.md +35 -0
  599. package/bin/skills/lakehouse-doc/references/drop-table-stream.md +42 -0
  600. package/bin/skills/lakehouse-doc/references/drop-vcluster.md +52 -0
  601. package/bin/skills/lakehouse-doc/references/drop.md +32 -0
  602. package/bin/skills/lakehouse-doc/references/dynamic-mask.md +201 -0
  603. package/bin/skills/lakehouse-doc/references/dynamic-table-incre.md +62 -0
  604. package/bin/skills/lakehouse-doc/references/dynamic-table-introduce.md +339 -0
  605. package/bin/skills/lakehouse-doc/references/dynamicTable-DML-sql.md +52 -0
  606. package/bin/skills/lakehouse-doc/references/dynamicTable-dml.md +48 -0
  607. package/bin/skills/lakehouse-doc/references/dynamicTable-parmaters.md +425 -0
  608. package/bin/skills/lakehouse-doc/references/dynamic_table_summary.md +366 -0
  609. package/bin/skills/lakehouse-doc/references/dynamic_table_task.md +73 -0
  610. package/bin/skills/lakehouse-doc/references/dynamic_table_using_studio.md +159 -0
  611. package/bin/skills/lakehouse-doc/references/dynamictable.md +56 -0
  612. package/bin/skills/lakehouse-doc/references/eco_integration/Zeppelin.md +84 -0
  613. package/bin/skills/lakehouse-doc/references/eco_integration/airbyte.md +75 -0
  614. package/bin/skills/lakehouse-doc/references/eco_integration/datagrip-lakehouse.md +56 -0
  615. package/bin/skills/lakehouse-doc/references/eco_integration/datax.md +154 -0
  616. package/bin/skills/lakehouse-doc/references/eco_integration/dbeaver-lakehouse.md +67 -0
  617. package/bin/skills/lakehouse-doc/references/eco_integration/dbt.md +139 -0
  618. package/bin/skills/lakehouse-doc/references/eco_integration/rath.md +87 -0
  619. package/bin/skills/lakehouse-doc/references/eco_integration/sqlline.md +82 -0
  620. package/bin/skills/lakehouse-doc/references/eco_integration/sqlworkbench-j-lakehouse.md +54 -0
  621. package/bin/skills/lakehouse-doc/references/eco_integration/streamlit.md +117 -0
  622. package/bin/skills/lakehouse-doc/references/eco_integration/superset.md +109 -0
  623. package/bin/skills/lakehouse-doc/references/eco_integration/trino.md +75 -0
  624. package/bin/skills/lakehouse-doc/references/ecosystem-all.md +24 -0
  625. package/bin/skills/lakehouse-doc/references/export_data_with_data-integration.md +3 -0
  626. package/bin/skills/lakehouse-doc/references/external-Volume.md +10 -0
  627. package/bin/skills/lakehouse-doc/references/external-catalog-summary.md +42 -0
  628. package/bin/skills/lakehouse-doc/references/external-function-summary.md +0 -0
  629. package/bin/skills/lakehouse-doc/references/external-hudi-table.md +187 -0
  630. package/bin/skills/lakehouse-doc/references/external-table-guide.md +96 -0
  631. package/bin/skills/lakehouse-doc/references/external_object_user_guide.md +298 -0
  632. package/bin/skills/lakehouse-doc/references/external_volume.md +1 -0
  633. package/bin/skills/lakehouse-doc/references/f6fc6447ee.md +151 -0
  634. package/bin/skills/lakehouse-doc/references/federation-query.md +1 -0
  635. package/bin/skills/lakehouse-doc/references/finebi-mysql.md +104 -0
  636. package/bin/skills/lakehouse-doc/references/flink-write-connector.md +695 -0
  637. package/bin/skills/lakehouse-doc/references/from_lakehouse_to_volume.md +98 -0
  638. package/bin/skills/lakehouse-doc/references/from_volume_to_table.md +45 -0
  639. package/bin/skills/lakehouse-doc/references/fulltext_indexes_guide.md +1180 -0
  640. package/bin/skills/lakehouse-doc/references/generated-column.md +113 -0
  641. package/bin/skills/lakehouse-doc/references/generated_columns_guide.md +847 -0
  642. package/bin/skills/lakehouse-doc/references/geospatial_analysis.md +558 -0
  643. package/bin/skills/lakehouse-doc/references/get-started-with-sample-data.md +83 -0
  644. package/bin/skills/lakehouse-doc/references/getting_started_with_vcluster_for_processing_analytics.md +471 -0
  645. package/bin/skills/lakehouse-doc/references/grant-to-share.md +55 -0
  646. package/bin/skills/lakehouse-doc/references/grant-user-privileges.md +100 -0
  647. package/bin/skills/lakehouse-doc/references/groupby.md +1260 -0
  648. package/bin/skills/lakehouse-doc/references/guides-overview-connecting.md +46 -0
  649. package/bin/skills/lakehouse-doc/references/ide.md +2 -0
  650. package/bin/skills/lakehouse-doc/references/ifnull.md +72 -0
  651. package/bin/skills/lakehouse-doc/references/ilike.md +89 -0
  652. package/bin/skills/lakehouse-doc/references/import_data_with_data-integration.md +3 -0
  653. package/bin/skills/lakehouse-doc/references/importdatabypythonintoLakehouse.md +134 -0
  654. package/bin/skills/lakehouse-doc/references/index2.md +1 -0
  655. package/bin/skills/lakehouse-doc/references/instance-informaiton-schema-summary.md +51 -0
  656. package/bin/skills/lakehouse-doc/references/instance-informaiton-schema.md +278 -0
  657. package/bin/skills/lakehouse-doc/references/instance-information_schema.md +1 -0
  658. package/bin/skills/lakehouse-doc/references/internal_volume.md +271 -0
  659. package/bin/skills/lakehouse-doc/references/intro-supported-features.md +48 -0
  660. package/bin/skills/lakehouse-doc/references/inverted-index.md +445 -0
  661. package/bin/skills/lakehouse-doc/references/inverted_idx_bm25_param.md +251 -0
  662. package/bin/skills/lakehouse-doc/references/inverted_idx_multi-match.md +89 -0
  663. package/bin/skills/lakehouse-doc/references/is-null.md +59 -0
  664. package/bin/skills/lakehouse-doc/references/it-operation-management.md +1 -0
  665. package/bin/skills/lakehouse-doc/references/java_reference/client.md +49 -0
  666. package/bin/skills/lakehouse-doc/references/java_reference/java-sdk-release-notes.md +32 -0
  667. package/bin/skills/lakehouse-doc/references/java_reference/java-sdk-summary.md +138 -0
  668. package/bin/skills/lakehouse-doc/references/java_reference/jdbc.md +211 -0
  669. package/bin/skills/lakehouse-doc/references/java_reference/realtime-upload.md +295 -0
  670. package/bin/skills/lakehouse-doc/references/jdbc_task.md +37 -0
  671. package/bin/skills/lakehouse-doc/references/job-manage.md +1 -0
  672. package/bin/skills/lakehouse-doc/references/job_history_analysis_with_information_schema.md +597 -0
  673. package/bin/skills/lakehouse-doc/references/jobprofile-bestpractices.md +104 -0
  674. package/bin/skills/lakehouse-doc/references/json_analyze.md +422 -0
  675. package/bin/skills/lakehouse-doc/references/json_data_process_guide.md +881 -0
  676. package/bin/skills/lakehouse-doc/references/json_guide_for_complex_biz_cases.md +1899 -0
  677. package/bin/skills/lakehouse-doc/references/kafka-external-table.md +103 -0
  678. package/bin/skills/lakehouse-doc/references/lakehouse-ai.md +1 -0
  679. package/bin/skills/lakehouse-doc/references/lakehouse-quick-experience_guide.md +964 -0
  680. package/bin/skills/lakehouse-doc/references/lakehouse-table-stream-best-practices.md +500 -0
  681. package/bin/skills/lakehouse-doc/references/lakehouse_billing_anomaly_alert_configuration_guide.md +226 -0
  682. package/bin/skills/lakehouse-doc/references/lakehouse_instance_overview.md +39 -0
  683. package/bin/skills/lakehouse-doc/references/lakehouse_table_design_guide.md +2676 -0
  684. package/bin/skills/lakehouse-doc/references/langchain.md +71 -0
  685. package/bin/skills/lakehouse-doc/references/langchain_basic_samples.md +606 -0
  686. package/bin/skills/lakehouse-doc/references/langchain_integration.md +1 -0
  687. package/bin/skills/lakehouse-doc/references/left.md +51 -0
  688. package/bin/skills/lakehouse-doc/references/like.md +115 -0
  689. package/bin/skills/lakehouse-doc/references/list-partition.md +121 -0
  690. package/bin/skills/lakehouse-doc/references/llama-index.md +57 -0
  691. package/bin/skills/lakehouse-doc/references/llms-full.txt +1286 -0
  692. package/bin/skills/lakehouse-doc/references/llms.txt +71 -0
  693. package/bin/skills/lakehouse-doc/references/load-data-local.md +82 -0
  694. package/bin/skills/lakehouse-doc/references/load-data-oss.md +174 -0
  695. package/bin/skills/lakehouse-doc/references/management.md +5 -0
  696. package/bin/skills/lakehouse-doc/references/managing-instance.md +67 -0
  697. package/bin/skills/lakehouse-doc/references/mapjoin.md +62 -0
  698. package/bin/skills/lakehouse-doc/references/materialized_ddl.md +1 -0
  699. package/bin/skills/lakehouse-doc/references/meta-objects-and-privileges.md +271 -0
  700. package/bin/skills/lakehouse-doc/references/metabase.md +73 -0
  701. package/bin/skills/lakehouse-doc/references/metadata_show_desc_command_guide.md +711 -0
  702. package/bin/skills/lakehouse-doc/references/metrics_answer_build.md +46 -0
  703. package/bin/skills/lakehouse-doc/references/mindsdb.md +269 -0
  704. package/bin/skills/lakehouse-doc/references/monitoring_and_alerting.md +177 -0
  705. package/bin/skills/lakehouse-doc/references/monitoring_item_specification.md +44 -0
  706. package/bin/skills/lakehouse-doc/references/multi_cloud_instance_manage_with_mcp_server.md +281 -0
  707. package/bin/skills/lakehouse-doc/references/multitable_batch_sync.md +463 -0
  708. package/bin/skills/lakehouse-doc/references/multitable_realtime_sync.md +412 -0
  709. package/bin/skills/lakehouse-doc/references/multitable_realtime_sync_sop.md +593 -0
  710. package/bin/skills/lakehouse-doc/references/n8n_Integreated_with_lakehouse_mcp_server.md +494 -0
  711. package/bin/skills/lakehouse-doc/references/navicat-mysql.md +65 -0
  712. package/bin/skills/lakehouse-doc/references/network_policy.md +281 -0
  713. package/bin/skills/lakehouse-doc/references/nyc_green_taxi_data_clean_transform_with_mcp_server.md +315 -0
  714. package/bin/skills/lakehouse-doc/references/object-model-overview.md +70 -0
  715. package/bin/skills/lakehouse-doc/references/object_identifier.md +259 -0
  716. package/bin/skills/lakehouse-doc/references/object_model_design.md +1 -0
  717. package/bin/skills/lakehouse-doc/references/opensource/travel.md +134 -0
  718. package/bin/skills/lakehouse-doc/references/operation-maintenance.md +172 -0
  719. package/bin/skills/lakehouse-doc/references/oss_volume_creation.md +39 -0
  720. package/bin/skills/lakehouse-doc/references/partition_table.md +344 -0
  721. package/bin/skills/lakehouse-doc/references/partition_table_guide.md +340 -0
  722. package/bin/skills/lakehouse-doc/references/performance_optimization.md +1 -0
  723. package/bin/skills/lakehouse-doc/references/performence_test.md +1 -0
  724. package/bin/skills/lakehouse-doc/references/permissions-of-built-in-workspace-level-roles.md +131 -0
  725. package/bin/skills/lakehouse-doc/references/pipe-kafka-bestpractice-1.md +431 -0
  726. package/bin/skills/lakehouse-doc/references/pipe-kafka-table-stream.md +180 -0
  727. package/bin/skills/lakehouse-doc/references/pipe-kafka.md +210 -0
  728. package/bin/skills/lakehouse-doc/references/pipe-storage-object.md +247 -0
  729. package/bin/skills/lakehouse-doc/references/pipe-summary.md +114 -0
  730. package/bin/skills/lakehouse-doc/references/pipe-syntax.md +200 -0
  731. package/bin/skills/lakehouse-doc/references/practice_data_analysis.md +1 -0
  732. package/bin/skills/lakehouse-doc/references/practice_data_import_and_export.md +1 -0
  733. package/bin/skills/lakehouse-doc/references/practice_python_task.md +157 -0
  734. package/bin/skills/lakehouse-doc/references/pricing.md +225 -0
  735. package/bin/skills/lakehouse-doc/references/primary key.md +86 -0
  736. package/bin/skills/lakehouse-doc/references/primary-key.md +187 -0
  737. package/bin/skills/lakehouse-doc/references/privacy-policy.md +364 -0
  738. package/bin/skills/lakehouse-doc/references/private-link-general.md +68 -0
  739. package/bin/skills/lakehouse-doc/references/private_link.md +1 -0
  740. package/bin/skills/lakehouse-doc/references/product-trial-agreement.md +99 -0
  741. package/bin/skills/lakehouse-doc/references/product_concept.md +1 -0
  742. package/bin/skills/lakehouse-doc/references/put-get.md +1 -0
  743. package/bin/skills/lakehouse-doc/references/put_get_volume.md +3 -0
  744. package/bin/skills/lakehouse-doc/references/python-igs.md +297 -0
  745. package/bin/skills/lakehouse-doc/references/python_package_install_import_guide.md +53 -0
  746. package/bin/skills/lakehouse-doc/references/python_reference/connector.md +281 -0
  747. package/bin/skills/lakehouse-doc/references/python_reference/python-sdk-summary.md +13 -0
  748. package/bin/skills/lakehouse-doc/references/python_reference/sqlalchemy.md +77 -0
  749. package/bin/skills/lakehouse-doc/references/python_shell_datasource.md +334 -0
  750. package/bin/skills/lakehouse-doc/references/query-json-sy.md +47 -0
  751. package/bin/skills/lakehouse-doc/references/query-syntax.md +234 -0
  752. package/bin/skills/lakehouse-doc/references/quick_start_batch_sync_data.md +116 -0
  753. package/bin/skills/lakehouse-doc/references/quick_start_bi_analysis.md +589 -0
  754. package/bin/skills/lakehouse-doc/references/quick_start_create_workspace.md +58 -0
  755. package/bin/skills/lakehouse-doc/references/quick_start_data_quality.md +75 -0
  756. package/bin/skills/lakehouse-doc/references/quick_start_etl.md +131 -0
  757. package/bin/skills/lakehouse-doc/references/quick_start_monitoring_and_alerting.md +93 -0
  758. package/bin/skills/lakehouse-doc/references/quick_start_sql_query.md +93 -0
  759. package/bin/skills/lakehouse-doc/references/quick_start_upload_data.md +69 -0
  760. package/bin/skills/lakehouse-doc/references/quick_start_user_management.md +73 -0
  761. package/bin/skills/lakehouse-doc/references/quick_start_workspace.md +72 -0
  762. package/bin/skills/lakehouse-doc/references/quick_start_workspace_user.md +67 -0
  763. package/bin/skills/lakehouse-doc/references/quickstart_datashare_between_companies.md +249 -0
  764. package/bin/skills/lakehouse-doc/references/quickstart_envirment_for_team.md +271 -0
  765. package/bin/skills/lakehouse-doc/references/quickstart_local_csv.md +99 -0
  766. package/bin/skills/lakehouse-doc/references/realtime_sync.md +36 -0
  767. package/bin/skills/lakehouse-doc/references/realtime_sync_and_analysis_practice.md +187 -0
  768. package/bin/skills/lakehouse-doc/references/realtimesync_m.md +190 -0
  769. package/bin/skills/lakehouse-doc/references/refresh-history.md +63 -0
  770. package/bin/skills/lakehouse-doc/references/regexp-statement.md +80 -0
  771. package/bin/skills/lakehouse-doc/references/releasenotes.md +1 -0
  772. package/bin/skills/lakehouse-doc/references/releasenotesupdata.md +1 -0
  773. package/bin/skills/lakehouse-doc/references/remove-volume.md +32 -0
  774. package/bin/skills/lakehouse-doc/references/restore-dynamic-table.md +126 -0
  775. package/bin/skills/lakehouse-doc/references/restore.md +127 -0
  776. package/bin/skills/lakehouse-doc/references/result_cache.md +102 -0
  777. package/bin/skills/lakehouse-doc/references/revoke-from-share.md +48 -0
  778. package/bin/skills/lakehouse-doc/references/revoke-user-privileges.md +91 -0
  779. package/bin/skills/lakehouse-doc/references/right.md +84 -0
  780. package/bin/skills/lakehouse-doc/references/rlike.md +78 -0
  781. package/bin/skills/lakehouse-doc/references/rn_2024_11_12.md +63 -0
  782. package/bin/skills/lakehouse-doc/references/role-privlilige-manage.md +1 -0
  783. package/bin/skills/lakehouse-doc/references/roles.md +123 -0
  784. package/bin/skills/lakehouse-doc/references/rom_lakehouse_to_volume.md +1 -0
  785. package/bin/skills/lakehouse-doc/references/s3_volume_creation.md +37 -0
  786. package/bin/skills/lakehouse-doc/references/sample-data-using.md +768 -0
  787. package/bin/skills/lakehouse-doc/references/security_compliance_audit_guide.md +1 -0
  788. package/bin/skills/lakehouse-doc/references/security_overview.md +41 -0
  789. package/bin/skills/lakehouse-doc/references/select-catalog-table.md +26 -0
  790. package/bin/skills/lakehouse-doc/references/semantic_view.md +711 -0
  791. package/bin/skills/lakehouse-doc/references/setup.md +33 -0
  792. package/bin/skills/lakehouse-doc/references/share-ddl.md +1 -0
  793. package/bin/skills/lakehouse-doc/references/show-cached-status.md +34 -0
  794. package/bin/skills/lakehouse-doc/references/show-catalog-schema.md +48 -0
  795. package/bin/skills/lakehouse-doc/references/show-catalog-table.md +22 -0
  796. package/bin/skills/lakehouse-doc/references/show-catalog.md +26 -0
  797. package/bin/skills/lakehouse-doc/references/show-columns.md +75 -0
  798. package/bin/skills/lakehouse-doc/references/show-create-dynamic-table.md +44 -0
  799. package/bin/skills/lakehouse-doc/references/show-create-external-table.md +45 -0
  800. package/bin/skills/lakehouse-doc/references/show-create-materialized-view.md +43 -0
  801. package/bin/skills/lakehouse-doc/references/show-create-table.md +107 -0
  802. package/bin/skills/lakehouse-doc/references/show-dynamic-table.md +68 -0
  803. package/bin/skills/lakehouse-doc/references/show-external-schemas.md +35 -0
  804. package/bin/skills/lakehouse-doc/references/show-external-table.md +38 -0
  805. package/bin/skills/lakehouse-doc/references/show-finctions.md +25 -0
  806. package/bin/skills/lakehouse-doc/references/show-functions.md +44 -0
  807. package/bin/skills/lakehouse-doc/references/show-grants-user.md +41 -0
  808. package/bin/skills/lakehouse-doc/references/show-jobs.md +48 -0
  809. package/bin/skills/lakehouse-doc/references/show-materialized-view.md +42 -0
  810. package/bin/skills/lakehouse-doc/references/show-schemas.md +41 -0
  811. package/bin/skills/lakehouse-doc/references/show-shares.md +94 -0
  812. package/bin/skills/lakehouse-doc/references/show-synonyms.md +29 -0
  813. package/bin/skills/lakehouse-doc/references/show-table-streams.md +53 -0
  814. package/bin/skills/lakehouse-doc/references/show-tables-history.md +91 -0
  815. package/bin/skills/lakehouse-doc/references/show-tables.md +50 -0
  816. package/bin/skills/lakehouse-doc/references/show-users.md +46 -0
  817. package/bin/skills/lakehouse-doc/references/show-vclusters.md +59 -0
  818. package/bin/skills/lakehouse-doc/references/show-views.md +31 -0
  819. package/bin/skills/lakehouse-doc/references/show-volume.md +57 -0
  820. package/bin/skills/lakehouse-doc/references/show.md +168 -0
  821. package/bin/skills/lakehouse-doc/references/simpletosimple_bazhuayu_datagpt.md +152 -0
  822. package/bin/skills/lakehouse-doc/references/small_file_optimization.md +101 -0
  823. package/bin/skills/lakehouse-doc/references/spark-connector-summary.md +329 -0
  824. package/bin/skills/lakehouse-doc/references/spark-connector-use.md +233 -0
  825. package/bin/skills/lakehouse-doc/references/sql-parmaters.md +594 -0
  826. package/bin/skills/lakehouse-doc/references/sql-qualify.md +236 -0
  827. package/bin/skills/lakehouse-doc/references/sql-reference.md +1 -0
  828. package/bin/skills/lakehouse-doc/references/sql_data_transfom_NestedDataTypes.md +451 -0
  829. package/bin/skills/lakehouse-doc/references/sql_data_transform.md +1 -0
  830. package/bin/skills/lakehouse-doc/references/sql_data_transform_basic.md +576 -0
  831. package/bin/skills/lakehouse-doc/references/sql_data_transform_cte.md +177 -0
  832. package/bin/skills/lakehouse-doc/references/sql_data_transform_tips.md +407 -0
  833. package/bin/skills/lakehouse-doc/references/sql_data_transform_windows.md +430 -0
  834. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/any_value.md +64 -0
  835. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/approx_count_distinct.md +45 -0
  836. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/approx_histogram.md +56 -0
  837. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/approx_percentile.md +65 -0
  838. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/approx_top_k.md +62 -0
  839. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/avg.md +68 -0
  840. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/bit_and.md +81 -0
  841. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/bit_or.md +78 -0
  842. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/bit_xor.md +79 -0
  843. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/bool_and.md +85 -0
  844. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/bool_or.md +86 -0
  845. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/collect_list.md +95 -0
  846. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/collect_list_on_array.md +64 -0
  847. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/collect_set.md +85 -0
  848. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/collect_set_on_array.md +80 -0
  849. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/corr.md +103 -0
  850. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/count.md +96 -0
  851. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/count_distinct.md +96 -0
  852. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/count_if.md +62 -0
  853. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/covar_pop.md +89 -0
  854. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/covar_samp.md +113 -0
  855. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/first_value.md +122 -0
  856. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap.md +42 -0
  857. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap_and.md +46 -0
  858. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap_and_state.md +47 -0
  859. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap_merge.md +37 -0
  860. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap_merge_state.md +29 -0
  861. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap_or.md +44 -0
  862. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap_or_state.md +64 -0
  863. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap_state.md +27 -0
  864. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap_xor.md +45 -0
  865. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap_xor_state.md +99 -0
  866. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_concat.md +53 -0
  867. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/last_value.md +100 -0
  868. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/map_agg.md +79 -0
  869. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/max.md +102 -0
  870. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/max_by.md +67 -0
  871. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/median.md +60 -0
  872. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/min.md +89 -0
  873. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/min_by.md +99 -0
  874. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/percentile.md +69 -0
  875. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/percentile_approx.md +33 -0
  876. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/percentile_rank.md +36 -0
  877. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/std.md +47 -0
  878. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/stddev.md +68 -0
  879. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/stddev_pop.md +67 -0
  880. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/stddev_samp.md +67 -0
  881. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/sum.md +67 -0
  882. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/var_pop.md +65 -0
  883. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/var_samp.md +65 -0
  884. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/variance.md +47 -0
  885. package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/wm_concat.md +79 -0
  886. package/bin/skills/lakehouse-doc/references/sql_functions/context_functions/current_instance_id.md +16 -0
  887. package/bin/skills/lakehouse-doc/references/sql_functions/context_functions/current_schema.md +29 -0
  888. package/bin/skills/lakehouse-doc/references/sql_functions/context_functions/current_session_id.md +30 -0
  889. package/bin/skills/lakehouse-doc/references/sql_functions/context_functions/current_user.md +29 -0
  890. package/bin/skills/lakehouse-doc/references/sql_functions/context_functions/current_user_id.md +21 -0
  891. package/bin/skills/lakehouse-doc/references/sql_functions/context_functions/current_vcluster.md +40 -0
  892. package/bin/skills/lakehouse-doc/references/sql_functions/context_functions/current_workspace.md +19 -0
  893. package/bin/skills/lakehouse-doc/references/sql_functions/context_functions/current_workspace_id.md +24 -0
  894. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/binary_to_bitmap.md +29 -0
  895. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_and.md +39 -0
  896. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_and_cardinality.md +48 -0
  897. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_andnot.md +61 -0
  898. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_andnot_cardinality.md +60 -0
  899. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_build.md +58 -0
  900. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_cardinality.md +43 -0
  901. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_contains.md +50 -0
  902. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_count.md +45 -0
  903. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_empty.md +52 -0
  904. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_has_all.md +49 -0
  905. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_has_any.md +65 -0
  906. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_hash.md +52 -0
  907. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_max.md +26 -0
  908. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_min.md +33 -0
  909. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_or.md +61 -0
  910. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_or_cardinality.md +27 -0
  911. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_remove.md +42 -0
  912. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_subset_in_range.md +60 -0
  913. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_subset_limit.md +36 -0
  914. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_to_array.md +24 -0
  915. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_to_binary.md +28 -0
  916. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_to_string.md +41 -0
  917. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_transform.md +42 -0
  918. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_xor.md +59 -0
  919. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_xor_cardinality.md +30 -0
  920. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/string_to_bitmap.md +56 -0
  921. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/sub_bitmap.md +34 -0
  922. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/to_bitmap.md +78 -0
  923. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitwise_functions/bit_count.md +43 -0
  924. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitwise_functions/bitnot.md +34 -0
  925. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/assert_true.md +44 -0
  926. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/between.md +52 -0
  927. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/case_when.md +99 -0
  928. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/coalesce.md +51 -0
  929. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/decode.md +45 -0
  930. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/if.md +56 -0
  931. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/in.md +33 -0
  932. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/is_false.md +63 -0
  933. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/is_not_null.md +40 -0
  934. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/is_null.md +44 -0
  935. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/is_true.md +63 -0
  936. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/multiif.md +54 -0
  937. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/nvl.md +39 -0
  938. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/raise_error.md +52 -0
  939. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/add_days.md +65 -0
  940. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/add_months.md +38 -0
  941. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/add_years.md +61 -0
  942. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/adddate.md +53 -0
  943. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/convert_timezone.md +46 -0
  944. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/current_date.md +56 -0
  945. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/current_timestamp.md +46 -0
  946. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/date.md +42 -0
  947. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/date_add.md +35 -0
  948. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/date_format.md +48 -0
  949. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/date_format_mysql.md +58 -0
  950. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/date_format_pg.md +54 -0
  951. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/date_sub.md +58 -0
  952. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/date_trunc.md +61 -0
  953. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/dateadd.md +60 -0
  954. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/datediff.md +50 -0
  955. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/datetime_patterns.md +61 -0
  956. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/day.md +53 -0
  957. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/dayofmonth.md +36 -0
  958. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/dayofweek.md +31 -0
  959. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/dayofweek_iso.md +56 -0
  960. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/dayofyear.md +40 -0
  961. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/days.md +21 -0
  962. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/extract.md +49 -0
  963. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/from_unixtime.md +43 -0
  964. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/from_utc_timestamp.md +45 -0
  965. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/hour.md +49 -0
  966. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/hours.md +21 -0
  967. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/last_day.md +35 -0
  968. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/localtimestamp.md +19 -0
  969. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/makde_date.md +20 -0
  970. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/make_date.md +20 -0
  971. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/make_dt_interval.md +66 -0
  972. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/make_ym_interval.md +53 -0
  973. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/minute.md +49 -0
  974. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/month.md +39 -0
  975. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/months.md +21 -0
  976. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/months_between.md +18 -0
  977. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/next_day.md +16 -0
  978. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/now.md +53 -0
  979. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/quarter.md +52 -0
  980. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/second.md +34 -0
  981. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/str_to_date_mysql.md +42 -0
  982. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/sub_days.md +66 -0
  983. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/timestamp_micros.md +34 -0
  984. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/timestamp_millis.md +54 -0
  985. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/timestamp_seconds.md +62 -0
  986. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/timestampadd.md +59 -0
  987. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/timestampdiff.md +78 -0
  988. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/to_date.md +43 -0
  989. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/to_start_of_interval.md +25 -0
  990. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/to_timestamp.md +66 -0
  991. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/to_timestamp_ntz.md +52 -0
  992. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/to_unix_timestamp.md +59 -0
  993. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/to_unix_timestamp_ms.md +45 -0
  994. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/to_unix_timestamp_us.md +40 -0
  995. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/to_utc_timestamp.md +62 -0
  996. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/toyyyymmdd.md +69 -0
  997. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/trunc.md +38 -0
  998. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/unix_timestamp.md +96 -0
  999. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/week.md +31 -0
  1000. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/weekday.md +51 -0
  1001. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/weekofyear.md +29 -0
  1002. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/year.md +46 -0
  1003. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/yearofweek.md +64 -0
  1004. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/years.md +21 -0
  1005. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/geo_functions/st_geohash.md +34 -0
  1006. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/geo_functions/st_latfromgeohash.md +59 -0
  1007. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/geo_functions/st_longfromgeohash.md +53 -0
  1008. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/hash_functions/bucket.md +33 -0
  1009. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/hash_functions/general_hash.md +49 -0
  1010. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/hash_functions/hash_combine.md +37 -0
  1011. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/hash_functions/hash_combine_commutative.md +54 -0
  1012. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/hash_functions/murmurhash.md +36 -0
  1013. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/array_sort_by_key.md +42 -0
  1014. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/element_at.md +59 -0
  1015. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/exists.md +48 -0
  1016. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/filter.md +37 -0
  1017. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/forall.md +68 -0
  1018. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/high_order_functions.md +34 -0
  1019. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/map_filter.md +25 -0
  1020. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/map_zip_with.md +46 -0
  1021. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/transform.md +48 -0
  1022. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/transform_keys.md +48 -0
  1023. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/transform_values.md +36 -0
  1024. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/zip_with.md +38 -0
  1025. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/ip_functions/get_ip_info.md +199 -0
  1026. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/ip_functions/ipv4_num_to_string.md +29 -0
  1027. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/ip_functions/ipv4_string_to_num.md +34 -0
  1028. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/ip_functions/ipv6_num_to_string.md +35 -0
  1029. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/ip_functions/ipv6_string_to_num.md +46 -0
  1030. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/ip_functions/is_ip_address_in_range.md +42 -0
  1031. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/from_json.md +86 -0
  1032. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/get_json_object.md +83 -0
  1033. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_array.md +30 -0
  1034. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_contains.md +86 -0
  1035. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_extract.md +64 -0
  1036. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_minify.md +28 -0
  1037. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_normalize.md +36 -0
  1038. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_object.md +37 -0
  1039. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_parse.md +59 -0
  1040. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_remove.md +36 -0
  1041. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_type.md +44 -0
  1042. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_valid.md +46 -0
  1043. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/schema_of_json.md +79 -0
  1044. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/to_json.md +68 -0
  1045. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/abs.md +46 -0
  1046. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/acos.md +30 -0
  1047. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/acosh.md +39 -0
  1048. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/asin.md +39 -0
  1049. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/asinh.md +46 -0
  1050. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/atan.md +27 -0
  1051. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/atan2.md +43 -0
  1052. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/atanh.md +24 -0
  1053. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/bround.md +43 -0
  1054. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/cbrt.md +56 -0
  1055. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/ceil.md +45 -0
  1056. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/ceilling.md +47 -0
  1057. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/cos.md +41 -0
  1058. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/cosh.md +41 -0
  1059. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/cot.md +49 -0
  1060. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/csc.md +34 -0
  1061. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/degrees.md +42 -0
  1062. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/div.md +28 -0
  1063. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/e.md +34 -0
  1064. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/exp.md +32 -0
  1065. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/exp2.md +36 -0
  1066. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/expm1.md +54 -0
  1067. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/floor.md +41 -0
  1068. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/greatest.md +36 -0
  1069. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/hypot.md +37 -0
  1070. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/isnan.md +27 -0
  1071. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/least.md +38 -0
  1072. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/ln.md +57 -0
  1073. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/log.md +39 -0
  1074. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/log10.md +47 -0
  1075. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/log1p.md +48 -0
  1076. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/log2.md +28 -0
  1077. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/median.md +25 -0
  1078. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/mod.md +35 -0
  1079. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/monotonically_increasing_id.md +81 -0
  1080. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/negative.md +15 -0
  1081. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/operators.md +427 -0
  1082. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/pi.md +41 -0
  1083. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/pmod.md +31 -0
  1084. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/positive.md +15 -0
  1085. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/pow.md +39 -0
  1086. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/radians.md +30 -0
  1087. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/rand.md +39 -0
  1088. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/randn.md +26 -0
  1089. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/random.md +67 -0
  1090. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/round.md +48 -0
  1091. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/shiftleft.md +67 -0
  1092. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/shiftright.md +70 -0
  1093. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/shiftrightunsigned.md +70 -0
  1094. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/sign.md +46 -0
  1095. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/sin.md +67 -0
  1096. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/sinh.md +46 -0
  1097. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/sqrt.md +40 -0
  1098. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/tan.md +42 -0
  1099. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/tanh.md +38 -0
  1100. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array.md +46 -0
  1101. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_append.md +26 -0
  1102. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_compact.md +29 -0
  1103. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_contains.md +38 -0
  1104. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_distinct.md +43 -0
  1105. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_except.md +35 -0
  1106. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_intersect.md +39 -0
  1107. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_join.md +51 -0
  1108. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_max.md +57 -0
  1109. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_min.md +60 -0
  1110. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_position.md +50 -0
  1111. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_prepend.md +26 -0
  1112. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_remove.md +34 -0
  1113. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_repeat.md +51 -0
  1114. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_size.md +32 -0
  1115. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_sort.md +46 -0
  1116. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_sort_reverse.md +31 -0
  1117. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_union.md +36 -0
  1118. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/arrays_overlap.md +41 -0
  1119. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/arrays_zip.md +50 -0
  1120. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/cardinality.md +45 -0
  1121. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/concat.md +49 -0
  1122. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/concat_ws.md +73 -0
  1123. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/element_at.md +34 -0
  1124. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/flatten.md +62 -0
  1125. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map.md +44 -0
  1126. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map_concat.md +38 -0
  1127. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map_contains_key.md +34 -0
  1128. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map_entries.md +44 -0
  1129. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map_equal.md +33 -0
  1130. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map_except.md +34 -0
  1131. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map_from_arrays.md +28 -0
  1132. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map_from_entries.md +52 -0
  1133. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map_keys.md +37 -0
  1134. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map_values.md +46 -0
  1135. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/multimap_from_entries.md +47 -0
  1136. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/named_struct.md +55 -0
  1137. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/sequence.md +35 -0
  1138. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/size.md +34 -0
  1139. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/slice.md +43 -0
  1140. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/sort_array.md +22 -0
  1141. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/struct.md +35 -0
  1142. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/struct_insert.md +54 -0
  1143. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/struct_update.md +42 -0
  1144. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/trans_array.md +147 -0
  1145. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/partition/max_pt.md +41 -0
  1146. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/search_functions/match_all.md +56 -0
  1147. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/search_functions/match_any.md +50 -0
  1148. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/search_functions/match_phrase.md +65 -0
  1149. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/search_functions/match_phrase_prefix.md +36 -0
  1150. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/search_functions/match_regexp.md +30 -0
  1151. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/search_functions/tokenize.md +57 -0
  1152. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/aes_decrypt.md +40 -0
  1153. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/aes_decrypt_mysql.md +30 -0
  1154. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/aes_encrypt.md +34 -0
  1155. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/aes_encrypt_mysql.md +53 -0
  1156. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/ascii.md +36 -0
  1157. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/base64.md +27 -0
  1158. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/binary.md +46 -0
  1159. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/btrim.md +38 -0
  1160. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/char.md +55 -0
  1161. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/char_length.md +52 -0
  1162. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/character_length.md +52 -0
  1163. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/chr.md +26 -0
  1164. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/collation_sort_key.md +58 -0
  1165. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/concat.md +75 -0
  1166. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/concat_ws.md +72 -0
  1167. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/contains.md +31 -0
  1168. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/conv.md +50 -0
  1169. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/endswith.md +70 -0
  1170. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/find_in_set.md +19 -0
  1171. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/format_string.md +53 -0
  1172. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/hex.md +45 -0
  1173. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/instr.md +41 -0
  1174. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/is_ascii.md +27 -0
  1175. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/is_utf8.md +27 -0
  1176. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/lcase.md +45 -0
  1177. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/left.md +35 -0
  1178. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/length.md +33 -0
  1179. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/lengthb.md +49 -0
  1180. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/like.md +63 -0
  1181. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/locate.md +42 -0
  1182. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/lower.md +61 -0
  1183. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/lpad.md +45 -0
  1184. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/ltrim.md +48 -0
  1185. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/mask.md +37 -0
  1186. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/md5.md +71 -0
  1187. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/octet_length.md +47 -0
  1188. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/parse_url.md +78 -0
  1189. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/position.md +35 -0
  1190. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/regexp_count.md +115 -0
  1191. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/regexp_extract.md +37 -0
  1192. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/regexp_extract_all.md +31 -0
  1193. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/regexp_instr.md +152 -0
  1194. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/regexp_replace.md +34 -0
  1195. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/repeat.md +44 -0
  1196. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/replace.md +37 -0
  1197. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/reverse.md +70 -0
  1198. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/right.md +34 -0
  1199. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/rlike.md +64 -0
  1200. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/rpad.md +53 -0
  1201. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/rtrim.md +37 -0
  1202. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/sha1.md +67 -0
  1203. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/space.md +34 -0
  1204. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/split.md +61 -0
  1205. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/split_part.md +42 -0
  1206. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/startswith.md +70 -0
  1207. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/str_to_map.md +60 -0
  1208. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/strpos.md +60 -0
  1209. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/substr.md +43 -0
  1210. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/substring.md +53 -0
  1211. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/substring_index.md +46 -0
  1212. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/translate.md +43 -0
  1213. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/trim.md +54 -0
  1214. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/typeof.md +54 -0
  1215. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/ucase.md +46 -0
  1216. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/unbase64.md +54 -0
  1217. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/unhex.md +46 -0
  1218. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/upper.md +51 -0
  1219. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/url_decode.md +32 -0
  1220. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/url_encode.md +33 -0
  1221. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/uuid.md +33 -0
  1222. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/binary_quantize.md +51 -0
  1223. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/cosine_distance.md +53 -0
  1224. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/dot_product.md +54 -0
  1225. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/hamming_distance.md +57 -0
  1226. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/jaccard_distance.md +55 -0
  1227. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/l2_distance.md +53 -0
  1228. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/l2_norm.md +52 -0
  1229. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/l2_normalize.md +54 -0
  1230. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/print_vector_bits.md +56 -0
  1231. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/vector.md +70 -0
  1232. package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/vector_add_scalar.md +57 -0
  1233. package/bin/skills/lakehouse-doc/references/sql_functions/table_functions/explode.md +71 -0
  1234. package/bin/skills/lakehouse-doc/references/sql_functions/table_functions/inline.md +48 -0
  1235. package/bin/skills/lakehouse-doc/references/sql_functions/table_functions/json_tuple.md +44 -0
  1236. package/bin/skills/lakehouse-doc/references/sql_functions/table_functions/load_history.md +17 -0
  1237. package/bin/skills/lakehouse-doc/references/sql_functions/table_functions/posexplode.md +89 -0
  1238. package/bin/skills/lakehouse-doc/references/sql_functions/table_functions/read_kafka.md +85 -0
  1239. package/bin/skills/lakehouse-doc/references/sql_functions/table_functions/stack.md +69 -0
  1240. package/bin/skills/lakehouse-doc/references/sql_functions/table_functions/table_changes.md +136 -0
  1241. package/bin/skills/lakehouse-doc/references/sql_functions/table_functions/unnset.md +106 -0
  1242. package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/avg.md +91 -0
  1243. package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/count.md +88 -0
  1244. package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/cume_dist.md +104 -0
  1245. package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/dense_rank.md +119 -0
  1246. package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/first.md +159 -0
  1247. package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/first_value.md +133 -0
  1248. package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/lag.md +72 -0
  1249. package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/last.md +166 -0
  1250. package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/last_value.md +160 -0
  1251. package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/lead.md +49 -0
  1252. package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/max.md +167 -0
  1253. package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/min.md +138 -0
  1254. package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/nth_value.md +58 -0
  1255. package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/ntile.md +57 -0
  1256. package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/percent_rank.md +58 -0
  1257. package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/rank.md +139 -0
  1258. package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/row_number.md +141 -0
  1259. package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/sum.md +105 -0
  1260. package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/window_clause.md +91 -0
  1261. package/bin/skills/lakehouse-doc/references/sql_practice.md +1 -0
  1262. package/bin/skills/lakehouse-doc/references/sql_rfm.md +181 -0
  1263. package/bin/skills/lakehouse-doc/references/sqlalchemy.md +82 -0
  1264. package/bin/skills/lakehouse-doc/references/ssb-benchmark.md +224 -0
  1265. package/bin/skills/lakehouse-doc/references/sso-configuration.md +157 -0
  1266. package/bin/skills/lakehouse-doc/references/storage_encryption.md +81 -0
  1267. package/bin/skills/lakehouse-doc/references/streaming_data_pipeline_overview.md +20 -0
  1268. package/bin/skills/lakehouse-doc/references/streaming_data_pipeline_overview1.md +1 -0
  1269. package/bin/skills/lakehouse-doc/references/streaming_pipeline_with_dynamic_table.md +66 -0
  1270. package/bin/skills/lakehouse-doc/references/structure_data_analysis.md +229 -0
  1271. package/bin/skills/lakehouse-doc/references/studio_manual.md +1 -0
  1272. package/bin/skills/lakehouse-doc/references/studio_overview.md +71 -0
  1273. package/bin/skills/lakehouse-doc/references/synonym.md +139 -0
  1274. package/bin/skills/lakehouse-doc/references/table-stream-title.md +1 -0
  1275. package/bin/skills/lakehouse-doc/references/table-stream.md +1 -0
  1276. package/bin/skills/lakehouse-doc/references/table-summary.md +1 -0
  1277. package/bin/skills/lakehouse-doc/references/table_funciotn.md +1 -0
  1278. package/bin/skills/lakehouse-doc/references/table_stream.md +118 -0
  1279. package/bin/skills/lakehouse-doc/references/tablesample.md +474 -0
  1280. package/bin/skills/lakehouse-doc/references/tablestream_summary.md +515 -0
  1281. package/bin/skills/lakehouse-doc/references/task-instance-maintenance.md +207 -0
  1282. package/bin/skills/lakehouse-doc/references/task_development.md +56 -0
  1283. package/bin/skills/lakehouse-doc/references/task_group.md +151 -0
  1284. package/bin/skills/lakehouse-doc/references/task_param.md +978 -0
  1285. package/bin/skills/lakehouse-doc/references/task_scheduling.md +1 -0
  1286. package/bin/skills/lakehouse-doc/references/task_scheduling_dependency.md +74 -0
  1287. package/bin/skills/lakehouse-doc/references/taskdevelop.md +268 -0
  1288. package/bin/skills/lakehouse-doc/references/tencentcloud_arn_and_externalid.md +29 -0
  1289. package/bin/skills/lakehouse-doc/references/time-function.md +67 -0
  1290. package/bin/skills/lakehouse-doc/references/timetravel-summary.md +47 -0
  1291. package/bin/skills/lakehouse-doc/references/tools_AI.md +1 -0
  1292. package/bin/skills/lakehouse-doc/references/tools_BI.md +1 -0
  1293. package/bin/skills/lakehouse-doc/references/tpcds-benchmark.md +754 -0
  1294. package/bin/skills/lakehouse-doc/references/tpch-benchmark.md +887 -0
  1295. package/bin/skills/lakehouse-doc/references/transformt-dt.md +291 -0
  1296. package/bin/skills/lakehouse-doc/references/trial-account-quotas-and-limits.md +81 -0
  1297. package/bin/skills/lakehouse-doc/references/tutorial_DataGPT.md +1 -0
  1298. package/bin/skills/lakehouse-doc/references/tutorial_connect_to_lakehouse.md +1 -0
  1299. package/bin/skills/lakehouse-doc/references/tutorial_data_transformation.md +1 -0
  1300. package/bin/skills/lakehouse-doc/references/tutorial_migration.md +1 -0
  1301. package/bin/skills/lakehouse-doc/references/tutorial_virtual_cluster.md +1 -0
  1302. package/bin/skills/lakehouse-doc/references/tutorial_work_with_workspace.md +1 -0
  1303. package/bin/skills/lakehouse-doc/references/tutorial_zettapark.md +1 -0
  1304. package/bin/skills/lakehouse-doc/references/tutorials-streaming-data-pipeline-with_dynamic-table.md +124 -0
  1305. package/bin/skills/lakehouse-doc/references/undrop-dynamic-table.md +79 -0
  1306. package/bin/skills/lakehouse-doc/references/undrop-materialized-view.md +80 -0
  1307. package/bin/skills/lakehouse-doc/references/unifiedWorkflow.md +1 -0
  1308. package/bin/skills/lakehouse-doc/references/unloa-data-summary.md +17 -0
  1309. package/bin/skills/lakehouse-doc/references/unload-data-local.md +72 -0
  1310. package/bin/skills/lakehouse-doc/references/unstructure_data_analysis.md +1 -0
  1311. package/bin/skills/lakehouse-doc/references/unstructured_etl_pipeline_notebook.md +12 -0
  1312. package/bin/skills/lakehouse-doc/references/unstructured_etl_pipeline_user_guide.md +949 -0
  1313. package/bin/skills/lakehouse-doc/references/unstructured_etl_python_api.md +896 -0
  1314. package/bin/skills/lakehouse-doc/references/upload-data.md +1 -0
  1315. package/bin/skills/lakehouse-doc/references/upload_data.md +123 -0
  1316. package/bin/skills/lakehouse-doc/references/use-dbt-dev.md +441 -0
  1317. package/bin/skills/lakehouse-doc/references/use-external-schema.md +42 -0
  1318. package/bin/skills/lakehouse-doc/references/use-java-sdk-releatime-uploaddata.md +168 -0
  1319. package/bin/skills/lakehouse-doc/references/use-java-sdk-upload-dta-local.md +140 -0
  1320. package/bin/skills/lakehouse-doc/references/use-mysql-client.md +189 -0
  1321. package/bin/skills/lakehouse-doc/references/use-python-sdk-upload-data.md +99 -0
  1322. package/bin/skills/lakehouse-doc/references/use-schema.md +49 -0
  1323. package/bin/skills/lakehouse-doc/references/use-vcluster.md +38 -0
  1324. package/bin/skills/lakehouse-doc/references/user-aggrement.md +229 -0
  1325. package/bin/skills/lakehouse-doc/references/user-external-funciton.md +1 -0
  1326. package/bin/skills/lakehouse-doc/references/user-identification.md +58 -0
  1327. package/bin/skills/lakehouse-doc/references/user_permission_grand_guide.md +322 -0
  1328. package/bin/skills/lakehouse-doc/references/using-google-authenticator.md +48 -0
  1329. package/bin/skills/lakehouse-doc/references/using-udf-in-dynamic-table.md +162 -0
  1330. package/bin/skills/lakehouse-doc/references/using_mcp_solute_data_pipeline_issue.md +343 -0
  1331. package/bin/skills/lakehouse-doc/references/uuid.md +47 -0
  1332. package/bin/skills/lakehouse-doc/references/validate_schema_evolution.md +167 -0
  1333. package/bin/skills/lakehouse-doc/references/vc-job.md +1 -0
  1334. package/bin/skills/lakehouse-doc/references/vc_cache.md +71 -0
  1335. package/bin/skills/lakehouse-doc/references/vcluster_size_description.md +98 -0
  1336. package/bin/skills/lakehouse-doc/references/vector-search.md +144 -0
  1337. package/bin/skills/lakehouse-doc/references/vector-type.md +52 -0
  1338. package/bin/skills/lakehouse-doc/references/vector_data_process_guide.md +952 -0
  1339. package/bin/skills/lakehouse-doc/references/vector_search_ai.md +423 -0
  1340. package/bin/skills/lakehouse-doc/references/version-update.md +21 -0
  1341. package/bin/skills/lakehouse-doc/references/virtual-cluster.md +221 -0
  1342. package/bin/skills/lakehouse-doc/references/volume_best_practices.md +1141 -0
  1343. package/bin/skills/lakehouse-doc/references/web-job-history.md +163 -0
  1344. package/bin/skills/lakehouse-doc/references/what_is_clickzetta_lakehouse.md +92 -0
  1345. package/bin/skills/lakehouse-doc/references/window-function-summary.md +134 -0
  1346. package/bin/skills/lakehouse-doc/references/windowframe.md +139 -0
  1347. package/bin/skills/lakehouse-doc/references/working_with_Vclusters.md +171 -0
  1348. package/bin/skills/lakehouse-doc/references/working_with_cache.md +102 -0
  1349. package/bin/skills/lakehouse-doc/references/worksapce-informaiton_schema-views.md +207 -0
  1350. package/bin/skills/lakehouse-doc/references/worksheet.md +15 -0
  1351. package/bin/skills/lakehouse-doc/references/workspace-introduction.md +41 -0
  1352. package/bin/skills/lakehouse-doc/references/worskapce-infroamtionschema-summary.md +56 -0
  1353. package/package.json +1 -1
@@ -0,0 +1,282 @@
1
+ ---
2
+ name: clickzetta-concepts
3
+ description: |
4
+ 介绍 ClickZetta Lakehouse 的核心概念、对象模型和独特设计,帮助用户建立正确认知。
5
+ 覆盖:账户/实例/工作空间/Schema 层级,Workspace 与 Database/Catalog 的对应关系,
6
+ VCluster 三种类型与 CRU 计费,Dynamic Table 增量刷新机制,Table Stream CDC,
7
+ 三层缓存体系,Pipe 持续导入,Synonym 跨 Schema 别名,权限体系(RBAC/ACL),
8
+ 以及与 Snowflake/Databricks 的关键差异对比。
9
+ 还覆盖品牌关系:ClickZetta(技术品牌)= 云器(国内)= Singdata(国际),
10
+ 以及国内(云器)和国际(Singdata)的控制台、API、JDBC 地址。
11
+ 当用户说"工作空间是什么"、"Schema 和 Database 什么关系"、"Catalog 是什么"、
12
+ "实例和工作空间的区别"、"VCluster 是什么"、"CRU 是什么"、"内部表和外部表区别"、
13
+ "动态表和物化视图区别"、"Table Stream 是什么"、"Pipe 是什么"、"同义词是什么"、
14
+ "Lakehouse 架构"、"对象层级"、"权限体系"、"和 Snowflake 概念对比"、
15
+ "和 Databricks 概念对比"、"存算分离"、"CBO 增量计算"、
16
+ "云器是什么"、"Singdata 是什么"、"ClickZetta 和云器什么关系"、
17
+ "国际版地址"、"Singdata 地址"、"API 地址"、"控制台地址"、
18
+ "service 参数填什么"、"JDBC 地址"、"连接地址"时触发。
19
+ Keywords: concepts, architecture, workspace, schema, instance, VCluster, object model
20
+ ---
21
+
22
+ # ClickZetta Lakehouse 核心概念
23
+
24
+ 阅读 [references/object-model.md](references/object-model.md) 了解完整对象层级和差异对比。
25
+ 阅读 [references/brands-and-endpoints.md](references/brands-and-endpoints.md) 了解品牌关系(云器/Singdata/ClickZetta)和各环境服务地址。
26
+
27
+ ---
28
+
29
+ ## 对象层级总览
30
+
31
+ ```
32
+ 账户 (Account)
33
+ └── 服务实例 (Instance) ← 对应一个云区域部署,资源隔离单元
34
+ └── 工作空间 (Workspace) ← 业务隔离单元,≈ Snowflake Database / Databricks Catalog
35
+ ├── Schema ← 命名空间,≈ 传统 Database / Snowflake Schema
36
+ │ ├── 内部表 (Managed Table) — Iceberg · ACID · Time Travel
37
+ │ ├── 外部表 (External Table) — Delta/Hudi/Kafka · 只读
38
+ │ ├── 视图 / 动态表 / 物化视图
39
+ │ ├── Volume — User/Table/External(OSS/S3/COS)
40
+ │ ├── Table Stream — CDC 变更捕获(ClickZetta 特有)
41
+ │ ├── Pipe — 持续导入(Kafka/OSS)
42
+ │ ├── 函数 / External Function
43
+ │ ├── 索引(BloomFilter/倒排/向量)
44
+ │ └── 同义词 (Synonym) — 跨 Schema 别名(ClickZetta 特有)
45
+ ├── Share — 跨账户零拷贝共享
46
+ ├── Connection — Storage/API 连接
47
+ └── External Catalog — Hive/Iceberg/Databricks 联邦查询
48
+ ```
49
+
50
+ ---
51
+
52
+ ## 与其他系统的概念对比
53
+
54
+ | ClickZetta | Snowflake | Databricks | 传统数据库 | 关键差异 |
55
+ |---|---|---|---|---|
56
+ | 服务实例 (Instance) | Account | Workspace | 数据库服务器 | ClickZetta 一个账户可多实例多云 |
57
+ | 工作空间 (Workspace) | Database | Catalog | Database | 连接时必须指定 |
58
+ | Schema | Schema | Schema/Database | Schema | 权限边界,支持 EXTERNAL 类型 |
59
+ | VCluster | Warehouse | SQL Warehouse | — | 三种类型,CRU 细粒度计费 |
60
+ | Dynamic Table | Dynamic Table | Streaming Table | — | 基于 CBO 的增量刷新,非流式 |
61
+ | Table Stream | Stream | — | — | 需先开启 change_tracking |
62
+ | Pipe | Pipe | Auto Loader | — | 每个 Pipe 对应独立 Volume |
63
+ | Volume | Stage | External Location | — | 三种子类型:User/Table/External |
64
+ | Share | Share | Delta Sharing | — | 跨实例零拷贝,消费方无存储费 |
65
+ | Synonym | — | — | Synonym | 支持跨 Schema 别名 |
66
+ | CRU | Credit | DBU | — | 跨云统一算力单位 |
67
+ | **Studio(内置)** | **需第三方** | **需第三方** | **—** | **内置调度/集成/数据质量/目录** |
68
+
69
+ > Studio 详细介绍见 [clickzetta-studio skill](../clickzetta-studio/SKILL.md)
70
+
71
+ ---
72
+
73
+ ## ClickZetta 独特概念详解
74
+
75
+ ### 1. CRU(Compute Resource Unit)— 跨云统一算力单位
76
+
77
+ CRU 是 ClickZetta 对 IaaS 计算资源的抽象,**在不同云平台、不同 CPU 架构下提供一致的算力**。
78
+
79
+ - 计费单位:CRU × 时(集群运行时间)
80
+ - 集群停止时不计费,自动停止最小 15 秒
81
+ - 旧规格代码(XS/S/M/L/XL)已迁移为数字(1/2/4/8/16 CRU)
82
+
83
+ ```sql
84
+ -- 创建 4 CRU 通用型集群
85
+ CREATE VCLUSTER my_gp TYPE GENERAL SIZE 4;
86
+
87
+ -- 创建分析型集群(弹性 1-4 副本,每副本 8 CRU)
88
+ CREATE VCLUSTER my_ap TYPE ANALYTICS SIZE 8 MIN_INSTANCE 1 MAX_INSTANCE 4;
89
+ ```
90
+
91
+ ### 2. VCluster 三种类型 — 不同场景不同集群
92
+
93
+ | 类型 | 弹性方式 | 规格步长 | 适用场景 | 特殊能力 |
94
+ |---|---|---|---|---|
95
+ | 通用型 (GENERAL) | 纵向(规格扩缩) | 1 CRU | ETL、批量导入、Ad-Hoc | 自动小文件合并(Dynamic Table 推荐) |
96
+ | 分析型 (ANALYTICS) | 横向(副本 1-10) | 2^n CRU | 高并发 BI、在线查询 | 本地缓存 PRELOAD_TABLES |
97
+ | 同步型 (INTEGRATION) | — | 0.25 CRU | 数据集成、CDC 同步 | 最小 0.25 CRU 小规格 |
98
+
99
+ **关键差异**:Dynamic Table 必须用通用型(GP),分析型(AP)不支持小文件合并,会导致文件碎片化。
100
+
101
+ ### 3. Dynamic Table — 声明式增量计算(非流式)
102
+
103
+ Dynamic Table 是 ClickZetta 的核心特色之一,**通过 SQL 声明加工逻辑,系统自动判断增量/全量计算策略**。
104
+
105
+ 与 Snowflake Dynamic Table 的关键差异:
106
+ - ClickZetta 基于 **CBO(Cost-Based Optimizer)** 自适应选择增量/全量算法
107
+ - `CREATE OR REPLACE` 保留数据和权限(Snowflake 会清空数据)
108
+ - 最小刷新间隔 **1 分钟**(非秒级流式)
109
+ - 建议用 **GP 集群**(AP 集群不支持小文件合并)
110
+
111
+ ```sql
112
+ -- 声明式增量计算,系统自动处理增量逻辑
113
+ CREATE OR REPLACE DYNAMIC TABLE dws_order_daily
114
+ REFRESH interval 5 MINUTE
115
+ VCLUSTER default_gp
116
+ AS
117
+ SELECT date_trunc('day', order_time) AS dt,
118
+ SUM(amount) AS total_amount,
119
+ COUNT(*) AS order_cnt
120
+ FROM ods_orders
121
+ GROUP BY 1;
122
+
123
+ -- 手动触发刷新
124
+ REFRESH DYNAMIC TABLE dws_order_daily;
125
+ ```
126
+
127
+ ### 4. Table Stream — CDC 变更捕获对象
128
+
129
+ Table Stream 是 SQL 对象,记录表的 DML 变更(INSERT/UPDATE/DELETE),**消费后自动推进 offset**。
130
+
131
+ 与 Snowflake Stream 的关键差异:
132
+ - **必须先开启 `change_tracking`**(Snowflake 不需要)
133
+ - 实时写入数据需等待 **1 分钟**后才可被 Stream 读取
134
+ - 支持在 Table、Dynamic Table、Materialized View、Kafka 外部表上创建
135
+
136
+ ```sql
137
+ -- 第一步:开启变更跟踪(必须)
138
+ ALTER TABLE orders SET PROPERTIES ('change_tracking' = 'true');
139
+
140
+ -- 第二步:创建 Stream
141
+ CREATE TABLE STREAM orders_stream
142
+ ON TABLE orders
143
+ WITH PROPERTIES ('TABLE_STREAM_MODE' = 'STANDARD', 'SHOW_INITIAL_ROWS' = 'FALSE');
144
+
145
+ -- 消费 Stream(DML 操作后 offset 自动推进)
146
+ INSERT INTO orders_summary
147
+ SELECT __change_type, order_id, amount
148
+ FROM orders_stream
149
+ WHERE __change_type = 'INSERT';
150
+ ```
151
+
152
+ Stream 元数据字段:
153
+ - `__change_type`:INSERT / UPDATE_BEFORE / UPDATE_AFTER / DELETE
154
+ - `__commit_version`:提交版本号
155
+ - `__commit_timestamp`:提交时间戳
156
+
157
+ ### 5. Pipe — 持续导入对象
158
+
159
+ Pipe 是 SQL 对象,持续自动将数据从 Kafka 或对象存储导入到表中。
160
+
161
+ **ClickZetta 特有限制**:每个 Pipe 必须对应独立的 Volume,不可复用。
162
+
163
+ ```sql
164
+ -- OSS 持续导入(LIST_PURGE 扫描模式)
165
+ CREATE PIPE oss_orders_pipe
166
+ VIRTUAL_CLUSTER = 'default_gp'
167
+ INGEST_MODE = 'LIST_PURGE'
168
+ AS COPY INTO orders
169
+ FROM VOLUME my_oss_volume
170
+ USING CSV OPTIONS('header'='true');
171
+
172
+ -- Kafka 持续导入
173
+ CREATE PIPE kafka_events_pipe
174
+ VIRTUAL_CLUSTER = 'default_gp'
175
+ BATCH_INTERVAL_IN_SECONDS = '60'
176
+ BATCH_SIZE_PER_KAFKA_PARTITION = '500000'
177
+ AS COPY INTO events
178
+ FROM (SELECT * FROM READ_KAFKA(...));
179
+ ```
180
+
181
+ ### 6. 三层缓存体系
182
+
183
+ ClickZetta 有三种独立缓存,理解它们对性能调优至关重要:
184
+
185
+ | 缓存类型 | 作用范围 | 适用集群 | 说明 |
186
+ |---|---|---|---|
187
+ | 查询结果缓存 (Result Cache) | 工作空间共享 | GP + AP | 相同 SQL 直接返回缓存结果 |
188
+ | 元数据缓存 (Metadata Cache) | 工作空间共享 | GP + AP | 表结构、分区信息缓存 |
189
+ | 本地磁盘缓存 (Local Disk Cache) | 集群本地节点 | GP + AP | 热数据文件缓存,集群停止后释放 |
190
+
191
+ **主动缓存**(仅 AP 集群):集群启动时自动预加载指定表的最新数据。
192
+
193
+ ```sql
194
+ -- 设置 AP 集群预加载表(集群启动时自动缓存)
195
+ ALTER VCLUSTER my_ap SET PRELOAD_TABLES = "sales.orders,sales.products";
196
+
197
+ -- 查看缓存状态
198
+ SHOW PRELOAD CACHED STATUS;
199
+ SHOW EXTENDED PRELOAD CACHED STATUS;
200
+ ```
201
+
202
+ ### 7. Synonym(同义词)— 跨 Schema 别名
203
+
204
+ Synonym 是 ClickZetta 特有的对象类型,为表/Stream/动态表/物化视图/Volume/函数创建跨 Schema 别名,**无需复制数据**。
205
+
206
+ ```sql
207
+ -- 在 schema_b 中为 schema_a 的表创建别名
208
+ CREATE SYNONYM schema_b.orders_alias FOR schema_a.orders;
209
+
210
+ -- 直接查询别名(数据实时与原表一致)
211
+ SELECT * FROM schema_b.orders_alias;
212
+
213
+ -- Volume 同义词(必须加 VOLUME 关键字)
214
+ CREATE VOLUME SYNONYM my_schema.vol_alias FOR data_schema.raw_volume;
215
+
216
+ -- 函数同义词(必须加 FUNCTION 关键字)
217
+ CREATE FUNCTION SYNONYM my_schema.fn_alias FOR data_schema.my_function;
218
+ ```
219
+
220
+ ### 8. Sort Key 智能推荐(Auto Index)
221
+
222
+ ClickZetta 会自动分析查询历史,推荐最优排序列(Sort Key),通过 `information_schema.sortkey_candidates` 查看。
223
+
224
+ ```sql
225
+ -- 开启自动分析(每天收集,分析最近 150 分钟的作业)
226
+ ALTER WORKSPACE quick_start SET PROPERTIES ('auto_index' = 'day');
227
+
228
+ -- 查看推荐结果
229
+ SELECT table_name, col, statement, ratio
230
+ FROM information_schema.sortkey_candidates
231
+ ORDER BY ratio DESC;
232
+
233
+ -- 应用推荐(执行 statement 列中的 SQL)
234
+ ALTER TABLE sales.orders SET PROPERTIES ("hint.sort.columns" = "order_date");
235
+ ```
236
+
237
+ ---
238
+
239
+ ## 核心概念详解
240
+
241
+ ### 工作空间(Workspace)
242
+
243
+ **业务隔离单元**,是日常操作的主要边界。
244
+
245
+ - 连接时必须指定(等同于 Snowflake Database / Databricks Catalog)
246
+ - 每个 Workspace 有独立的:用户角色、VCluster、任务调度、INFORMATION_SCHEMA
247
+ - SQL 三层命名:`workspace_name.schema_name.table_name`
248
+ - 通过 `USE SCHEMA` 切换默认 Schema
249
+
250
+ ### Schema
251
+
252
+ **命名空间**,是权限授予的边界。
253
+
254
+ - 类型:`MANAGED`(平台托管存储)/ `EXTERNAL`(外部数据湖路径)
255
+ - 一个 Workspace 下可有多个 Schema
256
+ - 可对整个 Schema 批量授权:`GRANT SELECT ON ALL TABLES IN SCHEMA my_schema TO ROLE ...`
257
+
258
+ ### 权限体系关键点
259
+
260
+ - **无超级用户**:所有操作必须明确授权,无法绕过权限检查
261
+ - **实例角色与工作空间角色互不影响**:`instance_admin` 不能直接操作工作空间数据
262
+ - **自定义角色仅工作空间级**:不支持实例级自定义角色,且只能通过 SQL 创建
263
+ - **新用户默认无权限**:加入实例后获得 `instance_user` 角色,需显式授予工作空间角色才能操作数据
264
+
265
+ ```sql
266
+ -- 新用户加入后必须授予工作空间角色
267
+ GRANT ROLE workspace_analyst TO USER new_user;
268
+
269
+ -- 创建自定义角色(仅 SQL,不支持 Web 端)
270
+ CREATE ROLE data_engineer;
271
+ GRANT SELECT, INSERT ON ALL TABLES IN SCHEMA dw TO ROLE data_engineer;
272
+ GRANT ROLE data_engineer TO USER alice;
273
+ ```
274
+
275
+ ---
276
+
277
+ ## 存储架构关键点
278
+
279
+ - **存算分离**:VCluster 停止时不产生计算费用,存储按 GiB 独立计费
280
+ - **开放格式**:内部表基于 Apache Iceberg,可被 Spark/Trino 直接读取
281
+ - **多云多地域**:阿里云上海、腾讯云上海/北京/广州、AWS 北京
282
+ - **私有存储(BYOS)**:支持使用自己的 OSS/S3/COS 账号存储数据
@@ -0,0 +1,79 @@
1
+ # ClickZetta 品牌关系与服务地址
2
+
3
+ ## 品牌关系
4
+
5
+ ClickZetta 是技术品牌名,同一产品在不同市场使用不同品牌:
6
+
7
+ | 品牌 | 市场 | 官网 | 文档 |
8
+ |---|---|---|---|
9
+ | **云器(Yunqi)** | 国内 | www.yunqi.tech | www.yunqi.tech/documents |
10
+ | **Singdata** | 国际 | www.singdata.com | www.singdata.com/documents |
11
+ | **ClickZetta** | 技术品牌(通用) | — | — |
12
+
13
+ > **云器 Lakehouse = ClickZetta Lakehouse = Singdata Lakehouse**,三者指同一产品。
14
+ > 用户提到"云器"、"Singdata"、"ClickZetta"时,均指同一 Lakehouse 平台。
15
+
16
+ ---
17
+
18
+ ## 国内(云器)服务地址
19
+
20
+ 控制台:`https://<instance_name>.app.clickzetta.com`
21
+
22
+ JDBC URL 格式:`jdbc:clickzetta://<instance_name>.<region_code>.api.clickzetta.com/<workspace>`
23
+
24
+ | 云服务商 | 区域 | Region Code | API 地址 |
25
+ |---|---|---|---|
26
+ | 阿里云 | 上海 | `cn-shanghai-alicloud` | `<instance>.cn-shanghai-alicloud.api.clickzetta.com` |
27
+ | 阿里云 | 杭州 | `cn-hangzhou-alicloud` | `<instance>.cn-hangzhou-alicloud.api.clickzetta.com` |
28
+ | 阿里云 | 北京 | `cn-beijing-alicloud` | `<instance>.cn-beijing-alicloud.api.clickzetta.com` |
29
+ | 腾讯云 | 上海 | `cn-shanghai-tencentcloud` | `<instance>.cn-shanghai-tencentcloud.api.clickzetta.com` |
30
+ | 华为云 | 上海 | `cn-shanghai-huaweicloud` | `<instance>.cn-shanghai-huaweicloud.api.clickzetta.com` |
31
+
32
+ ---
33
+
34
+ ## 国际(Singdata)服务地址
35
+
36
+ 账户控制台:`https://accounts.app.singdata.com` 或 `https://<account_name>.accounts.app.singdata.com`
37
+
38
+ 实例控制台:`https://<instance_name>.app.singdata.com`
39
+
40
+ 工作空间列表:`https://<instance_name>.app.lakehouse.singdata.com/workspace`
41
+
42
+ JDBC URL 格式:`jdbc:clickzetta://<instance_name>.<region_code>.api.singdata.com/<workspace>`
43
+
44
+ Streaming API Host:`<instance_name>.streamingapi.singdata.com`
45
+
46
+ | 云服务商 | 区域 | Region Code | API 地址 |
47
+ |---|---|---|---|
48
+ | 阿里云 | 新加坡 | `ap-southeast-1-alicloud` | `<instance>.ap-southeast-1-alicloud.api.singdata.com` |
49
+ | Amazon Web Services | 新加坡 | `ap-southeast-1-aws` | `<instance>.ap-southeast-1-aws.api.singdata.com` |
50
+
51
+ ---
52
+
53
+ ## SDK / 连接参数中的地址格式
54
+
55
+ Python SDK(`clickzetta-connector-python`)的 `service` 参数填 API 地址(不含 `jdbc:clickzetta://` 前缀和实例名):
56
+
57
+ ```python
58
+ # 国内(云器)
59
+ conn = connect(service='cn-shanghai-alicloud.api.clickzetta.com', instance='your_instance', ...)
60
+
61
+ # 国际(Singdata)
62
+ conn = connect(service='ap-southeast-1-alicloud.api.singdata.com', instance='your_instance', ...)
63
+ ```
64
+
65
+ Java SDK(`clickzetta-java`)的 `.service()` 参数同理:
66
+
67
+ ```java
68
+ // 国内(云器)
69
+ ClickZettaClient.newBuilder()
70
+ .service("cn-shanghai-alicloud.api.clickzetta.com")
71
+ .instance("your_instance")
72
+ ...
73
+
74
+ // 国际(Singdata)
75
+ ClickZettaClient.newBuilder()
76
+ .service("ap-southeast-1-alicloud.api.singdata.com")
77
+ .instance("your_instance")
78
+ ...
79
+ ```
@@ -0,0 +1,311 @@
1
+ # ClickZetta Lakehouse 对象模型完整参考
2
+
3
+ > 来源:官方产品文档 yunqi.tech
4
+ > 参考:clickzetta-lakehouse-architecture.html
5
+
6
+ ---
7
+
8
+ ## ClickZetta 独特概念速查
9
+
10
+ | 概念 | 独特之处 | 常见误区 |
11
+ |---|---|---|
12
+ | CRU | 跨云统一算力单位,旧规格 XS/S/M/L 已迁移为数字 1/2/4/8 | 不是 Snowflake Credit,不是 DBU |
13
+ | VCluster 三类型 | GP/AP/Integration 各有适用场景,Dynamic Table 必须用 GP | AP 集群不支持小文件合并 |
14
+ | Dynamic Table | CBO 自适应增量/全量,`OR REPLACE` 保留数据 | 最小 1 分钟,非秒级流式 |
15
+ | Table Stream | 需先 `ALTER TABLE SET PROPERTIES ('change_tracking'='true')` | 实时写入数据需等 1 分钟才可读 |
16
+ | Pipe | 每个 Pipe 对应独立 Volume,不可复用 | 不是 Snowflake Snowpipe,无自动触发 |
17
+ | Synonym | 支持跨 Schema 别名,VOLUME/FUNCTION 类型需显式声明关键字 | 不是视图,不复制数据 |
18
+ | 权限体系 | 无超级用户;实例角色与工作空间角色互不影响 | instance_admin 不能直接操作工作空间数据 |
19
+ | Workspace | 连接时必须指定,≈ Snowflake Database | 不是 Databricks Workspace(那个是实例级) |
20
+ | Schema TYPE | MANAGED(内部托管)/ EXTERNAL(外部数据湖) | EXTERNAL Schema 不支持 DML |
21
+
22
+ ---
23
+
24
+ ## 完整对象层级
25
+
26
+ ```
27
+ 账户 (Account)
28
+ │ 全局唯一 · SSO/MFA · 实名认证
29
+
30
+ └── 服务实例 (Instance)
31
+ │ 资源隔离 · 多云多地域 · Instance Role
32
+
33
+ └── 工作空间 (Workspace)
34
+ │ 业务隔离 · Workspace Role · VCluster 绑定 · 任务调度
35
+
36
+ ├── Schema(数据库/命名空间)
37
+ │ │ MANAGED / EXTERNAL 类型
38
+ │ │
39
+ │ ├── 内部表 (Managed Table) — Iceberg · ACID · Time Travel · 索引
40
+ │ ├── 外部表 (External Table) — Delta/Hudi/Kafka · 只读
41
+ │ ├── 视图 (View) — 虚拟 · 无存储
42
+ │ ├── 动态表 (Dynamic Table) — 声明式增量刷新
43
+ │ ├── 物化视图 (Materialized View) — 预计算 · 定时刷新
44
+ │ ├── Volume — User/Table/External(OSS/S3/COS)
45
+ │ ├── Table Stream — CDC 变更捕获
46
+ │ ├── Pipe — Kafka/OSS 持续导入
47
+ │ ├── 函数 / External Function — SQL UDF / Python / Java
48
+ │ ├── 索引 — BloomFilter / Inverted / Vector(HNSW)
49
+ │ └── 同义词 (Synonym) — 跨 Schema 别名
50
+
51
+ ├── Share — 跨账户零拷贝数据共享
52
+ ├── Connection — Storage(OSS/COS/S3) / API(云函数)
53
+ └── External Catalog — Hive HMS / Iceberg REST / Databricks Unity
54
+ ```
55
+
56
+ ---
57
+
58
+ ## 工作空间(Workspace)详解
59
+
60
+ ### 核心定位
61
+
62
+ Workspace 是 ClickZetta 中**业务隔离的最小单元**,也是连接时必须指定的对象。
63
+
64
+ - 等同于 Snowflake 的 **Database**,或 Databricks 的 **Catalog**
65
+ - 每个 Workspace 有独立的:用户角色、VCluster、任务调度、INFORMATION_SCHEMA
66
+ - 连接参数中的 `workspace` 字段即指定此对象
67
+
68
+ ### 管理命令
69
+
70
+ ```sql
71
+ -- 查看所有工作空间(需 instance_admin)
72
+ SHOW WORKSPACES;
73
+
74
+ -- 查看工作空间详情
75
+ DESC WORKSPACE my_workspace;
76
+
77
+ -- 修改注释
78
+ ALTER WORKSPACE my_workspace SET COMMENT '生产环境';
79
+
80
+ -- 查看属性
81
+ SHOW PROPERTIES IN WORKSPACE my_workspace;
82
+ ```
83
+
84
+ ### DESC WORKSPACE 输出字段
85
+
86
+ | 字段 | 说明 |
87
+ |---|---|
88
+ | name | 工作空间名称 |
89
+ | creator | 创建者 |
90
+ | created_time | 创建时间 |
91
+ | last_modified_time | 最后修改时间 |
92
+ | comment | 注释 |
93
+
94
+ ---
95
+
96
+ ## Schema 详解
97
+
98
+ ### 核心定位
99
+
100
+ Schema 是 ClickZetta 中的**命名空间**,用于组织数据对象。
101
+
102
+ - 等同于传统数据库的 **Database** 或 **Schema**(注意:不同系统叫法不同)
103
+ - 是权限授予的边界(可对整个 Schema 授权)
104
+ - 类型:`MANAGED`(平台托管存储)/ `EXTERNAL`(外部数据湖路径)
105
+
106
+ ### 管理命令
107
+
108
+ ```sql
109
+ -- 创建 Schema
110
+ CREATE SCHEMA my_schema;
111
+
112
+ -- 创建外部 Schema(指向外部数据湖)
113
+ CREATE EXTERNAL SCHEMA ext_schema LOCATION 'oss://bucket/path/';
114
+
115
+ -- 切换默认 Schema
116
+ USE SCHEMA my_schema;
117
+
118
+ -- 查看所有 Schema
119
+ SHOW SCHEMAS;
120
+
121
+ -- 查看 Schema 详情
122
+ DESC SCHEMA my_schema;
123
+
124
+ -- 修改 Schema
125
+ ALTER SCHEMA my_schema RENAME TO new_schema;
126
+ ALTER SCHEMA my_schema SET COMMENT '数据仓库层';
127
+
128
+ -- 删除 Schema(需先删除其中的对象)
129
+ DROP SCHEMA my_schema;
130
+ DROP SCHEMA IF EXISTS my_schema CASCADE; -- 级联删除所有对象
131
+ ```
132
+
133
+ ---
134
+
135
+ ## VCluster(计算集群)详解
136
+
137
+ ### 三种类型对比
138
+
139
+ | 属性 | 通用型 (GENERAL) | 分析型 (ANALYTICS) | 同步型 (INTEGRATION) |
140
+ |---|---|---|---|
141
+ | 适用场景 | ETL、批量导入、Ad-Hoc | 高并发 BI、在线查询 | 数据集成、CDC 同步 |
142
+ | 弹性方式 | 纵向(规格扩缩) | 横向(副本数 1-10) | — |
143
+ | 最小规格 | 1 CRU | 1 CRU | 0.25 CRU |
144
+ | 最大规格 | 256 CRU | 256 CRU | 256 CRU |
145
+ | 规格步长 | 1 CRU | 2^n CRU | 0.25 CRU |
146
+ | 本地缓存 | 不支持 | 支持(PRELOAD) | 不支持 |
147
+ | 小文件合并 | 支持(Dynamic Table 推荐) | 不支持 | — |
148
+
149
+ ### 任务类型与集群对应
150
+
151
+ | 任务类型 | 推荐集群 |
152
+ |---|---|
153
+ | SQL ETL / 批量导入 | 通用型 |
154
+ | Ad-Hoc 查询 / BI | 分析型 |
155
+ | Dynamic Table(低频大量) | 通用型 |
156
+ | Dynamic Table(高频小量) | 分析型 |
157
+ | 离线同步 / 实时同步 / CDC | 同步型 |
158
+ | Python / Shell / JDBC 任务 | 不使用 VCluster |
159
+
160
+ ### 管理命令
161
+
162
+ ```sql
163
+ -- 创建通用型集群
164
+ CREATE VCLUSTER my_gp TYPE GENERAL SIZE 4;
165
+
166
+ -- 创建分析型集群(弹性 1-4 副本)
167
+ CREATE VCLUSTER my_ap TYPE ANALYTICS SIZE 8 MIN_INSTANCE 1 MAX_INSTANCE 4;
168
+
169
+ -- 启动 / 停止
170
+ ALTER VCLUSTER my_gp RESUME;
171
+ ALTER VCLUSTER my_gp SUSPEND;
172
+
173
+ -- 查看所有集群
174
+ SHOW VCLUSTERS;
175
+ ```
176
+
177
+ ---
178
+
179
+ ## 用户与权限体系
180
+
181
+ ### 用户层级
182
+
183
+ ```
184
+ 全局账号用户(Global User)
185
+ │ 在账户层面管理,user_name 全局唯一
186
+
187
+ └── 服务实例用户(Instance User)
188
+ │ 全局用户自动同步,默认获得 instance_user 角色(无数据权限)
189
+
190
+ └── 工作空间用户(Workspace User)
191
+ 通过 GRANT ROLE 授予工作空间角色后才能操作数据
192
+ ```
193
+
194
+ ### 用户类型
195
+
196
+ | 类型 | 说明 |
197
+ |---|---|
198
+ | 普通用户 | 代表实际人员,可 Web 登录 |
199
+ | 系统服务用户 | 平台内置,默认禁用(如 sysservice_auto_mv) |
200
+ | 自定义服务用户 | 用于自动化程序,不可 Web 登录,可用 JDBC |
201
+
202
+ ### 预置角色
203
+
204
+ | 角色 | 级别 | 权限范围 |
205
+ |---|---|---|
206
+ | instance_admin | 实例级 | 管理所有工作空间、用户、External Catalog |
207
+ | instance_user | 实例级 | 默认角色,无数据权限 |
208
+ | workspace_admin | 工作空间级 | 管理空间内所有对象和用户 |
209
+ | workspace_dev | 工作空间级 | 读写权限 + 任务管理 |
210
+ | workspace_analyst | 工作空间级 | 只读权限 |
211
+
212
+ ### 授权命令
213
+
214
+ ```sql
215
+ -- 将角色授予用户
216
+ GRANT ROLE workspace_dev TO USER alice;
217
+
218
+ -- 授予表权限
219
+ GRANT SELECT ON TABLE my_schema.my_table TO ROLE analyst_role;
220
+ GRANT SELECT ON ALL TABLES IN SCHEMA my_schema TO ROLE analyst_role;
221
+
222
+ -- 授予 information_schema 查询权限
223
+ GRANT ALL ON ALL VIEWS IN SCHEMA information_schema TO ROLE analyst_role;
224
+
225
+ -- 撤销权限
226
+ REVOKE SELECT ON TABLE my_schema.my_table FROM ROLE analyst_role;
227
+
228
+ -- 创建自定义角色(仅工作空间级,仅 SQL)
229
+ CREATE ROLE my_custom_role;
230
+ ```
231
+
232
+ ---
233
+
234
+ ## 数据类型速查
235
+
236
+ | 分类 | 类型 |
237
+ |---|---|
238
+ | 整数 | TINYINT / SMALLINT / INT / BIGINT |
239
+ | 浮点 | FLOAT / DOUBLE / DECIMAL(p,s) |
240
+ | 字符串 | CHAR(n) / VARCHAR(n) / STRING(最大 16MB) |
241
+ | 时间 | DATE / TIMESTAMP(带时区 LTZ)/ TIMESTAMP_NTZ / INTERVAL |
242
+ | 布尔 | BOOLEAN |
243
+ | 复杂 | ARRAY\<T\> / MAP\<K,V\> / STRUCT\<field:type,...\> |
244
+ | AI 专用 | VECTOR(FLOAT, n)(最大 65535 维)/ VECTOR(TINYINT, n) |
245
+ | 特殊 | JSON / BINARY / BITMAP(Roaring Bitmap) |
246
+
247
+ ---
248
+
249
+ ## 平台架构层次
250
+
251
+ ```
252
+ 客户端层:Studio IDE · JDBC/ODBC · Python SDK · ZettaPark · BI 工具 · MCP Server
253
+
254
+ 计算层:VCluster(GENERAL / ANALYTICS / INTEGRATION)
255
+
256
+ 服务层:SQL 解析优化 · 向量化执行引擎 · Dynamic Table · AI Gateway · Result Cache
257
+
258
+ 存储层:内部表(Iceberg) · 外部表 · Volume · Time Travel · External Catalog · Share
259
+
260
+ 底层对象存储:阿里云 OSS · AWS S3 · 腾讯云 COS
261
+ ```
262
+
263
+ **存算分离**:计算层和存储层独立扩展,VCluster 停止时不产生计算费用,存储按 GiB 计费。
264
+
265
+ ---
266
+
267
+ ## 数据对象横向对比
268
+
269
+ ### Dynamic Table vs Materialized View vs View
270
+
271
+ | 维度 | 动态表 (Dynamic Table) | 物化视图 (Materialized View) | 视图 (View) |
272
+ |---|---|---|---|
273
+ | 数据存储 | 有(物化) | 有(物化) | 无(虚拟) |
274
+ | 刷新方式 | 自动增量/全量(CBO 决策) | 手动或定时全量 | 每次查询实时执行 |
275
+ | 最小刷新间隔 | 1 分钟 | 无限制(手动) | — |
276
+ | Time Travel | 支持 | 不支持 | 不支持 |
277
+ | UNDROP | 支持 | 不支持 | 不支持 |
278
+ | CREATE OR REPLACE | 支持(保留数据和权限) | 支持 | 支持 |
279
+ | 推荐集群 | GP(通用型) | GP 或 AP | — |
280
+ | 适用场景 | 实时 ETL、多层级联 | BI 加速、固定聚合 | 简单逻辑封装 |
281
+
282
+ ### Table Stream 两种模式
283
+
284
+ | 模式 | 捕获内容 | 典型用途 |
285
+ |---|---|---|
286
+ | STANDARD | INSERT + UPDATE_BEFORE + UPDATE_AFTER + DELETE | CDC UPSERT,MERGE INTO 消费 |
287
+ | APPEND_ONLY | 仅 INSERT | 日志追加,简单 ETL |
288
+
289
+ **STANDARD 模式的 delta 语义**:记录两个 offset 之间的净变化。若一行先 INSERT 后 DELETE,delta 中该行消失(不会出现 INSERT+DELETE 两条记录)。
290
+
291
+ ### Pipe 两种导入模式
292
+
293
+ | 模式 | 触发方式 | 适用场景 | 云支持 |
294
+ |---|---|---|---|
295
+ | LIST_PURGE | 定期扫描 Volume 目录 | 通用,任何对象存储 | 全部 |
296
+ | EVENT_NOTIFICATION | 云消息队列事件触发 | 低延迟,近实时 | 仅阿里云 OSS + AWS S3 |
297
+
298
+ ---
299
+
300
+ ## 地域与连接信息
301
+
302
+ | 云服务商 | 地域 | 区域代码 | API Endpoint |
303
+ |---|---|---|---|
304
+ | 阿里云 | 华东2(上海) | cn-shanghai-alicloud | cn-shanghai-alicloud.api.clickzetta.com |
305
+ | 腾讯云 | 华东(上海) | ap-shanghai-tencentcloud | ap-shanghai-tencentcloud.api.clickzetta.com |
306
+ | 腾讯云 | 华北(北京) | ap-beijing-tencentcloud | ap-beijing-tencentcloud.api.clickzetta.com |
307
+ | 腾讯云 | 华南(广州) | ap-guangzhou-tencentcloud | ap-guangzhou-tencentcloud.api.clickzetta.com |
308
+ | AWS | 北京 | cn-north-1-aws | cn-north-1-aws.api.clickzetta.com |
309
+
310
+ JDBC URL 格式:`jdbc:clickzetta://<instance_name>.<region_id>.api.clickzetta.com/`
311
+