@clickzetta/cz-cli-darwin-x64 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.
- package/bin/cz-cli +0 -0
- package/bin/skills/cz-cli/SKILL.md +58 -0
- package/bin/skills/cz-cli/references/profile-setup.md +88 -0
- package/bin/skills/cz-cli-inner/SKILL.md +96 -0
- package/bin/skills/dt-creator/SKILL.md +15 -0
- package/bin/skills/dt-creator/references/dt-declaration-strategy.md +185 -0
- package/bin/skills/dt-creator/references/incremental-config-reference.md +429 -0
- package/bin/skills/dt-creator/references/refresh-history-guide.md +268 -0
- package/bin/skills/dt-creator/references/sql-limitations.md +80 -0
- package/bin/skills/dynamic-table-alter/SKILL.md +190 -0
- package/bin/skills/lakehouse-doc/SKILL.md +107 -0
- package/bin/skills/lakehouse-doc/references/.gitattributes +1 -0
- package/bin/skills/lakehouse-doc/references/.gitlab-ci.yml +11 -0
- package/bin/skills/lakehouse-doc/references/702bc8f656.md +387 -0
- package/bin/skills/lakehouse-doc/references/774c65e217.md +136 -0
- package/bin/skills/lakehouse-doc/references/9164fed65a.md +1 -0
- package/bin/skills/lakehouse-doc/references/AIGateway.md +3 -0
- package/bin/skills/lakehouse-doc/references/AI_COMPLETE.md +157 -0
- package/bin/skills/lakehouse-doc/references/AI_EMBEDDING.md +70 -0
- package/bin/skills/lakehouse-doc/references/AI_Gateway.md +255 -0
- package/bin/skills/lakehouse-doc/references/AI_eco.md +1 -0
- package/bin/skills/lakehouse-doc/references/AI_function_in_SQL.md +25 -0
- package/bin/skills/lakehouse-doc/references/AI_function_overview.md +25 -0
- package/bin/skills/lakehouse-doc/references/ALTER-EXTERNAL-TABLE.md +78 -0
- package/bin/skills/lakehouse-doc/references/ALTER-SCHEMA.md +85 -0
- package/bin/skills/lakehouse-doc/references/ALTER-TABLE-COLUMN.md +223 -0
- package/bin/skills/lakehouse-doc/references/ALTERTABLE.md +92 -0
- package/bin/skills/lakehouse-doc/references/ARRAY.md +99 -0
- package/bin/skills/lakehouse-doc/references/Account.md +2 -0
- package/bin/skills/lakehouse-doc/references/Analysis.md +1 -0
- package/bin/skills/lakehouse-doc/references/AnalyticsModernDataStack.md +390 -0
- package/bin/skills/lakehouse-doc/references/Application_list.md +26 -0
- package/bin/skills/lakehouse-doc/references/Approval.md +1 -0
- package/bin/skills/lakehouse-doc/references/Approval_list.md +61 -0
- package/bin/skills/lakehouse-doc/references/BIGINT.md +49 -0
- package/bin/skills/lakehouse-doc/references/BINARY.md +104 -0
- package/bin/skills/lakehouse-doc/references/BOOLEAN.md +47 -0
- package/bin/skills/lakehouse-doc/references/BP_AI_Function_Image2text.md +203 -0
- package/bin/skills/lakehouse-doc/references/BluepipeOracleLakehouse_DataSync.md +244 -0
- package/bin/skills/lakehouse-doc/references/CHAR.md +38 -0
- package/bin/skills/lakehouse-doc/references/CONNECTION.md +1 -0
- package/bin/skills/lakehouse-doc/references/COPY-INTO-Location.md +404 -0
- package/bin/skills/lakehouse-doc/references/COPY_INTO_Location.md +371 -0
- package/bin/skills/lakehouse-doc/references/CREAREUSER.md +42 -0
- package/bin/skills/lakehouse-doc/references/CREATE-BLOOMFILTER-INDEX.md +138 -0
- package/bin/skills/lakehouse-doc/references/CREATECONNECTION.md +11 -0
- package/bin/skills/lakehouse-doc/references/CREATEEXTERNAlLSCHEMA.md +290 -0
- package/bin/skills/lakehouse-doc/references/CREATEMATERIALIZEDVIEW.md +518 -0
- package/bin/skills/lakehouse-doc/references/CREATEROLE.md +71 -0
- package/bin/skills/lakehouse-doc/references/CREATESCHEMA.md +40 -0
- package/bin/skills/lakehouse-doc/references/CREATEVIEW.md +63 -0
- package/bin/skills/lakehouse-doc/references/CREATE_EXTERNATL_FUNCTION.md +219 -0
- package/bin/skills/lakehouse-doc/references/CTERevenueCohort.md +275 -0
- package/bin/skills/lakehouse-doc/references/ComputeResourceDDL.md +1 -0
- package/bin/skills/lakehouse-doc/references/Concepts.md +1 -0
- package/bin/skills/lakehouse-doc/references/Create_Embeding_Function.md +236 -0
- package/bin/skills/lakehouse-doc/references/Create_LLM_Function.md +242 -0
- package/bin/skills/lakehouse-doc/references/CreditScoringwithZettaparkandPythonMLlibraryNew.md +873 -0
- package/bin/skills/lakehouse-doc/references/DATE.md +50 -0
- package/bin/skills/lakehouse-doc/references/DDL.md +1 -0
- package/bin/skills/lakehouse-doc/references/DECIMAL.md +27 -0
- package/bin/skills/lakehouse-doc/references/DELETE.md +48 -0
- package/bin/skills/lakehouse-doc/references/DESC-INDEX.md +41 -0
- package/bin/skills/lakehouse-doc/references/DESC-JOB.md +31 -0
- package/bin/skills/lakehouse-doc/references/DESCCONNECTION.md +39 -0
- package/bin/skills/lakehouse-doc/references/DESCMATERIALIZEDVIEW.md +31 -0
- package/bin/skills/lakehouse-doc/references/DESCSCHEMAS.md +59 -0
- package/bin/skills/lakehouse-doc/references/DESCTABLE.md +105 -0
- package/bin/skills/lakehouse-doc/references/DESCVIEW.md +66 -0
- package/bin/skills/lakehouse-doc/references/DOUBLE.md +58 -0
- package/bin/skills/lakehouse-doc/references/DQL.md +1 -0
- package/bin/skills/lakehouse-doc/references/DROP-INDEX.md +29 -0
- package/bin/skills/lakehouse-doc/references/DROPCONNECTION.md +32 -0
- package/bin/skills/lakehouse-doc/references/DROPMATERIALIZEDVIEW.md +42 -0
- package/bin/skills/lakehouse-doc/references/DROPROLE.md +56 -0
- package/bin/skills/lakehouse-doc/references/DROPSCHEMA.md +37 -0
- package/bin/skills/lakehouse-doc/references/DROPTABLE.md +46 -0
- package/bin/skills/lakehouse-doc/references/DROPUSER.md +34 -0
- package/bin/skills/lakehouse-doc/references/DROPVIEW.md +33 -0
- package/bin/skills/lakehouse-doc/references/DataQuality.md +99 -0
- package/bin/skills/lakehouse-doc/references/DataSourceConfigGuide.md +1 -0
- package/bin/skills/lakehouse-doc/references/DataSource_ADBMySQL.md +35 -0
- package/bin/skills/lakehouse-doc/references/DataSource_ADB_PostgreSQL.md +36 -0
- package/bin/skills/lakehouse-doc/references/DataSource_AMQP.md +37 -0
- package/bin/skills/lakehouse-doc/references/DataSource_Amazon_DocumentDB.md +115 -0
- package/bin/skills/lakehouse-doc/references/DataSource_Amazon_OpenSearch.md +42 -0
- package/bin/skills/lakehouse-doc/references/DataSource_Aurora_MySQL.md +35 -0
- package/bin/skills/lakehouse-doc/references/DataSource_Aurora_PostgreSQL.md +36 -0
- package/bin/skills/lakehouse-doc/references/DataSource_AutoMQ.md +124 -0
- package/bin/skills/lakehouse-doc/references/DataSource_COS.md +31 -0
- package/bin/skills/lakehouse-doc/references/DataSource_ClickHouse.md +36 -0
- package/bin/skills/lakehouse-doc/references/DataSource_DB2.md +36 -0
- package/bin/skills/lakehouse-doc/references/DataSource_DM.md +35 -0
- package/bin/skills/lakehouse-doc/references/DataSource_Databricks.md +38 -0
- package/bin/skills/lakehouse-doc/references/DataSource_Doris.md +34 -0
- package/bin/skills/lakehouse-doc/references/DataSource_DynamoDB.md +37 -0
- package/bin/skills/lakehouse-doc/references/DataSource_ElasticSearch.md +30 -0
- package/bin/skills/lakehouse-doc/references/DataSource_Greenplum.md +36 -0
- package/bin/skills/lakehouse-doc/references/DataSource_HANA.md +53 -0
- package/bin/skills/lakehouse-doc/references/DataSource_HBase.md +29 -0
- package/bin/skills/lakehouse-doc/references/DataSource_Hive.md +52 -0
- package/bin/skills/lakehouse-doc/references/DataSource_Hologres.md +36 -0
- package/bin/skills/lakehouse-doc/references/DataSource_Kafka.md +32 -0
- package/bin/skills/lakehouse-doc/references/DataSource_MariaDB.md +36 -0
- package/bin/skills/lakehouse-doc/references/DataSource_MaxCompute.md +32 -0
- package/bin/skills/lakehouse-doc/references/DataSource_MongoDB.md +36 -0
- package/bin/skills/lakehouse-doc/references/DataSource_MySQL.md +36 -0
- package/bin/skills/lakehouse-doc/references/DataSource_OSS.md +31 -0
- package/bin/skills/lakehouse-doc/references/DataSource_Oracle.md +35 -0
- package/bin/skills/lakehouse-doc/references/DataSource_PorarDB.md +37 -0
- package/bin/skills/lakehouse-doc/references/DataSource_PostgreSQL.md +36 -0
- package/bin/skills/lakehouse-doc/references/DataSource_Redis.md +55 -0
- package/bin/skills/lakehouse-doc/references/DataSource_Redshift.md +49 -0
- package/bin/skills/lakehouse-doc/references/DataSource_RestApi.md +30 -0
- package/bin/skills/lakehouse-doc/references/DataSource_S3.md +25 -0
- package/bin/skills/lakehouse-doc/references/DataSource_SLS.md +31 -0
- package/bin/skills/lakehouse-doc/references/DataSource_StarRocks.md +35 -0
- package/bin/skills/lakehouse-doc/references/DataSource_TiDB.md +36 -0
- package/bin/skills/lakehouse-doc/references/Datalake_StorageConnection.md +12 -0
- package/bin/skills/lakehouse-doc/references/Datasource_SQLServer.md +36 -0
- package/bin/skills/lakehouse-doc/references/Datus_Lakehouse_Integrated_Guide.md +3 -0
- package/bin/skills/lakehouse-doc/references/Datus_Lakehouse_MCPServer.md +111 -0
- package/bin/skills/lakehouse-doc/references/Dify_Integreated_with_LakehouseMCPServer.md +71 -0
- package/bin/skills/lakehouse-doc/references/ELTModernDataStack.md +497 -0
- package/bin/skills/lakehouse-doc/references/ELT_practice.md +1 -0
- package/bin/skills/lakehouse-doc/references/EXPLAIN.md +92 -0
- package/bin/skills/lakehouse-doc/references/EXTERNALFUNCITON.md +1 -0
- package/bin/skills/lakehouse-doc/references/EXTERNALFUNCTION.md +0 -0
- package/bin/skills/lakehouse-doc/references/EXTERNALFUNCTION/345/274/200/345/217/221/346/214/207/345/215/227.md +142 -0
- package/bin/skills/lakehouse-doc/references/EXTERNALSCHEMA.md +1 -0
- package/bin/skills/lakehouse-doc/references/EXTERNALSCHMEA.md +94 -0
- package/bin/skills/lakehouse-doc/references/ExternalFunctionDevGuideJava.md +556 -0
- package/bin/skills/lakehouse-doc/references/FLOAT.md +33 -0
- package/bin/skills/lakehouse-doc/references/FeatureEngineeringForExpandingCustomerFeatureswithZettapark.md +427 -0
- package/bin/skills/lakehouse-doc/references/FileCommand.md +1 -0
- package/bin/skills/lakehouse-doc/references/FileFunction.md +1 -0
- package/bin/skills/lakehouse-doc/references/FineBI.md +195 -0
- package/bin/skills/lakehouse-doc/references/Full_Text_Search.md +1 -0
- package/bin/skills/lakehouse-doc/references/GET.md +63 -0
- package/bin/skills/lakehouse-doc/references/GET_PRESIGNED_URL.md +91 -0
- package/bin/skills/lakehouse-doc/references/GrantPriveleges.md +113 -0
- package/bin/skills/lakehouse-doc/references/Hive_connection.md +50 -0
- package/bin/skills/lakehouse-doc/references/IDENTITY-Column.md +74 -0
- package/bin/skills/lakehouse-doc/references/INSERT.md +186 -0
- package/bin/skills/lakehouse-doc/references/INT.md +36 -0
- package/bin/skills/lakehouse-doc/references/INTERVAL.md +143 -0
- package/bin/skills/lakehouse-doc/references/Ingesting_Data_from_Alibaba_Cloud_Data_Lake_into_Lakehouse.md +976 -0
- package/bin/skills/lakehouse-doc/references/Ingestion.md +1 -0
- package/bin/skills/lakehouse-doc/references/JDBC-Driver.md +67 -0
- package/bin/skills/lakehouse-doc/references/JDBC_MindsDB_ML_LLM.md +237 -0
- package/bin/skills/lakehouse-doc/references/JOIN.md +204 -0
- package/bin/skills/lakehouse-doc/references/JSON.md +423 -0
- package/bin/skills/lakehouse-doc/references/JSON_DataType.md +49 -0
- package/bin/skills/lakehouse-doc/references/KAFKA_Storage_connection.md +1 -0
- package/bin/skills/lakehouse-doc/references/Kafka_connection.md +36 -0
- package/bin/skills/lakehouse-doc/references/Key_Concepts.md +112 -0
- package/bin/skills/lakehouse-doc/references/LATERALVIEW.md +78 -0
- package/bin/skills/lakehouse-doc/references/Lakehouse-client-repository.md +11 -0
- package/bin/skills/lakehouse-doc/references/LakehouseAI.md +0 -0
- package/bin/skills/lakehouse-doc/references/LakehouseAI_overview.md +16 -0
- package/bin/skills/lakehouse-doc/references/LakehouseAI/346/246/202/350/277/260.md +0 -0
- package/bin/skills/lakehouse-doc/references/LakehouseDataGPTTour.md +64 -0
- package/bin/skills/lakehouse-doc/references/LakehouseMCPServer.md +1 -0
- package/bin/skills/lakehouse-doc/references/LakehouseMCPServer_intro.md +493 -0
- package/bin/skills/lakehouse-doc/references/LakehousePythonZettapark.md +1 -0
- package/bin/skills/lakehouse-doc/references/LakehouseStudioTour.md +185 -0
- package/bin/skills/lakehouse-doc/references/Lakehouse_Index_Best_Practice.md +681 -0
- package/bin/skills/lakehouse-doc/references/Lakehouse_Insight.md +104 -0
- package/bin/skills/lakehouse-doc/references/Lakehouse_Platform_Release_Note.md +1 -0
- package/bin/skills/lakehouse-doc/references/Lakehouse_Studio_101.md +1 -0
- package/bin/skills/lakehouse-doc/references/Lakehouse_Studio_Release_Note.md +1 -0
- package/bin/skills/lakehouse-doc/references/Lakehouse_Zilliz_MakeDataReadyforBIandAI.md +228 -0
- package/bin/skills/lakehouse-doc/references/Langchain_plug_installation.md +244 -0
- package/bin/skills/lakehouse-doc/references/Langchain_plug_quick_start.md +225 -0
- package/bin/skills/lakehouse-doc/references/Langchain_plugins_overview.md +406 -0
- package/bin/skills/lakehouse-doc/references/Limitation.md +8 -0
- package/bin/skills/lakehouse-doc/references/LoggingIn.md +67 -0
- package/bin/skills/lakehouse-doc/references/Logstash.md +172 -0
- package/bin/skills/lakehouse-doc/references/MAP.md +42 -0
- package/bin/skills/lakehouse-doc/references/MATERIALIZEDVIEW.md +112 -0
- package/bin/skills/lakehouse-doc/references/MCPServers.md +267 -0
- package/bin/skills/lakehouse-doc/references/MERGE.md +498 -0
- package/bin/skills/lakehouse-doc/references/ManageAccounts.md +184 -0
- package/bin/skills/lakehouse-doc/references/ManagingFilesonDatalakeVolumewithZettapark.md +145 -0
- package/bin/skills/lakehouse-doc/references/MigrateSnowflakeRealtimeETLPipelinetoClickzettaLakehouse.md +865 -0
- package/bin/skills/lakehouse-doc/references/Migrate_Spark_DataEngineeringBestPractices_Project_to_Lakehouse.md +292 -0
- package/bin/skills/lakehouse-doc/references/ModernDataStackWithEcosystemTools.md +1 -0
- package/bin/skills/lakehouse-doc/references/N8N_AI_Workflow_Integration.md +1 -0
- package/bin/skills/lakehouse-doc/references/N8N_Integrated_with_LakehouseMCPServer.md +128 -0
- package/bin/skills/lakehouse-doc/references/Notebook.md +109 -0
- package/bin/skills/lakehouse-doc/references/NotesandGuidelinesforUsingPartitionTables.md +1627 -0
- package/bin/skills/lakehouse-doc/references/OPTIMIZE.md +80 -0
- package/bin/skills/lakehouse-doc/references/OptimizingComputingResources.md +1 -0
- package/bin/skills/lakehouse-doc/references/Overview.md +1 -0
- package/bin/skills/lakehouse-doc/references/PUT.md +70 -0
- package/bin/skills/lakehouse-doc/references/PerformingVectorandScalarRetrievalinheSameTableinLakehouse.md +84 -0
- package/bin/skills/lakehouse-doc/references/Permission_application.md +43 -0
- package/bin/skills/lakehouse-doc/references/PowerBI.md +113 -0
- package/bin/skills/lakehouse-doc/references/PythonSDKVersionHistory.md +24 -0
- package/bin/skills/lakehouse-doc/references/PythonSample_put_gharchive2oss.md +153 -0
- package/bin/skills/lakehouse-doc/references/PythonSample_put_github_rt_events.md +336 -0
- package/bin/skills/lakehouse-doc/references/PythonSqlAlchemyVersionHistory.md +23 -0
- package/bin/skills/lakehouse-doc/references/PythonTaskDev.md +1 -0
- package/bin/skills/lakehouse-doc/references/Python_Task.md +28 -0
- package/bin/skills/lakehouse-doc/references/Query_SnowflakeOpenCatalog_Icebergtable.md +114 -0
- package/bin/skills/lakehouse-doc/references/QuickStartwithCopycommand.md +79 -0
- package/bin/skills/lakehouse-doc/references/README.md +1 -0
- package/bin/skills/lakehouse-doc/references/REFRESH.md +37 -0
- package/bin/skills/lakehouse-doc/references/REMOTEFUNCTION.md +1 -0
- package/bin/skills/lakehouse-doc/references/RN_2023-08-07.md +67 -0
- package/bin/skills/lakehouse-doc/references/RN_2023-09-05.md +75 -0
- package/bin/skills/lakehouse-doc/references/RN_2023-09-18.md +50 -0
- package/bin/skills/lakehouse-doc/references/RN_2023-09-20.md +55 -0
- package/bin/skills/lakehouse-doc/references/RN_2023-10-25.md +102 -0
- package/bin/skills/lakehouse-doc/references/RN_2023-11-09.md +84 -0
- package/bin/skills/lakehouse-doc/references/RN_2023-12-25.md +84 -0
- package/bin/skills/lakehouse-doc/references/RN_2024-01-05.md +78 -0
- package/bin/skills/lakehouse-doc/references/RN_2024-02-05.md +87 -0
- package/bin/skills/lakehouse-doc/references/RN_2024-03-22.md +76 -0
- package/bin/skills/lakehouse-doc/references/RN_2024-04-10.md +61 -0
- package/bin/skills/lakehouse-doc/references/RN_2024-04-16.md +38 -0
- package/bin/skills/lakehouse-doc/references/RN_2024-05-10.md +47 -0
- package/bin/skills/lakehouse-doc/references/RN_2024-05-15.md +43 -0
- package/bin/skills/lakehouse-doc/references/RN_2024-05-24.md +143 -0
- package/bin/skills/lakehouse-doc/references/RN_2024-06-06.md +59 -0
- package/bin/skills/lakehouse-doc/references/RN_2024-06-07.md +71 -0
- package/bin/skills/lakehouse-doc/references/RN_2024-06-27.md +55 -0
- package/bin/skills/lakehouse-doc/references/RN_2024-07-22.md +121 -0
- package/bin/skills/lakehouse-doc/references/RN_2024-07-24.md +58 -0
- package/bin/skills/lakehouse-doc/references/RN_2024-08-07.md +42 -0
- package/bin/skills/lakehouse-doc/references/RN_2024-09-26.md +106 -0
- package/bin/skills/lakehouse-doc/references/RN_2024-10-15.md +49 -0
- package/bin/skills/lakehouse-doc/references/RN_2024_11_11.md +50 -0
- package/bin/skills/lakehouse-doc/references/RN_2024_12_12.md +52 -0
- package/bin/skills/lakehouse-doc/references/RN_2024_12_25.md +40 -0
- package/bin/skills/lakehouse-doc/references/RN_2025-03-05.md +68 -0
- package/bin/skills/lakehouse-doc/references/RN_2025-04-01.md +74 -0
- package/bin/skills/lakehouse-doc/references/RN_2025-05-20.md +90 -0
- package/bin/skills/lakehouse-doc/references/RN_2025-07-03.md +100 -0
- package/bin/skills/lakehouse-doc/references/RN_2025-08-25.md +106 -0
- package/bin/skills/lakehouse-doc/references/RN_2025_03_03.md +141 -0
- package/bin/skills/lakehouse-doc/references/RN_2025_04_22.md +110 -0
- package/bin/skills/lakehouse-doc/references/RN_2025_07_15.md +60 -0
- package/bin/skills/lakehouse-doc/references/RN_2025_10_23.md +85 -0
- package/bin/skills/lakehouse-doc/references/RN_2025_10_30.md +68 -0
- package/bin/skills/lakehouse-doc/references/RN_2025_12_17.md +71 -0
- package/bin/skills/lakehouse-doc/references/RN_2026_1_30-2.0.0.md +43 -0
- package/bin/skills/lakehouse-doc/references/RN_LH_2025_12_30.md +73 -0
- package/bin/skills/lakehouse-doc/references/RN_LH_2026_03_13.md +47 -0
- package/bin/skills/lakehouse-doc/references/Refactor_ELT_practice.md +241 -0
- package/bin/skills/lakehouse-doc/references/RemoteFunctionAsUDF.md +1 -0
- package/bin/skills/lakehouse-doc/references/RemoteFunctionBestPractice.md +350 -0
- package/bin/skills/lakehouse-doc/references/RemoteFunctionDevGuidePython3.md +571 -0
- package/bin/skills/lakehouse-doc/references/RemoteFunctionOnACR.md +249 -0
- package/bin/skills/lakehouse-doc/references/RemoteFunctionintro.md +54 -0
- package/bin/skills/lakehouse-doc/references/RemoteFunction/344/273/213/347/273/215.md +1 -0
- package/bin/skills/lakehouse-doc/references/RemoteFunction/345/274/200/345/217/221/346/214/207/345/215/227Python3.md +1 -0
- package/bin/skills/lakehouse-doc/references/RemoteFunction/346/234/200/344/275/263/345/256/236/350/267/265.md +1 -0
- package/bin/skills/lakehouse-doc/references/RevokePriveleges.md +98 -0
- package/bin/skills/lakehouse-doc/references/SCHEMA.md +48 -0
- package/bin/skills/lakehouse-doc/references/SCHEMADDL.md +0 -0
- package/bin/skills/lakehouse-doc/references/SHOW-INDEX.md +22 -0
- package/bin/skills/lakehouse-doc/references/SHOWCONNECTIONS.md +44 -0
- package/bin/skills/lakehouse-doc/references/SHOWFUNCTIONS.md +38 -0
- package/bin/skills/lakehouse-doc/references/SHOWGRANTS.md +62 -0
- package/bin/skills/lakehouse-doc/references/SHOWROLES.md +59 -0
- package/bin/skills/lakehouse-doc/references/SHOWTABLES.md +46 -0
- package/bin/skills/lakehouse-doc/references/SHOWUSERS.md +26 -0
- package/bin/skills/lakehouse-doc/references/SMALLINT.md +48 -0
- package/bin/skills/lakehouse-doc/references/SQL_CREATE_TABLE_GUIDE.md +1210 -0
- package/bin/skills/lakehouse-doc/references/SQL_DML_Considerations.md +601 -0
- package/bin/skills/lakehouse-doc/references/SQL_Join_Guide.md +655 -0
- package/bin/skills/lakehouse-doc/references/SQL_SELECT_Considerations.md +1818 -0
- package/bin/skills/lakehouse-doc/references/SQL_With_CTE_Guide.md +1510 -0
- package/bin/skills/lakehouse-doc/references/SQL_customers.md +74 -0
- package/bin/skills/lakehouse-doc/references/SQL_revenue.md +31 -0
- package/bin/skills/lakehouse-doc/references/STRING.md +80 -0
- package/bin/skills/lakehouse-doc/references/STRUCT.md +33 -0
- package/bin/skills/lakehouse-doc/references/SUMMARY.md +1279 -0
- package/bin/skills/lakehouse-doc/references/Security_system_inventory_and_optimization_based_Information_Schema.md +412 -0
- package/bin/skills/lakehouse-doc/references/Server_data_for_AI.md +15 -0
- package/bin/skills/lakehouse-doc/references/SlowlyChangingDimensionsInLakehouseUsingStreamsandTasks.md +616 -0
- package/bin/skills/lakehouse-doc/references/Spark_Lakehouse_iceberg_REST.md +151 -0
- package/bin/skills/lakehouse-doc/references/StudioDI_PrivateLinkVPC_fromRDS.md +105 -0
- package/bin/skills/lakehouse-doc/references/Supported_Cloud_Platforms.md +40 -0
- package/bin/skills/lakehouse-doc/references/TABLE.md +49 -0
- package/bin/skills/lakehouse-doc/references/TIMESTAMP.md +56 -0
- package/bin/skills/lakehouse-doc/references/TIMETRAVEL.md +207 -0
- package/bin/skills/lakehouse-doc/references/TINYINT.md +63 -0
- package/bin/skills/lakehouse-doc/references/TPC-H100G_experience.md +49 -0
- package/bin/skills/lakehouse-doc/references/TRUNCATE.md +144 -0
- package/bin/skills/lakehouse-doc/references/TableDesign.md +270 -0
- package/bin/skills/lakehouse-doc/references/TableauConnectToLakehouse.md +64 -0
- package/bin/skills/lakehouse-doc/references/Tutorials.md +1 -0
- package/bin/skills/lakehouse-doc/references/UNDROP-TABLE.md +163 -0
- package/bin/skills/lakehouse-doc/references/UPDATE.md +70 -0
- package/bin/skills/lakehouse-doc/references/USESCHEMA.md +53 -0
- package/bin/skills/lakehouse-doc/references/UnifiedWorkflowIntro.md +31 -0
- package/bin/skills/lakehouse-doc/references/UnifiedWorkflow_demo.md +175 -0
- package/bin/skills/lakehouse-doc/references/Unstructured_io.md +735 -0
- package/bin/skills/lakehouse-doc/references/VARCHARleghth.md +42 -0
- package/bin/skills/lakehouse-doc/references/VIEW.md +47 -0
- package/bin/skills/lakehouse-doc/references/Volume_LIST.md +52 -0
- package/bin/skills/lakehouse-doc/references/WINDOWFUNCTION.md +561 -0
- package/bin/skills/lakehouse-doc/references/WITH.md +41 -0
- package/bin/skills/lakehouse-doc/references/ZettaparkQuickStart.md +453 -0
- package/bin/skills/lakehouse-doc/references/Zettapark_Data_Engineering_Demo.md +348 -0
- package/bin/skills/lakehouse-doc/references/a_comprehensive_guide_to_ingesting_data_into_clickzetta_lakehouse.md +66 -0
- package/bin/skills/lakehouse-doc/references/access-control-configration.md +249 -0
- package/bin/skills/lakehouse-doc/references/access-control-general.md +82 -0
- package/bin/skills/lakehouse-doc/references/access-control.md +240 -0
- package/bin/skills/lakehouse-doc/references/account_user_management.md +105 -0
- package/bin/skills/lakehouse-doc/references/accountfunds.md +87 -0
- package/bin/skills/lakehouse-doc/references/agg_function.md +1 -0
- package/bin/skills/lakehouse-doc/references/ai_ready_data_overview.md +13 -0
- package/bin/skills/lakehouse-doc/references/airbyte.md +95 -0
- package/bin/skills/lakehouse-doc/references/alert.md +143 -0
- package/bin/skills/lakehouse-doc/references/alicloud-arn-externalid.md +51 -0
- package/bin/skills/lakehouse-doc/references/alicloud_byos_configration.md +129 -0
- package/bin/skills/lakehouse-doc/references/aliyun_storage_connection.md +135 -0
- package/bin/skills/lakehouse-doc/references/alter-dynamic-table.md +375 -0
- package/bin/skills/lakehouse-doc/references/alter-external-schema.md +20 -0
- package/bin/skills/lakehouse-doc/references/alter-materialzied-view.md +238 -0
- package/bin/skills/lakehouse-doc/references/alter-share.md +43 -0
- package/bin/skills/lakehouse-doc/references/alter-user.md +13 -0
- package/bin/skills/lakehouse-doc/references/alter-vcluster.md +134 -0
- package/bin/skills/lakehouse-doc/references/alter-worksapce.md +55 -0
- package/bin/skills/lakehouse-doc/references/alter.md +35 -0
- package/bin/skills/lakehouse-doc/references/analysis_internet_data_nyc_green_data.md +449 -0
- package/bin/skills/lakehouse-doc/references/analytics_cluster_best_practices.md +377 -0
- package/bin/skills/lakehouse-doc/references/analyze-table.md +58 -0
- package/bin/skills/lakehouse-doc/references/array_size.md +34 -0
- package/bin/skills/lakehouse-doc/references/authentication.md +53 -0
- package/bin/skills/lakehouse-doc/references/authoritymanagement.md +1 -0
- package/bin/skills/lakehouse-doc/references/auto-index.md +57 -0
- package/bin/skills/lakehouse-doc/references/aws_storage_connection.md +114 -0
- package/bin/skills/lakehouse-doc/references/backfilling_data.md +60 -0
- package/bin/skills/lakehouse-doc/references/batch_sync.md +54 -0
- package/bin/skills/lakehouse-doc/references/batch_sync_Sop.md +135 -0
- package/bin/skills/lakehouse-doc/references/batchloadparquertfileintoLakehouse.md +79 -0
- package/bin/skills/lakehouse-doc/references/bestpractice_bazhuanyu.md +1 -0
- package/bin/skills/lakehouse-doc/references/billing.md +62 -0
- package/bin/skills/lakehouse-doc/references/bitmap-type.md +524 -0
- package/bin/skills/lakehouse-doc/references/bitmap_uba_guide.md +1190 -0
- package/bin/skills/lakehouse-doc/references/bloomfilter-summary.md +164 -0
- package/bin/skills/lakehouse-doc/references/book.json +17 -0
- package/bin/skills/lakehouse-doc/references/bring_your_own_storage.md +1 -0
- package/bin/skills/lakehouse-doc/references/build-inverted-index.md +27 -0
- package/bin/skills/lakehouse-doc/references/build_rag_with_langchain.md +616 -0
- package/bin/skills/lakehouse-doc/references/bulkload-summary.md +37 -0
- package/bin/skills/lakehouse-doc/references/bulkloadv1-java-sdk.md +178 -0
- package/bin/skills/lakehouse-doc/references/bulkloadv1-python-sdk.md +169 -0
- package/bin/skills/lakehouse-doc/references/byos_general.md +165 -0
- package/bin/skills/lakehouse-doc/references/byos_tencentcloud_configration.md +138 -0
- package/bin/skills/lakehouse-doc/references/cache-command.md +39 -0
- package/bin/skills/lakehouse-doc/references/cancel-job.md +51 -0
- package/bin/skills/lakehouse-doc/references/cardinality_array.md +45 -0
- package/bin/skills/lakehouse-doc/references/charge_analysis_with_lakehouse_mcp_server.md +393 -0
- package/bin/skills/lakehouse-doc/references/clone-doc.md +111 -0
- package/bin/skills/lakehouse-doc/references/cloud_object_storage.md +1 -0
- package/bin/skills/lakehouse-doc/references/cluster-table-guide.md +68 -0
- package/bin/skills/lakehouse-doc/references/cluster-table.md +64 -0
- package/bin/skills/lakehouse-doc/references/composite_task.md +178 -0
- package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_3rd_tools.md +11 -0
- package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_dbv_sql_put.md +48 -0
- package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_environment_and_data_generate.md +627 -0
- package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_javasdk_buckload_realtime.md +740 -0
- package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_kafka_realtime_sync.md +71 -0
- package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_local_file_into_table_by_studio.md +64 -0
- package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_overview.md +66 -0
- package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_pipe_kafka.md +7 -0
- package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_pipe_oss.md +7 -0
- package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_studio_batchload_public_network.md +52 -0
- package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_studio_python_node.md +111 -0
- package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_studio_realtime_cdc_public_network.md +249 -0
- package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_studio_sql_insert.md +180 -0
- package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_zettapark_put_file_to_lake.md +206 -0
- package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_zettapark_save_as_table.md +79 -0
- package/bin/skills/lakehouse-doc/references/comprehensive_guide_to_ingesting_zettapark_sql_insert.md +113 -0
- package/bin/skills/lakehouse-doc/references/computation.md +6 -0
- package/bin/skills/lakehouse-doc/references/concurrency_scaling.md +57 -0
- package/bin/skills/lakehouse-doc/references/config-datasource.md +79 -0
- package/bin/skills/lakehouse-doc/references/config_volume_dify_storage.md +254 -0
- package/bin/skills/lakehouse-doc/references/connect-with-cli.md +155 -0
- package/bin/skills/lakehouse-doc/references/connect_to_Lakehouse.md +1 -0
- package/bin/skills/lakehouse-doc/references/connection-guide.md +61 -0
- package/bin/skills/lakehouse-doc/references/continue-job.md +260 -0
- package/bin/skills/lakehouse-doc/references/conversational_analytics_datagpt.md +1 -0
- package/bin/skills/lakehouse-doc/references/copy-into-table.md +398 -0
- package/bin/skills/lakehouse-doc/references/cos_storage_connection.md +73 -0
- package/bin/skills/lakehouse-doc/references/cos_volume_creation.md +39 -0
- package/bin/skills/lakehouse-doc/references/cost_management.md +1 -0
- package/bin/skills/lakehouse-doc/references/create-api-connection.md +363 -0
- package/bin/skills/lakehouse-doc/references/create-catalog-connection.md +220 -0
- package/bin/skills/lakehouse-doc/references/create-dynamic-table.md +910 -0
- package/bin/skills/lakehouse-doc/references/create-external-catalog.md +305 -0
- package/bin/skills/lakehouse-doc/references/create-external-table.md +78 -0
- package/bin/skills/lakehouse-doc/references/create-hive-catalog.md +77 -0
- package/bin/skills/lakehouse-doc/references/create-inverted-index.md +163 -0
- package/bin/skills/lakehouse-doc/references/create-kafka-external.md +300 -0
- package/bin/skills/lakehouse-doc/references/create-schema-from-share.md +45 -0
- package/bin/skills/lakehouse-doc/references/create-share.md +46 -0
- package/bin/skills/lakehouse-doc/references/create-sql-function.md +120 -0
- package/bin/skills/lakehouse-doc/references/create-storage-connection.md +346 -0
- package/bin/skills/lakehouse-doc/references/create-synonym.md +75 -0
- package/bin/skills/lakehouse-doc/references/create-table-ddl.md +405 -0
- package/bin/skills/lakehouse-doc/references/create-table-stream.md +226 -0
- package/bin/skills/lakehouse-doc/references/create-vector-index.md +115 -0
- package/bin/skills/lakehouse-doc/references/create.md +46 -0
- package/bin/skills/lakehouse-doc/references/create_cluster.md +121 -0
- package/bin/skills/lakehouse-doc/references/creating_alicloud_privatelinkendpoint.md +37 -0
- package/bin/skills/lakehouse-doc/references/creating_alicloud_privatelinkservice.md +31 -0
- package/bin/skills/lakehouse-doc/references/creating_tencentcloud_privatelinkendpoint.md +33 -0
- package/bin/skills/lakehouse-doc/references/creating_tencentcloud_privatelinkservice.md +19 -0
- package/bin/skills/lakehouse-doc/references/czguide-intro-to-cdc-using-clickzetta-rtsync-dynamic-tables.md +717 -0
- package/bin/skills/lakehouse-doc/references/data-catalog.md +1 -0
- package/bin/skills/lakehouse-doc/references/data-integration-intro.md +60 -0
- package/bin/skills/lakehouse-doc/references/data-integration.md +10 -0
- package/bin/skills/lakehouse-doc/references/data-lifecycle.md +46 -0
- package/bin/skills/lakehouse-doc/references/data-load-summary.md +71 -0
- package/bin/skills/lakehouse-doc/references/data-mamager-tool.md +1 -0
- package/bin/skills/lakehouse-doc/references/data-recover.md +52 -0
- package/bin/skills/lakehouse-doc/references/data-type.md +1 -0
- package/bin/skills/lakehouse-doc/references/data-types-timestamp-ntz.md +139 -0
- package/bin/skills/lakehouse-doc/references/data.md +1 -0
- package/bin/skills/lakehouse-doc/references/data_catalog.md +106 -0
- package/bin/skills/lakehouse-doc/references/data_clean_with_sql.md +406 -0
- package/bin/skills/lakehouse-doc/references/data_ecosystem.md +1 -0
- package/bin/skills/lakehouse-doc/references/data_ops.md +7 -0
- package/bin/skills/lakehouse-doc/references/data_org.md +1 -0
- package/bin/skills/lakehouse-doc/references/data_privacy.md +50 -0
- package/bin/skills/lakehouse-doc/references/data_result_profile.md +22 -0
- package/bin/skills/lakehouse-doc/references/data_security.md +1 -0
- package/bin/skills/lakehouse-doc/references/data_sharing_between_accounts_guide.md +331 -0
- package/bin/skills/lakehouse-doc/references/data_transfer_datalake.md +1 -0
- package/bin/skills/lakehouse-doc/references/data_visualization.md +96 -0
- package/bin/skills/lakehouse-doc/references/databricks_yunqi_integration_guide_v2.md +811 -0
- package/bin/skills/lakehouse-doc/references/datagpt_bestpractice.md +1 -0
- package/bin/skills/lakehouse-doc/references/datagpt_data_source.md +58 -0
- package/bin/skills/lakehouse-doc/references/datagpt_get_accurate_answers.md +34 -0
- package/bin/skills/lakehouse-doc/references/datagpt_intro.md +1 -0
- package/bin/skills/lakehouse-doc/references/datagpt_quickstart.md +94 -0
- package/bin/skills/lakehouse-doc/references/datagpt_tutorial.md +1 -0
- package/bin/skills/lakehouse-doc/references/datalake_FAQ.md +54 -0
- package/bin/skills/lakehouse-doc/references/datalake_overview.md +17 -0
- package/bin/skills/lakehouse-doc/references/datalake_privilege.md +55 -0
- package/bin/skills/lakehouse-doc/references/datalake_query_ingest.md +18 -0
- package/bin/skills/lakehouse-doc/references/datalake_unstructure_data.md +3 -0
- package/bin/skills/lakehouse-doc/references/datalake_volume.md +92 -0
- package/bin/skills/lakehouse-doc/references/datalake_volume_anlytics.md +1 -0
- package/bin/skills/lakehouse-doc/references/datalake_volume_object.md +1 -0
- package/bin/skills/lakehouse-doc/references/dataops_practice.md +105 -0
- package/bin/skills/lakehouse-doc/references/datasharing.md +322 -0
- package/bin/skills/lakehouse-doc/references/datasharing_catalog.md +1 -0
- package/bin/skills/lakehouse-doc/references/datasource_ip_whitelist.md +93 -0
- package/bin/skills/lakehouse-doc/references/datasources.md +62 -0
- package/bin/skills/lakehouse-doc/references/datatype-cast.md +105 -0
- package/bin/skills/lakehouse-doc/references/datatype-conversion.md +85 -0
- package/bin/skills/lakehouse-doc/references/datetime_patterns.md +61 -0
- package/bin/skills/lakehouse-doc/references/datus_lakehouse_installation.md +376 -0
- package/bin/skills/lakehouse-doc/references/datus_lakehouse_solution_overview.md +148 -0
- package/bin/skills/lakehouse-doc/references/db_dw_connection.md +1 -0
- package/bin/skills/lakehouse-doc/references/default-value.md +89 -0
- package/bin/skills/lakehouse-doc/references/delta-lake.md +185 -0
- package/bin/skills/lakehouse-doc/references/desc-catalog-table.md +33 -0
- package/bin/skills/lakehouse-doc/references/desc-catalog.md +31 -0
- package/bin/skills/lakehouse-doc/references/desc-dynamic-table.md +62 -0
- package/bin/skills/lakehouse-doc/references/desc-external-schemas.md +66 -0
- package/bin/skills/lakehouse-doc/references/desc-external-table.md +70 -0
- package/bin/skills/lakehouse-doc/references/desc-function.md +16 -0
- package/bin/skills/lakehouse-doc/references/desc-history-dynamic-table.md +50 -0
- package/bin/skills/lakehouse-doc/references/desc-history-table.md +73 -0
- package/bin/skills/lakehouse-doc/references/desc-history.md +73 -0
- package/bin/skills/lakehouse-doc/references/desc-share.md +59 -0
- package/bin/skills/lakehouse-doc/references/desc-table-stream.md +44 -0
- package/bin/skills/lakehouse-doc/references/desc-vcluster.md +42 -0
- package/bin/skills/lakehouse-doc/references/describe.md +38 -0
- package/bin/skills/lakehouse-doc/references/dify_config_lakehouse_as_vectordb.md +286 -0
- package/bin/skills/lakehouse-doc/references/dify_yunqilakehouse_integration_overview.md +188 -0
- package/bin/skills/lakehouse-doc/references/discovery_analysis_data_in_json_file_on_external_volume.md +625 -0
- package/bin/skills/lakehouse-doc/references/discovery_analysis_data_in_parquert_file_on_external_volume.md +599 -0
- package/bin/skills/lakehouse-doc/references/download-data.md +1 -0
- package/bin/skills/lakehouse-doc/references/drop-dynamic-table.md +46 -0
- package/bin/skills/lakehouse-doc/references/drop-external-schema.md +44 -0
- package/bin/skills/lakehouse-doc/references/drop-external-table.md +43 -0
- package/bin/skills/lakehouse-doc/references/drop-function.md +36 -0
- package/bin/skills/lakehouse-doc/references/drop-share.md +43 -0
- package/bin/skills/lakehouse-doc/references/drop-synonym.md +35 -0
- package/bin/skills/lakehouse-doc/references/drop-table-stream.md +42 -0
- package/bin/skills/lakehouse-doc/references/drop-vcluster.md +52 -0
- package/bin/skills/lakehouse-doc/references/drop.md +32 -0
- package/bin/skills/lakehouse-doc/references/dynamic-mask.md +201 -0
- package/bin/skills/lakehouse-doc/references/dynamic-table-incre.md +62 -0
- package/bin/skills/lakehouse-doc/references/dynamic-table-introduce.md +339 -0
- package/bin/skills/lakehouse-doc/references/dynamicTable-DML-sql.md +52 -0
- package/bin/skills/lakehouse-doc/references/dynamicTable-dml.md +48 -0
- package/bin/skills/lakehouse-doc/references/dynamicTable-parmaters.md +425 -0
- package/bin/skills/lakehouse-doc/references/dynamic_table_summary.md +366 -0
- package/bin/skills/lakehouse-doc/references/dynamic_table_task.md +73 -0
- package/bin/skills/lakehouse-doc/references/dynamic_table_using_studio.md +159 -0
- package/bin/skills/lakehouse-doc/references/dynamictable.md +56 -0
- package/bin/skills/lakehouse-doc/references/eco_integration/Zeppelin.md +84 -0
- package/bin/skills/lakehouse-doc/references/eco_integration/airbyte.md +75 -0
- package/bin/skills/lakehouse-doc/references/eco_integration/datagrip-lakehouse.md +56 -0
- package/bin/skills/lakehouse-doc/references/eco_integration/datax.md +154 -0
- package/bin/skills/lakehouse-doc/references/eco_integration/dbeaver-lakehouse.md +67 -0
- package/bin/skills/lakehouse-doc/references/eco_integration/dbt.md +139 -0
- package/bin/skills/lakehouse-doc/references/eco_integration/rath.md +87 -0
- package/bin/skills/lakehouse-doc/references/eco_integration/sqlline.md +82 -0
- package/bin/skills/lakehouse-doc/references/eco_integration/sqlworkbench-j-lakehouse.md +54 -0
- package/bin/skills/lakehouse-doc/references/eco_integration/streamlit.md +117 -0
- package/bin/skills/lakehouse-doc/references/eco_integration/superset.md +109 -0
- package/bin/skills/lakehouse-doc/references/eco_integration/trino.md +75 -0
- package/bin/skills/lakehouse-doc/references/ecosystem-all.md +24 -0
- package/bin/skills/lakehouse-doc/references/export_data_with_data-integration.md +3 -0
- package/bin/skills/lakehouse-doc/references/external-Volume.md +10 -0
- package/bin/skills/lakehouse-doc/references/external-catalog-summary.md +42 -0
- package/bin/skills/lakehouse-doc/references/external-function-summary.md +0 -0
- package/bin/skills/lakehouse-doc/references/external-hudi-table.md +187 -0
- package/bin/skills/lakehouse-doc/references/external-table-guide.md +96 -0
- package/bin/skills/lakehouse-doc/references/external_object_user_guide.md +298 -0
- package/bin/skills/lakehouse-doc/references/external_volume.md +1 -0
- package/bin/skills/lakehouse-doc/references/f6fc6447ee.md +151 -0
- package/bin/skills/lakehouse-doc/references/federation-query.md +1 -0
- package/bin/skills/lakehouse-doc/references/finebi-mysql.md +104 -0
- package/bin/skills/lakehouse-doc/references/flink-write-connector.md +695 -0
- package/bin/skills/lakehouse-doc/references/from_lakehouse_to_volume.md +98 -0
- package/bin/skills/lakehouse-doc/references/from_volume_to_table.md +45 -0
- package/bin/skills/lakehouse-doc/references/fulltext_indexes_guide.md +1180 -0
- package/bin/skills/lakehouse-doc/references/generated-column.md +113 -0
- package/bin/skills/lakehouse-doc/references/generated_columns_guide.md +847 -0
- package/bin/skills/lakehouse-doc/references/geospatial_analysis.md +558 -0
- package/bin/skills/lakehouse-doc/references/get-started-with-sample-data.md +83 -0
- package/bin/skills/lakehouse-doc/references/getting_started_with_vcluster_for_processing_analytics.md +471 -0
- package/bin/skills/lakehouse-doc/references/grant-to-share.md +55 -0
- package/bin/skills/lakehouse-doc/references/grant-user-privileges.md +100 -0
- package/bin/skills/lakehouse-doc/references/groupby.md +1260 -0
- package/bin/skills/lakehouse-doc/references/guides-overview-connecting.md +46 -0
- package/bin/skills/lakehouse-doc/references/ide.md +2 -0
- package/bin/skills/lakehouse-doc/references/ifnull.md +72 -0
- package/bin/skills/lakehouse-doc/references/ilike.md +89 -0
- package/bin/skills/lakehouse-doc/references/import_data_with_data-integration.md +3 -0
- package/bin/skills/lakehouse-doc/references/importdatabypythonintoLakehouse.md +134 -0
- package/bin/skills/lakehouse-doc/references/index2.md +1 -0
- package/bin/skills/lakehouse-doc/references/instance-informaiton-schema-summary.md +51 -0
- package/bin/skills/lakehouse-doc/references/instance-informaiton-schema.md +278 -0
- package/bin/skills/lakehouse-doc/references/instance-information_schema.md +1 -0
- package/bin/skills/lakehouse-doc/references/internal_volume.md +271 -0
- package/bin/skills/lakehouse-doc/references/intro-supported-features.md +48 -0
- package/bin/skills/lakehouse-doc/references/inverted-index.md +445 -0
- package/bin/skills/lakehouse-doc/references/inverted_idx_bm25_param.md +251 -0
- package/bin/skills/lakehouse-doc/references/inverted_idx_multi-match.md +89 -0
- package/bin/skills/lakehouse-doc/references/is-null.md +59 -0
- package/bin/skills/lakehouse-doc/references/it-operation-management.md +1 -0
- package/bin/skills/lakehouse-doc/references/java_reference/client.md +49 -0
- package/bin/skills/lakehouse-doc/references/java_reference/java-sdk-release-notes.md +32 -0
- package/bin/skills/lakehouse-doc/references/java_reference/java-sdk-summary.md +138 -0
- package/bin/skills/lakehouse-doc/references/java_reference/jdbc.md +211 -0
- package/bin/skills/lakehouse-doc/references/java_reference/realtime-upload.md +295 -0
- package/bin/skills/lakehouse-doc/references/jdbc_task.md +37 -0
- package/bin/skills/lakehouse-doc/references/job-manage.md +1 -0
- package/bin/skills/lakehouse-doc/references/job_history_analysis_with_information_schema.md +597 -0
- package/bin/skills/lakehouse-doc/references/jobprofile-bestpractices.md +104 -0
- package/bin/skills/lakehouse-doc/references/json_analyze.md +422 -0
- package/bin/skills/lakehouse-doc/references/json_data_process_guide.md +881 -0
- package/bin/skills/lakehouse-doc/references/json_guide_for_complex_biz_cases.md +1899 -0
- package/bin/skills/lakehouse-doc/references/kafka-external-table.md +103 -0
- package/bin/skills/lakehouse-doc/references/lakehouse-ai.md +1 -0
- package/bin/skills/lakehouse-doc/references/lakehouse-quick-experience_guide.md +964 -0
- package/bin/skills/lakehouse-doc/references/lakehouse-table-stream-best-practices.md +500 -0
- package/bin/skills/lakehouse-doc/references/lakehouse_billing_anomaly_alert_configuration_guide.md +226 -0
- package/bin/skills/lakehouse-doc/references/lakehouse_instance_overview.md +39 -0
- package/bin/skills/lakehouse-doc/references/lakehouse_table_design_guide.md +2676 -0
- package/bin/skills/lakehouse-doc/references/langchain.md +71 -0
- package/bin/skills/lakehouse-doc/references/langchain_basic_samples.md +606 -0
- package/bin/skills/lakehouse-doc/references/langchain_integration.md +1 -0
- package/bin/skills/lakehouse-doc/references/left.md +51 -0
- package/bin/skills/lakehouse-doc/references/like.md +115 -0
- package/bin/skills/lakehouse-doc/references/list-partition.md +121 -0
- package/bin/skills/lakehouse-doc/references/llama-index.md +57 -0
- package/bin/skills/lakehouse-doc/references/llms-full.txt +1286 -0
- package/bin/skills/lakehouse-doc/references/llms.txt +71 -0
- package/bin/skills/lakehouse-doc/references/load-data-local.md +82 -0
- package/bin/skills/lakehouse-doc/references/load-data-oss.md +174 -0
- package/bin/skills/lakehouse-doc/references/management.md +5 -0
- package/bin/skills/lakehouse-doc/references/managing-instance.md +67 -0
- package/bin/skills/lakehouse-doc/references/mapjoin.md +62 -0
- package/bin/skills/lakehouse-doc/references/materialized_ddl.md +1 -0
- package/bin/skills/lakehouse-doc/references/meta-objects-and-privileges.md +271 -0
- package/bin/skills/lakehouse-doc/references/metabase.md +73 -0
- package/bin/skills/lakehouse-doc/references/metadata_show_desc_command_guide.md +711 -0
- package/bin/skills/lakehouse-doc/references/metrics_answer_build.md +46 -0
- package/bin/skills/lakehouse-doc/references/mindsdb.md +269 -0
- package/bin/skills/lakehouse-doc/references/monitoring_and_alerting.md +177 -0
- package/bin/skills/lakehouse-doc/references/monitoring_item_specification.md +44 -0
- package/bin/skills/lakehouse-doc/references/multi_cloud_instance_manage_with_mcp_server.md +281 -0
- package/bin/skills/lakehouse-doc/references/multitable_batch_sync.md +463 -0
- package/bin/skills/lakehouse-doc/references/multitable_realtime_sync.md +412 -0
- package/bin/skills/lakehouse-doc/references/multitable_realtime_sync_sop.md +593 -0
- package/bin/skills/lakehouse-doc/references/n8n_Integreated_with_lakehouse_mcp_server.md +494 -0
- package/bin/skills/lakehouse-doc/references/navicat-mysql.md +65 -0
- package/bin/skills/lakehouse-doc/references/network_policy.md +281 -0
- package/bin/skills/lakehouse-doc/references/nyc_green_taxi_data_clean_transform_with_mcp_server.md +315 -0
- package/bin/skills/lakehouse-doc/references/object-model-overview.md +70 -0
- package/bin/skills/lakehouse-doc/references/object_identifier.md +259 -0
- package/bin/skills/lakehouse-doc/references/object_model_design.md +1 -0
- package/bin/skills/lakehouse-doc/references/opensource/travel.md +134 -0
- package/bin/skills/lakehouse-doc/references/operation-maintenance.md +172 -0
- package/bin/skills/lakehouse-doc/references/oss_volume_creation.md +39 -0
- package/bin/skills/lakehouse-doc/references/partition_table.md +344 -0
- package/bin/skills/lakehouse-doc/references/partition_table_guide.md +340 -0
- package/bin/skills/lakehouse-doc/references/performance_optimization.md +1 -0
- package/bin/skills/lakehouse-doc/references/performence_test.md +1 -0
- package/bin/skills/lakehouse-doc/references/permissions-of-built-in-workspace-level-roles.md +131 -0
- package/bin/skills/lakehouse-doc/references/pipe-kafka-bestpractice-1.md +431 -0
- package/bin/skills/lakehouse-doc/references/pipe-kafka-table-stream.md +180 -0
- package/bin/skills/lakehouse-doc/references/pipe-kafka.md +210 -0
- package/bin/skills/lakehouse-doc/references/pipe-storage-object.md +247 -0
- package/bin/skills/lakehouse-doc/references/pipe-summary.md +114 -0
- package/bin/skills/lakehouse-doc/references/pipe-syntax.md +200 -0
- package/bin/skills/lakehouse-doc/references/practice_data_analysis.md +1 -0
- package/bin/skills/lakehouse-doc/references/practice_data_import_and_export.md +1 -0
- package/bin/skills/lakehouse-doc/references/practice_python_task.md +157 -0
- package/bin/skills/lakehouse-doc/references/pricing.md +225 -0
- package/bin/skills/lakehouse-doc/references/primary key.md +86 -0
- package/bin/skills/lakehouse-doc/references/primary-key.md +187 -0
- package/bin/skills/lakehouse-doc/references/privacy-policy.md +364 -0
- package/bin/skills/lakehouse-doc/references/private-link-general.md +68 -0
- package/bin/skills/lakehouse-doc/references/private_link.md +1 -0
- package/bin/skills/lakehouse-doc/references/product-trial-agreement.md +99 -0
- package/bin/skills/lakehouse-doc/references/product_concept.md +1 -0
- package/bin/skills/lakehouse-doc/references/put-get.md +1 -0
- package/bin/skills/lakehouse-doc/references/put_get_volume.md +3 -0
- package/bin/skills/lakehouse-doc/references/python-igs.md +297 -0
- package/bin/skills/lakehouse-doc/references/python_package_install_import_guide.md +53 -0
- package/bin/skills/lakehouse-doc/references/python_reference/connector.md +281 -0
- package/bin/skills/lakehouse-doc/references/python_reference/python-sdk-summary.md +13 -0
- package/bin/skills/lakehouse-doc/references/python_reference/sqlalchemy.md +77 -0
- package/bin/skills/lakehouse-doc/references/python_shell_datasource.md +334 -0
- package/bin/skills/lakehouse-doc/references/query-json-sy.md +47 -0
- package/bin/skills/lakehouse-doc/references/query-syntax.md +234 -0
- package/bin/skills/lakehouse-doc/references/quick_start_batch_sync_data.md +116 -0
- package/bin/skills/lakehouse-doc/references/quick_start_bi_analysis.md +589 -0
- package/bin/skills/lakehouse-doc/references/quick_start_create_workspace.md +58 -0
- package/bin/skills/lakehouse-doc/references/quick_start_data_quality.md +75 -0
- package/bin/skills/lakehouse-doc/references/quick_start_etl.md +131 -0
- package/bin/skills/lakehouse-doc/references/quick_start_monitoring_and_alerting.md +93 -0
- package/bin/skills/lakehouse-doc/references/quick_start_sql_query.md +93 -0
- package/bin/skills/lakehouse-doc/references/quick_start_upload_data.md +69 -0
- package/bin/skills/lakehouse-doc/references/quick_start_user_management.md +73 -0
- package/bin/skills/lakehouse-doc/references/quick_start_workspace.md +72 -0
- package/bin/skills/lakehouse-doc/references/quick_start_workspace_user.md +67 -0
- package/bin/skills/lakehouse-doc/references/quickstart_datashare_between_companies.md +249 -0
- package/bin/skills/lakehouse-doc/references/quickstart_envirment_for_team.md +271 -0
- package/bin/skills/lakehouse-doc/references/quickstart_local_csv.md +99 -0
- package/bin/skills/lakehouse-doc/references/realtime_sync.md +36 -0
- package/bin/skills/lakehouse-doc/references/realtime_sync_and_analysis_practice.md +187 -0
- package/bin/skills/lakehouse-doc/references/realtimesync_m.md +190 -0
- package/bin/skills/lakehouse-doc/references/refresh-history.md +63 -0
- package/bin/skills/lakehouse-doc/references/regexp-statement.md +80 -0
- package/bin/skills/lakehouse-doc/references/releasenotes.md +1 -0
- package/bin/skills/lakehouse-doc/references/releasenotesupdata.md +1 -0
- package/bin/skills/lakehouse-doc/references/remove-volume.md +32 -0
- package/bin/skills/lakehouse-doc/references/restore-dynamic-table.md +126 -0
- package/bin/skills/lakehouse-doc/references/restore.md +127 -0
- package/bin/skills/lakehouse-doc/references/result_cache.md +102 -0
- package/bin/skills/lakehouse-doc/references/revoke-from-share.md +48 -0
- package/bin/skills/lakehouse-doc/references/revoke-user-privileges.md +91 -0
- package/bin/skills/lakehouse-doc/references/right.md +84 -0
- package/bin/skills/lakehouse-doc/references/rlike.md +78 -0
- package/bin/skills/lakehouse-doc/references/rn_2024_11_12.md +63 -0
- package/bin/skills/lakehouse-doc/references/role-privlilige-manage.md +1 -0
- package/bin/skills/lakehouse-doc/references/roles.md +123 -0
- package/bin/skills/lakehouse-doc/references/rom_lakehouse_to_volume.md +1 -0
- package/bin/skills/lakehouse-doc/references/s3_volume_creation.md +37 -0
- package/bin/skills/lakehouse-doc/references/sample-data-using.md +768 -0
- package/bin/skills/lakehouse-doc/references/security_compliance_audit_guide.md +1 -0
- package/bin/skills/lakehouse-doc/references/security_overview.md +41 -0
- package/bin/skills/lakehouse-doc/references/select-catalog-table.md +26 -0
- package/bin/skills/lakehouse-doc/references/semantic_view.md +711 -0
- package/bin/skills/lakehouse-doc/references/setup.md +33 -0
- package/bin/skills/lakehouse-doc/references/share-ddl.md +1 -0
- package/bin/skills/lakehouse-doc/references/show-cached-status.md +34 -0
- package/bin/skills/lakehouse-doc/references/show-catalog-schema.md +48 -0
- package/bin/skills/lakehouse-doc/references/show-catalog-table.md +22 -0
- package/bin/skills/lakehouse-doc/references/show-catalog.md +26 -0
- package/bin/skills/lakehouse-doc/references/show-columns.md +75 -0
- package/bin/skills/lakehouse-doc/references/show-create-dynamic-table.md +44 -0
- package/bin/skills/lakehouse-doc/references/show-create-external-table.md +45 -0
- package/bin/skills/lakehouse-doc/references/show-create-materialized-view.md +43 -0
- package/bin/skills/lakehouse-doc/references/show-create-table.md +107 -0
- package/bin/skills/lakehouse-doc/references/show-dynamic-table.md +68 -0
- package/bin/skills/lakehouse-doc/references/show-external-schemas.md +35 -0
- package/bin/skills/lakehouse-doc/references/show-external-table.md +38 -0
- package/bin/skills/lakehouse-doc/references/show-finctions.md +25 -0
- package/bin/skills/lakehouse-doc/references/show-functions.md +44 -0
- package/bin/skills/lakehouse-doc/references/show-grants-user.md +41 -0
- package/bin/skills/lakehouse-doc/references/show-jobs.md +48 -0
- package/bin/skills/lakehouse-doc/references/show-materialized-view.md +42 -0
- package/bin/skills/lakehouse-doc/references/show-schemas.md +41 -0
- package/bin/skills/lakehouse-doc/references/show-shares.md +94 -0
- package/bin/skills/lakehouse-doc/references/show-synonyms.md +29 -0
- package/bin/skills/lakehouse-doc/references/show-table-streams.md +53 -0
- package/bin/skills/lakehouse-doc/references/show-tables-history.md +91 -0
- package/bin/skills/lakehouse-doc/references/show-tables.md +50 -0
- package/bin/skills/lakehouse-doc/references/show-users.md +46 -0
- package/bin/skills/lakehouse-doc/references/show-vclusters.md +59 -0
- package/bin/skills/lakehouse-doc/references/show-views.md +31 -0
- package/bin/skills/lakehouse-doc/references/show-volume.md +57 -0
- package/bin/skills/lakehouse-doc/references/show.md +168 -0
- package/bin/skills/lakehouse-doc/references/simpletosimple_bazhuayu_datagpt.md +152 -0
- package/bin/skills/lakehouse-doc/references/small_file_optimization.md +101 -0
- package/bin/skills/lakehouse-doc/references/spark-connector-summary.md +329 -0
- package/bin/skills/lakehouse-doc/references/spark-connector-use.md +233 -0
- package/bin/skills/lakehouse-doc/references/sql-parmaters.md +594 -0
- package/bin/skills/lakehouse-doc/references/sql-qualify.md +236 -0
- package/bin/skills/lakehouse-doc/references/sql-reference.md +1 -0
- package/bin/skills/lakehouse-doc/references/sql_data_transfom_NestedDataTypes.md +451 -0
- package/bin/skills/lakehouse-doc/references/sql_data_transform.md +1 -0
- package/bin/skills/lakehouse-doc/references/sql_data_transform_basic.md +576 -0
- package/bin/skills/lakehouse-doc/references/sql_data_transform_cte.md +177 -0
- package/bin/skills/lakehouse-doc/references/sql_data_transform_tips.md +407 -0
- package/bin/skills/lakehouse-doc/references/sql_data_transform_windows.md +430 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/any_value.md +64 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/approx_count_distinct.md +45 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/approx_histogram.md +56 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/approx_percentile.md +65 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/approx_top_k.md +62 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/avg.md +68 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/bit_and.md +81 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/bit_or.md +78 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/bit_xor.md +79 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/bool_and.md +85 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/bool_or.md +86 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/collect_list.md +95 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/collect_list_on_array.md +64 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/collect_set.md +85 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/collect_set_on_array.md +80 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/corr.md +103 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/count.md +96 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/count_distinct.md +96 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/count_if.md +62 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/covar_pop.md +89 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/covar_samp.md +113 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/first_value.md +122 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap.md +42 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap_and.md +46 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap_and_state.md +47 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap_merge.md +37 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap_merge_state.md +29 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap_or.md +44 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap_or_state.md +64 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap_state.md +27 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap_xor.md +45 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_bitmap_xor_state.md +99 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/group_concat.md +53 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/last_value.md +100 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/map_agg.md +79 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/max.md +102 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/max_by.md +67 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/median.md +60 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/min.md +89 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/min_by.md +99 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/percentile.md +69 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/percentile_approx.md +33 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/percentile_rank.md +36 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/std.md +47 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/stddev.md +68 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/stddev_pop.md +67 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/stddev_samp.md +67 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/sum.md +67 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/var_pop.md +65 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/var_samp.md +65 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/variance.md +47 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/aggregate_functions/wm_concat.md +79 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/context_functions/current_instance_id.md +16 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/context_functions/current_schema.md +29 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/context_functions/current_session_id.md +30 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/context_functions/current_user.md +29 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/context_functions/current_user_id.md +21 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/context_functions/current_vcluster.md +40 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/context_functions/current_workspace.md +19 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/context_functions/current_workspace_id.md +24 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/binary_to_bitmap.md +29 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_and.md +39 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_and_cardinality.md +48 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_andnot.md +61 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_andnot_cardinality.md +60 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_build.md +58 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_cardinality.md +43 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_contains.md +50 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_count.md +45 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_empty.md +52 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_has_all.md +49 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_has_any.md +65 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_hash.md +52 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_max.md +26 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_min.md +33 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_or.md +61 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_or_cardinality.md +27 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_remove.md +42 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_subset_in_range.md +60 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_subset_limit.md +36 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_to_array.md +24 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_to_binary.md +28 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_to_string.md +41 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_transform.md +42 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_xor.md +59 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/bitmap_xor_cardinality.md +30 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/string_to_bitmap.md +56 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/sub_bitmap.md +34 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitmap_functions/to_bitmap.md +78 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitwise_functions/bit_count.md +43 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/bitwise_functions/bitnot.md +34 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/assert_true.md +44 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/between.md +52 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/case_when.md +99 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/coalesce.md +51 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/decode.md +45 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/if.md +56 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/in.md +33 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/is_false.md +63 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/is_not_null.md +40 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/is_null.md +44 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/is_true.md +63 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/multiif.md +54 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/nvl.md +39 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/conditional_functions/raise_error.md +52 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/add_days.md +65 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/add_months.md +38 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/add_years.md +61 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/adddate.md +53 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/convert_timezone.md +46 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/current_date.md +56 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/current_timestamp.md +46 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/date.md +42 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/date_add.md +35 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/date_format.md +48 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/date_format_mysql.md +58 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/date_format_pg.md +54 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/date_sub.md +58 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/date_trunc.md +61 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/dateadd.md +60 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/datediff.md +50 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/datetime_patterns.md +61 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/day.md +53 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/dayofmonth.md +36 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/dayofweek.md +31 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/dayofweek_iso.md +56 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/dayofyear.md +40 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/days.md +21 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/extract.md +49 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/from_unixtime.md +43 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/from_utc_timestamp.md +45 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/hour.md +49 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/hours.md +21 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/last_day.md +35 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/localtimestamp.md +19 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/makde_date.md +20 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/make_date.md +20 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/make_dt_interval.md +66 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/make_ym_interval.md +53 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/minute.md +49 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/month.md +39 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/months.md +21 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/months_between.md +18 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/next_day.md +16 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/now.md +53 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/quarter.md +52 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/second.md +34 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/str_to_date_mysql.md +42 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/sub_days.md +66 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/timestamp_micros.md +34 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/timestamp_millis.md +54 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/timestamp_seconds.md +62 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/timestampadd.md +59 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/timestampdiff.md +78 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/to_date.md +43 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/to_start_of_interval.md +25 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/to_timestamp.md +66 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/to_timestamp_ntz.md +52 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/to_unix_timestamp.md +59 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/to_unix_timestamp_ms.md +45 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/to_unix_timestamp_us.md +40 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/to_utc_timestamp.md +62 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/toyyyymmdd.md +69 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/trunc.md +38 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/unix_timestamp.md +96 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/week.md +31 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/weekday.md +51 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/weekofyear.md +29 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/year.md +46 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/yearofweek.md +64 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/datetime_functions/years.md +21 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/geo_functions/st_geohash.md +34 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/geo_functions/st_latfromgeohash.md +59 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/geo_functions/st_longfromgeohash.md +53 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/hash_functions/bucket.md +33 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/hash_functions/general_hash.md +49 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/hash_functions/hash_combine.md +37 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/hash_functions/hash_combine_commutative.md +54 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/hash_functions/murmurhash.md +36 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/array_sort_by_key.md +42 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/element_at.md +59 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/exists.md +48 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/filter.md +37 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/forall.md +68 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/high_order_functions.md +34 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/map_filter.md +25 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/map_zip_with.md +46 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/transform.md +48 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/transform_keys.md +48 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/transform_values.md +36 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/high_order_functions/zip_with.md +38 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/ip_functions/get_ip_info.md +199 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/ip_functions/ipv4_num_to_string.md +29 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/ip_functions/ipv4_string_to_num.md +34 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/ip_functions/ipv6_num_to_string.md +35 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/ip_functions/ipv6_string_to_num.md +46 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/ip_functions/is_ip_address_in_range.md +42 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/from_json.md +86 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/get_json_object.md +83 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_array.md +30 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_contains.md +86 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_extract.md +64 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_minify.md +28 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_normalize.md +36 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_object.md +37 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_parse.md +59 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_remove.md +36 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_type.md +44 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/json_valid.md +46 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/schema_of_json.md +79 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/json_functions/to_json.md +68 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/abs.md +46 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/acos.md +30 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/acosh.md +39 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/asin.md +39 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/asinh.md +46 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/atan.md +27 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/atan2.md +43 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/atanh.md +24 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/bround.md +43 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/cbrt.md +56 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/ceil.md +45 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/ceilling.md +47 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/cos.md +41 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/cosh.md +41 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/cot.md +49 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/csc.md +34 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/degrees.md +42 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/div.md +28 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/e.md +34 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/exp.md +32 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/exp2.md +36 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/expm1.md +54 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/floor.md +41 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/greatest.md +36 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/hypot.md +37 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/isnan.md +27 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/least.md +38 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/ln.md +57 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/log.md +39 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/log10.md +47 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/log1p.md +48 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/log2.md +28 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/median.md +25 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/mod.md +35 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/monotonically_increasing_id.md +81 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/negative.md +15 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/operators.md +427 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/pi.md +41 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/pmod.md +31 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/positive.md +15 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/pow.md +39 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/radians.md +30 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/rand.md +39 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/randn.md +26 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/random.md +67 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/round.md +48 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/shiftleft.md +67 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/shiftright.md +70 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/shiftrightunsigned.md +70 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/sign.md +46 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/sin.md +67 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/sinh.md +46 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/sqrt.md +40 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/tan.md +42 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/math_functions/tanh.md +38 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array.md +46 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_append.md +26 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_compact.md +29 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_contains.md +38 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_distinct.md +43 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_except.md +35 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_intersect.md +39 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_join.md +51 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_max.md +57 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_min.md +60 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_position.md +50 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_prepend.md +26 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_remove.md +34 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_repeat.md +51 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_size.md +32 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_sort.md +46 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_sort_reverse.md +31 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/array_union.md +36 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/arrays_overlap.md +41 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/arrays_zip.md +50 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/cardinality.md +45 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/concat.md +49 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/concat_ws.md +73 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/element_at.md +34 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/flatten.md +62 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map.md +44 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map_concat.md +38 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map_contains_key.md +34 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map_entries.md +44 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map_equal.md +33 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map_except.md +34 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map_from_arrays.md +28 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map_from_entries.md +52 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map_keys.md +37 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/map_values.md +46 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/multimap_from_entries.md +47 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/named_struct.md +55 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/sequence.md +35 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/size.md +34 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/slice.md +43 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/sort_array.md +22 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/struct.md +35 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/struct_insert.md +54 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/struct_update.md +42 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/nested_functions/trans_array.md +147 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/partition/max_pt.md +41 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/search_functions/match_all.md +56 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/search_functions/match_any.md +50 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/search_functions/match_phrase.md +65 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/search_functions/match_phrase_prefix.md +36 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/search_functions/match_regexp.md +30 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/search_functions/tokenize.md +57 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/aes_decrypt.md +40 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/aes_decrypt_mysql.md +30 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/aes_encrypt.md +34 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/aes_encrypt_mysql.md +53 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/ascii.md +36 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/base64.md +27 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/binary.md +46 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/btrim.md +38 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/char.md +55 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/char_length.md +52 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/character_length.md +52 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/chr.md +26 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/collation_sort_key.md +58 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/concat.md +75 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/concat_ws.md +72 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/contains.md +31 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/conv.md +50 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/endswith.md +70 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/find_in_set.md +19 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/format_string.md +53 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/hex.md +45 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/instr.md +41 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/is_ascii.md +27 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/is_utf8.md +27 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/lcase.md +45 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/left.md +35 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/length.md +33 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/lengthb.md +49 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/like.md +63 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/locate.md +42 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/lower.md +61 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/lpad.md +45 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/ltrim.md +48 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/mask.md +37 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/md5.md +71 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/octet_length.md +47 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/parse_url.md +78 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/position.md +35 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/regexp_count.md +115 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/regexp_extract.md +37 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/regexp_extract_all.md +31 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/regexp_instr.md +152 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/regexp_replace.md +34 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/repeat.md +44 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/replace.md +37 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/reverse.md +70 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/right.md +34 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/rlike.md +64 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/rpad.md +53 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/rtrim.md +37 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/sha1.md +67 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/space.md +34 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/split.md +61 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/split_part.md +42 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/startswith.md +70 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/str_to_map.md +60 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/strpos.md +60 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/substr.md +43 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/substring.md +53 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/substring_index.md +46 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/translate.md +43 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/trim.md +54 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/typeof.md +54 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/ucase.md +46 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/unbase64.md +54 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/unhex.md +46 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/upper.md +51 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/url_decode.md +32 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/url_encode.md +33 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/string_functions/uuid.md +33 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/binary_quantize.md +51 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/cosine_distance.md +53 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/dot_product.md +54 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/hamming_distance.md +57 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/jaccard_distance.md +55 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/l2_distance.md +53 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/l2_norm.md +52 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/l2_normalize.md +54 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/print_vector_bits.md +56 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/vector.md +70 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/scalar_functions/vector_functions/vector_add_scalar.md +57 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/table_functions/explode.md +71 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/table_functions/inline.md +48 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/table_functions/json_tuple.md +44 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/table_functions/load_history.md +17 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/table_functions/posexplode.md +89 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/table_functions/read_kafka.md +85 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/table_functions/stack.md +69 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/table_functions/table_changes.md +136 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/table_functions/unnset.md +106 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/avg.md +91 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/count.md +88 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/cume_dist.md +104 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/dense_rank.md +119 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/first.md +159 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/first_value.md +133 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/lag.md +72 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/last.md +166 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/last_value.md +160 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/lead.md +49 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/max.md +167 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/min.md +138 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/nth_value.md +58 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/ntile.md +57 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/percent_rank.md +58 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/rank.md +139 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/row_number.md +141 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/sum.md +105 -0
- package/bin/skills/lakehouse-doc/references/sql_functions/window_functions/window_clause.md +91 -0
- package/bin/skills/lakehouse-doc/references/sql_practice.md +1 -0
- package/bin/skills/lakehouse-doc/references/sql_rfm.md +181 -0
- package/bin/skills/lakehouse-doc/references/sqlalchemy.md +82 -0
- package/bin/skills/lakehouse-doc/references/ssb-benchmark.md +224 -0
- package/bin/skills/lakehouse-doc/references/sso-configuration.md +157 -0
- package/bin/skills/lakehouse-doc/references/storage_encryption.md +81 -0
- package/bin/skills/lakehouse-doc/references/streaming_data_pipeline_overview.md +20 -0
- package/bin/skills/lakehouse-doc/references/streaming_data_pipeline_overview1.md +1 -0
- package/bin/skills/lakehouse-doc/references/streaming_pipeline_with_dynamic_table.md +66 -0
- package/bin/skills/lakehouse-doc/references/structure_data_analysis.md +229 -0
- package/bin/skills/lakehouse-doc/references/studio_manual.md +1 -0
- package/bin/skills/lakehouse-doc/references/studio_overview.md +71 -0
- package/bin/skills/lakehouse-doc/references/synonym.md +139 -0
- package/bin/skills/lakehouse-doc/references/table-stream-title.md +1 -0
- package/bin/skills/lakehouse-doc/references/table-stream.md +1 -0
- package/bin/skills/lakehouse-doc/references/table-summary.md +1 -0
- package/bin/skills/lakehouse-doc/references/table_funciotn.md +1 -0
- package/bin/skills/lakehouse-doc/references/table_stream.md +118 -0
- package/bin/skills/lakehouse-doc/references/tablesample.md +474 -0
- package/bin/skills/lakehouse-doc/references/tablestream_summary.md +515 -0
- package/bin/skills/lakehouse-doc/references/task-instance-maintenance.md +207 -0
- package/bin/skills/lakehouse-doc/references/task_development.md +56 -0
- package/bin/skills/lakehouse-doc/references/task_group.md +151 -0
- package/bin/skills/lakehouse-doc/references/task_param.md +978 -0
- package/bin/skills/lakehouse-doc/references/task_scheduling.md +1 -0
- package/bin/skills/lakehouse-doc/references/task_scheduling_dependency.md +74 -0
- package/bin/skills/lakehouse-doc/references/taskdevelop.md +268 -0
- package/bin/skills/lakehouse-doc/references/tencentcloud_arn_and_externalid.md +29 -0
- package/bin/skills/lakehouse-doc/references/time-function.md +67 -0
- package/bin/skills/lakehouse-doc/references/timetravel-summary.md +47 -0
- package/bin/skills/lakehouse-doc/references/tools_AI.md +1 -0
- package/bin/skills/lakehouse-doc/references/tools_BI.md +1 -0
- package/bin/skills/lakehouse-doc/references/tpcds-benchmark.md +754 -0
- package/bin/skills/lakehouse-doc/references/tpch-benchmark.md +887 -0
- package/bin/skills/lakehouse-doc/references/transformt-dt.md +291 -0
- package/bin/skills/lakehouse-doc/references/trial-account-quotas-and-limits.md +81 -0
- package/bin/skills/lakehouse-doc/references/tutorial_DataGPT.md +1 -0
- package/bin/skills/lakehouse-doc/references/tutorial_connect_to_lakehouse.md +1 -0
- package/bin/skills/lakehouse-doc/references/tutorial_data_transformation.md +1 -0
- package/bin/skills/lakehouse-doc/references/tutorial_migration.md +1 -0
- package/bin/skills/lakehouse-doc/references/tutorial_virtual_cluster.md +1 -0
- package/bin/skills/lakehouse-doc/references/tutorial_work_with_workspace.md +1 -0
- package/bin/skills/lakehouse-doc/references/tutorial_zettapark.md +1 -0
- package/bin/skills/lakehouse-doc/references/tutorials-streaming-data-pipeline-with_dynamic-table.md +124 -0
- package/bin/skills/lakehouse-doc/references/undrop-dynamic-table.md +79 -0
- package/bin/skills/lakehouse-doc/references/undrop-materialized-view.md +80 -0
- package/bin/skills/lakehouse-doc/references/unifiedWorkflow.md +1 -0
- package/bin/skills/lakehouse-doc/references/unloa-data-summary.md +17 -0
- package/bin/skills/lakehouse-doc/references/unload-data-local.md +72 -0
- package/bin/skills/lakehouse-doc/references/unstructure_data_analysis.md +1 -0
- package/bin/skills/lakehouse-doc/references/unstructured_etl_pipeline_notebook.md +12 -0
- package/bin/skills/lakehouse-doc/references/unstructured_etl_pipeline_user_guide.md +949 -0
- package/bin/skills/lakehouse-doc/references/unstructured_etl_python_api.md +896 -0
- package/bin/skills/lakehouse-doc/references/upload-data.md +1 -0
- package/bin/skills/lakehouse-doc/references/upload_data.md +123 -0
- package/bin/skills/lakehouse-doc/references/use-dbt-dev.md +441 -0
- package/bin/skills/lakehouse-doc/references/use-external-schema.md +42 -0
- package/bin/skills/lakehouse-doc/references/use-java-sdk-releatime-uploaddata.md +168 -0
- package/bin/skills/lakehouse-doc/references/use-java-sdk-upload-dta-local.md +140 -0
- package/bin/skills/lakehouse-doc/references/use-mysql-client.md +189 -0
- package/bin/skills/lakehouse-doc/references/use-python-sdk-upload-data.md +99 -0
- package/bin/skills/lakehouse-doc/references/use-schema.md +49 -0
- package/bin/skills/lakehouse-doc/references/use-vcluster.md +38 -0
- package/bin/skills/lakehouse-doc/references/user-aggrement.md +229 -0
- package/bin/skills/lakehouse-doc/references/user-external-funciton.md +1 -0
- package/bin/skills/lakehouse-doc/references/user-identification.md +58 -0
- package/bin/skills/lakehouse-doc/references/user_permission_grand_guide.md +322 -0
- package/bin/skills/lakehouse-doc/references/using-google-authenticator.md +48 -0
- package/bin/skills/lakehouse-doc/references/using-udf-in-dynamic-table.md +162 -0
- package/bin/skills/lakehouse-doc/references/using_mcp_solute_data_pipeline_issue.md +343 -0
- package/bin/skills/lakehouse-doc/references/uuid.md +47 -0
- package/bin/skills/lakehouse-doc/references/validate_schema_evolution.md +167 -0
- package/bin/skills/lakehouse-doc/references/vc-job.md +1 -0
- package/bin/skills/lakehouse-doc/references/vc_cache.md +71 -0
- package/bin/skills/lakehouse-doc/references/vcluster_size_description.md +98 -0
- package/bin/skills/lakehouse-doc/references/vector-search.md +144 -0
- package/bin/skills/lakehouse-doc/references/vector-type.md +52 -0
- package/bin/skills/lakehouse-doc/references/vector_data_process_guide.md +952 -0
- package/bin/skills/lakehouse-doc/references/vector_search_ai.md +423 -0
- package/bin/skills/lakehouse-doc/references/version-update.md +21 -0
- package/bin/skills/lakehouse-doc/references/virtual-cluster.md +221 -0
- package/bin/skills/lakehouse-doc/references/volume_best_practices.md +1141 -0
- package/bin/skills/lakehouse-doc/references/web-job-history.md +163 -0
- package/bin/skills/lakehouse-doc/references/what_is_clickzetta_lakehouse.md +92 -0
- package/bin/skills/lakehouse-doc/references/window-function-summary.md +134 -0
- package/bin/skills/lakehouse-doc/references/windowframe.md +139 -0
- package/bin/skills/lakehouse-doc/references/working_with_Vclusters.md +171 -0
- package/bin/skills/lakehouse-doc/references/working_with_cache.md +102 -0
- package/bin/skills/lakehouse-doc/references/worksapce-informaiton_schema-views.md +207 -0
- package/bin/skills/lakehouse-doc/references/worksheet.md +15 -0
- package/bin/skills/lakehouse-doc/references/workspace-introduction.md +41 -0
- package/bin/skills/lakehouse-doc/references/worskapce-infroamtionschema-summary.md +56 -0
- package/package.json +13 -0
|
@@ -0,0 +1,1279 @@
|
|
|
1
|
+
## 快速入门
|
|
2
|
+
* [概览](Overview.md)
|
|
3
|
+
* [开始之前](setup.md)
|
|
4
|
+
* [开通使用](LoggingIn.md)
|
|
5
|
+
* [云服务和地域](Supported_Cloud_Platforms.md)
|
|
6
|
+
* [定价和计费](pricing.md)
|
|
7
|
+
* [试用账号配额与限制说明](trial-account-quotas-and-limits.md)
|
|
8
|
+
* [产品概念](Concepts.md)
|
|
9
|
+
* [产品简介](what_is_clickzetta_lakehouse.md)
|
|
10
|
+
* [基本概念](Key_Concepts.md)
|
|
11
|
+
* [入门指导](Tutorials.md)
|
|
12
|
+
* [Lakehouse 快速入门体验](lakehouse-quick-experience_guide.md)
|
|
13
|
+
* [Lakehouse Studio 快速导览](LakehouseStudioTour.md)
|
|
14
|
+
* [Lakehouse Studio 入门指南](Lakehouse_Studio_101.md)
|
|
15
|
+
* [入门指南:如何快速新增和管理用户](quick_start_user_management.md)
|
|
16
|
+
* [入门指南:如何快速新建和使用工作空间](quick_start_create_workspace.md)
|
|
17
|
+
* [入门指南:如何快速管理工作空间下的用户](quick_start_workspace_user.md)
|
|
18
|
+
* [入门指南:如何快速运行一条SQL](quick_start_sql_query.md)
|
|
19
|
+
* [入门指南:如何快速上传导入本地数据](quick_start_upload_data.md)
|
|
20
|
+
* [入门指南:如何快速创建同步任务来导入数据](quick_start_batch_sync_data.md)
|
|
21
|
+
* [入门指南:如何快速配置编排和周期调度ETL流程](quick_start_etl.md)
|
|
22
|
+
* [入门指南:如何快速配置和使用数据质量规则](quick_start_data_quality.md)
|
|
23
|
+
* [入门指南:如何快速配置和使用监控告警规则](quick_start_monitoring_and_alerting.md)
|
|
24
|
+
* [Lakehouse DataGPT 快速导览](LakehouseDataGPTTour.md)
|
|
25
|
+
* [使用DataGPT进行对话式AI数据分析](tutorial_DataGPT.md)
|
|
26
|
+
* [基于八爪鱼和云器DataGPT,实现至简的网页数据获取与对话式数据分析](simpletosimple_bazhuayu_datagpt.md)
|
|
27
|
+
* [通过TPCH样例数据和样例代码体验引擎性能](get-started-with-sample-data.md)
|
|
28
|
+
* [基于BI分析场景学习产品功能使用](quick_start_bi_analysis.md)
|
|
29
|
+
* [基于工作空间进行团队协作](tutorial_work_with_workspace.md)
|
|
30
|
+
* [使用工作空间构建数据开发环境](quick_start_workspace.md)
|
|
31
|
+
* [快速搭建团队使用的数据开发环境](quickstart_envirment_for_team.md)
|
|
32
|
+
* [如何连接到Lakehouse](tutorial_connect_to_lakehouse.md)
|
|
33
|
+
* [概述](guides-overview-connecting.md)
|
|
34
|
+
* [JDBC驱动](JDBC-Driver.md)
|
|
35
|
+
* [使用命令行客户端连接](connect-with-cli.md)
|
|
36
|
+
* [使用MySQL协议连接](use-mysql-client.md)
|
|
37
|
+
* [使用SQLAlchemy连接](sqlalchemy.md)
|
|
38
|
+
* [使用生态工具连接](ecosystem-all.md)
|
|
39
|
+
* [相关下载](Lakehouse-client-repository.md)
|
|
40
|
+
* [数据采集](tutorial_data_ingestion.md)
|
|
41
|
+
* [将数据导入Lakehouse的完整指南](a_comprehensive_guide_to_ingesting_data_into_clickzetta_lakehouse.md)
|
|
42
|
+
* [概述](comprehensive_guide_to_ingesting_overview.md)
|
|
43
|
+
* [环境设置和测试数据生成](comprehensive_guide_to_ingesting_environment_and_data_generate.md)
|
|
44
|
+
* [数据入仓:通过云器Lakehouse Studio 加载本地文件](comprehensive_guide_to_ingesting_local_file_into_table_by_studio.md)
|
|
45
|
+
* [数据入湖:通过ZettaPark PUT文件实现数据入湖的方式](comprehensive_guide_to_ingesting_zettapark_put_file_to_lake.md)
|
|
46
|
+
* [数据入仓:通过云器Lakehouse Studio 批量加载(公网连接)](comprehensive_guide_to_ingesting_studio_batchload_public_network.md)
|
|
47
|
+
* [数据入仓:通过云器Lakehouse Studio 多表实时同步(CDC,公网连接)](comprehensive_guide_to_ingesting_studio_realtime_cdc_public_network.md)
|
|
48
|
+
* [数据入仓:通过云器Lakehouse Studio以SQL INSERT方式导入数据](comprehensive_guide_to_ingesting_studio_sql_insert.md)
|
|
49
|
+
* [数据入仓:通过Zettapark以SQL INSERT方式加载数据](comprehensive_guide_to_ingesting_zettapark_sql_insert.md)
|
|
50
|
+
* [数据入仓:通过Zettapark以SAVE_AS_TABLE方式加载数据](comprehensive_guide_to_ingesting_zettapark_save_as_table.md)
|
|
51
|
+
* [数据入仓:通过Java SDK批量和实时加载数据](comprehensive_guide_to_ingesting_javasdk_buckload_realtime.md)
|
|
52
|
+
* [数据入仓:使用Lakehouse Studio实时同步导入Kafka数据](comprehensive_guide_to_ingesting_kafka_realtime_sync.md)
|
|
53
|
+
* [数据入仓:使用Pipe持续导入Kafka数据](comprehensive_guide_to_ingesting_pipe_kafka.md)
|
|
54
|
+
* [数据入仓:使用Pipe持续导入对象存储数据](comprehensive_guide_to_ingesting_pipe_oss.md)
|
|
55
|
+
* [数据入湖:通过云器Lakehouse Studio内置的Python节点从web加载文件入湖](comprehensive_guide_to_ingesting_studio_python_node.md)
|
|
56
|
+
* [数据入湖:通过数据库客户端DBV/SQLWorkbench PUT文件的方式](comprehensive_guide_to_ingesting_dbv_sql_put.md)
|
|
57
|
+
* [数据入仓:通过第三方工具](comprehensive_guide_to_ingesting_3rd_tools.md)
|
|
58
|
+
* [Copy命令快速使用入门](QuickStartwithCopycommand.md)
|
|
59
|
+
* [通过云器Lakehouse的多表实时同步和动态表实现变化数据捕获(CDC)及数据处理](czguide-intro-to-cdc-using-clickzetta-rtsync-dynamic-tables.md)
|
|
60
|
+
* [将数据从阿里云数据湖摄取到云器Lakehouse的三层数据仓库中](Ingesting_Data_from_Alibaba_Cloud_Data_Lake_into_Lakehouse.md)
|
|
61
|
+
* [通过Bluepipe实现Oracle数据库到云器Lakehouse的实时数据同步](BluepipeOracleLakehouse_DataSync.md)
|
|
62
|
+
* [数据处理](tutorial_data_transformation.md)
|
|
63
|
+
* [通过SQL对数据进行清洗](data_clean_with_sql.md)
|
|
64
|
+
* [开发动态表实现近实时增量处理](streaming_pipeline_with_dynamic_table.md)
|
|
65
|
+
* [通过流和任务在Lakehouse上实现SCD(缓慢变化维)](SlowlyChangingDimensionsInLakehouseUsingStreamsandTasks.md)
|
|
66
|
+
* [将S3的非结构化数据转换为Lakehouse中的RAG就绪数据](Unstructured_io.md)
|
|
67
|
+
* [基于Zettapark for Python构建数据处理链路](tutorial_zettapark.md)
|
|
68
|
+
* [Lakehouse Zettapark快速上手](ZettaparkQuickStart.md)
|
|
69
|
+
* [基于Lakehouse Zettapark进行数据工程](Zettapark_Data_Engineering_Demo.md)
|
|
70
|
+
* [使用Zettapark管理Lakehouse Volume的文件](ManagingFilesonDatalakeVolumewithZettapark.md)
|
|
71
|
+
* [使用Zettapark和Python机器学习库进行信用评分](CreditScoringwithZettaparkandPythonMLlibraryNew.md)
|
|
72
|
+
* [使用 Zettapark 扩展客户特征的特征工程](FeatureEngineeringForExpandingCustomerFeatureswithZettapark.md)
|
|
73
|
+
* [在 Lakehouse 的同一张表中进行向量和标量检索](PerformingVectorandScalarRetrievalinheSameTableinLakehouse.md)
|
|
74
|
+
* [管理计算资源](tutorial_virtual_cluster.md)
|
|
75
|
+
* [使用Lakehouse计算集群](working_with_Vclusters.md)
|
|
76
|
+
* [通过横向弹性扩容支持多并发查询](concurrency_scaling.md)
|
|
77
|
+
* [数据安全](data_security_quickstart.md)
|
|
78
|
+
* [Lakehouse用户授权入门指导](user_permission_grand_guide.md)
|
|
79
|
+
* [数据共享](data_sharing_quickstart.md.md)
|
|
80
|
+
* [Lakehouse跨账号数据共享入门指导](data_sharing_between_accounts_guide.md)
|
|
81
|
+
* [迁移指南](tutorial_migration.md)
|
|
82
|
+
* [将Spark数据工程最佳实践项目迁移到云器Lakehouse](Migrate_Spark_DataEngineeringBestPractices_Project_to_Lakehouse.md)
|
|
83
|
+
* [将Snowflake的实时ETL Pipeline迁移到云器Lakehouse](MigrateSnowflakeRealtimeETLPipelinetoClickzettaLakehouse.md)
|
|
84
|
+
|
|
85
|
+
## 使用指南
|
|
86
|
+
* [Studio](studio_manual.md)
|
|
87
|
+
* [概述](studio_overview.md)
|
|
88
|
+
* [首页](lakehouse_instance_overview.md)
|
|
89
|
+
* [工作区](worksheet.md)
|
|
90
|
+
* [数据同步](data-integration.md)
|
|
91
|
+
* [概述](data-integration-intro.md)
|
|
92
|
+
* [数据源管理](config-datasource.md)
|
|
93
|
+
* [数据源支持范围](datasources.md)
|
|
94
|
+
* [数据源配置指南](DataSourceConfigGuide.md)
|
|
95
|
+
* [Amazon DocumentDB](DataSource_Amazon_DocumentDB.md)
|
|
96
|
+
* [Amazon OpenSearch](DataSource_Amazon_OpenSearch.md)
|
|
97
|
+
* [ADB MySQL](DataSource_ADBMySQL.md)
|
|
98
|
+
* [ADB PostgreSQL](DataSource_ADB_PostgreSQL.md)
|
|
99
|
+
* [Aurora MySQL](DataSource_Aurora_MySQL.md)
|
|
100
|
+
* [Aurora PostgreSQL](DataSource_Aurora_PostgreSQL.md)
|
|
101
|
+
* [AutoMQ](DataSource_AutoMQ.md)
|
|
102
|
+
* [ClickHouse](DataSource_ClickHouse.md)
|
|
103
|
+
* [COS](DataSource_COS.md)
|
|
104
|
+
* [Databricks](DataSource_Databricks.md)
|
|
105
|
+
* [DB2](DataSource_DB2.md)
|
|
106
|
+
* [DM](DataSource_DM.md)
|
|
107
|
+
* [Doris](DataSource_Doris.md)
|
|
108
|
+
* [DynamoDB](DataSource_DynamoDB.md)
|
|
109
|
+
* [ElasticSearch](DataSource_ElasticSearch.md)
|
|
110
|
+
* [Greenplum](DataSource_Greenplum.md)
|
|
111
|
+
* [HANA](DataSource_HANA.md)
|
|
112
|
+
* [HBase](DataSource_HBase.md)
|
|
113
|
+
* [Hive](DataSource_Hive.md)
|
|
114
|
+
* [Hologres](DataSource_Hologres.md)
|
|
115
|
+
* [Kafka](DataSource_Kafka.md)
|
|
116
|
+
* [MariaDB](DataSource_MariaDB.md)
|
|
117
|
+
* [MaxCompute](DataSource_MaxCompute.md)
|
|
118
|
+
* [MySQL](DataSource_MySQL.md)
|
|
119
|
+
* [MongoDB](DataSource_MongoDB.md)
|
|
120
|
+
* [Oracle](DataSource_Oracle.md)
|
|
121
|
+
* [OSS](DataSource_OSS.md)
|
|
122
|
+
* [PorarDB](DataSource_PorarDB.md)
|
|
123
|
+
* [PostgreSQL](DataSource_PostgreSQL.md)
|
|
124
|
+
* [Redis](DataSource_Redis.md)
|
|
125
|
+
* [Redshift](DataSource_Redshift.md)
|
|
126
|
+
* [RestApi](DataSource_RestApi.md)
|
|
127
|
+
* [S3](DataSource_S3.md)
|
|
128
|
+
* [SLS(LogHub)](DataSource_SLS.md)
|
|
129
|
+
* [SQL Server](Datasource_SQLServer.md)
|
|
130
|
+
* [StarRocks](DataSource_StarRocks.md)
|
|
131
|
+
* [TiDB](DataSource_TiDB.md)
|
|
132
|
+
* [数据源IP白名单](datasource_ip_whitelist.md)
|
|
133
|
+
* [离线同步任务](batch_sync.md)
|
|
134
|
+
* [多表离线同步任务](multitable_batch_sync.md)
|
|
135
|
+
* [实时同步任务](realtime_sync.md)
|
|
136
|
+
* [多表实时同步任务](multitable_realtime_sync.md)
|
|
137
|
+
* [多表实时同步任务完整指南](multitable_realtime_sync_sop.md)
|
|
138
|
+
* [离线数据同步FAQ和使用指南](batch_sync_Sop.md)
|
|
139
|
+
* [任务开发](ide.md)
|
|
140
|
+
* [任务开发概念说明](task_development.md)
|
|
141
|
+
* [任务开发与调度](taskdevelop.md)
|
|
142
|
+
* [任务参数](task_param.md)
|
|
143
|
+
* [动态表任务](dynamic_table_task.md)
|
|
144
|
+
* [Python任务](Python_Task.md)
|
|
145
|
+
* [Python/Shell任务中使用数据源](python_shell_datasource.md)
|
|
146
|
+
* [JDBC任务](jdbc_task.md)
|
|
147
|
+
* [流式SQL](continue-job.md)
|
|
148
|
+
* [组合任务](composite_task.md)
|
|
149
|
+
* [任务组](task_group.md)
|
|
150
|
+
* [数据结果探查](data_result_profile.md)
|
|
151
|
+
* [数据可视化](data_visualization.md)
|
|
152
|
+
* [任务调度](task_scheduling.md)
|
|
153
|
+
* [任务调度和实例执行方式](f6fc6447ee.md)
|
|
154
|
+
* [任务调度依赖关系](task_scheduling_dependency.md)
|
|
155
|
+
* [运维监控](data_ops.md)
|
|
156
|
+
* [任务和实例运维](task-instance-maintenance.md)
|
|
157
|
+
* [补数任务](backfilling_data.md)
|
|
158
|
+
* [监控告警](monitoring_and_alerting.md)
|
|
159
|
+
* [监控项口径说明](monitoring_item_specification.md)
|
|
160
|
+
* [分析](Notebook.md)
|
|
161
|
+
* [数据](data.md)
|
|
162
|
+
* [数据目录](data_catalog.md)
|
|
163
|
+
* [数据质量](DataQuality.md)
|
|
164
|
+
* [数据分享](quickstart_datashare_between_companies.md)
|
|
165
|
+
* [计算](computation.md)
|
|
166
|
+
* [计算集群](virtual-cluster.md)
|
|
167
|
+
* [作业历史](web-job-history.md)
|
|
168
|
+
* [计算集群规格代码变更说明](vcluster_size_description.md)
|
|
169
|
+
* [AI](AI.md)
|
|
170
|
+
* [模型管理](AI_Gateway.md)
|
|
171
|
+
* [MCP Servers](MCPServers.md)
|
|
172
|
+
* [审批](Approval.md)
|
|
173
|
+
* [权限申请](Permission_application.md)
|
|
174
|
+
* [审批工单](Approval_list.md)
|
|
175
|
+
* [申请列表](Application_list.md)
|
|
176
|
+
* [管理](management.md)
|
|
177
|
+
* [管理账户](ManageAccounts.md)
|
|
178
|
+
* [管理用户](account_user_management.md)
|
|
179
|
+
* [管理实例](managing-instance.md)
|
|
180
|
+
* [工作空间](workspace-introduction.md)
|
|
181
|
+
* [账户管理](Account.md)
|
|
182
|
+
* [实名认证](authentication.md)
|
|
183
|
+
* [费用中心](Billcenter.md)
|
|
184
|
+
* [账户资金](accountfunds.md)
|
|
185
|
+
* [计费账单](billing.md)
|
|
186
|
+
* [对象模型](object_model_design.md)
|
|
187
|
+
* [Workspace](workspace-introduction.md)
|
|
188
|
+
* [External Catalog](external-catalog.md)
|
|
189
|
+
* [External Catalog简介](external-catalog-summary.md)
|
|
190
|
+
* [Connection](connection-guide.md)
|
|
191
|
+
* [表](Tables.md)
|
|
192
|
+
* [内部表](TABLE.md)
|
|
193
|
+
* [Dynamic Table](dynamictable.md)
|
|
194
|
+
* [外部表](external-tables.md)
|
|
195
|
+
* [外部表简介](external-table-guide.md)
|
|
196
|
+
* [Delta Lake外部表](delta-lake.md)
|
|
197
|
+
* [Hudi外部表](external-hudi-table.md)
|
|
198
|
+
* [Kafka外部表](kafka-external-table.md)
|
|
199
|
+
* [数据划分](Datapartition.md)
|
|
200
|
+
* [分区](partition_table_guide.md)
|
|
201
|
+
* [分桶](cluster-table-guide.md)
|
|
202
|
+
* [Volume](datalake_volume.md)
|
|
203
|
+
* [Time Travel](timetravel-summary.md)
|
|
204
|
+
* [数据生命周期管理](data-lifecycle.md)
|
|
205
|
+
* [Schema](schema-summary.md)
|
|
206
|
+
* [Schema](SCHEMA.md)
|
|
207
|
+
* [External Schema](EXTERNALSCHMEA.md)
|
|
208
|
+
* [视图](view-summary.md)
|
|
209
|
+
* [View](VIEW.md)
|
|
210
|
+
* [Materialized View](MATERIALIZEDVIEW.md)
|
|
211
|
+
* [自定义函数](user-function.md)
|
|
212
|
+
* [External Function](RemoteFunctionintro.md)
|
|
213
|
+
* [索引](guid-index.md)
|
|
214
|
+
* [Bloomfilter Index](bloomfilter-summary.md)
|
|
215
|
+
* [倒排索引](inverted-index.md)
|
|
216
|
+
* [Lakehouse 索引最佳实践指南](Lakehouse_Index_Best_Practice.md)
|
|
217
|
+
* [数据采集](Ingestion.md)
|
|
218
|
+
* [导入数据](upload-data.md)
|
|
219
|
+
* [数据导入概览](data-load-summary.md)
|
|
220
|
+
* [导入本地数据](load-data-local.md)
|
|
221
|
+
* [使用数据上传功能上传数据](upload_data.md)
|
|
222
|
+
* [如何上传json/jsonl文件导入到lakehouse的表中](774c65e217.md)
|
|
223
|
+
* [批量从对象存储导入数据](load-data-oss.md)
|
|
224
|
+
* [使用Java SDK批量上传数据](use-java-sdk-upload-dta-local.md)
|
|
225
|
+
* [使用Java SDK读取Kafka数据实时上传数据](use-java-sdk-releatime-uploaddata.md)
|
|
226
|
+
* [使用Python SDK批量上传数据](use-python-sdk-upload-data.md)
|
|
227
|
+
* [使用数据集成导入数据](import_data_with_data-integration.md)
|
|
228
|
+
* [使用Pipe持续导入数据](pipe.md)
|
|
229
|
+
* [Pipe简介](pipe-summary.md)
|
|
230
|
+
* [使用Pipe持续导入Kafka数据](kafka-pipe.md)
|
|
231
|
+
* [借助read_kafka函数持续导入](pipe-kafka.md)
|
|
232
|
+
* [借助Kafka外表Table Stream持续导入](pipe-kafka-table-stream.md)
|
|
233
|
+
* [最佳实践:使用 Pipe 高效接入 kafka 数据](pipe-kafka-bestpractice-1.md)
|
|
234
|
+
* [使用Pipe持续导入对象存储数据](pipe-storage-object.md)
|
|
235
|
+
* [导出数据](download-data.md)
|
|
236
|
+
* [导出数据概览](unloa-data-summary.md)
|
|
237
|
+
* [导出数据到本地](unload-data-local.md)
|
|
238
|
+
* [使用数据集成导出数据](export_data_with_data-integration.md)
|
|
239
|
+
* [使用COPY INTO导出文件](COPY_INTO_Location.md)
|
|
240
|
+
* [数据加工](Transformation.md)
|
|
241
|
+
* [增量计算](streaming_data_pipeline_overview1.md)
|
|
242
|
+
* [概述](streaming_data_pipeline_overview.md)
|
|
243
|
+
* [动态表](dynamic-table.md)
|
|
244
|
+
* [动态表简介](dynamic_table_summary.md)
|
|
245
|
+
* [查看动态表刷新模式](dynamic-table-incre.md)
|
|
246
|
+
* [传统离线任务转增量实践](transformt-dt.md)
|
|
247
|
+
* [动态表支持参数化定义](dynamicTable-parmaters.md)
|
|
248
|
+
* [动态表支持DML语句修改](dynamicTable-dml.md)
|
|
249
|
+
* [使用Studio开发监控动态表](dynamic_table_using_studio.md)
|
|
250
|
+
* [动态表中使用UDF](using-udf-in-dynamic-table.md)
|
|
251
|
+
* [Table Stream变化数据捕获](table_stream.md)
|
|
252
|
+
* [通过SQL进行数据转换](sql_data_transform.md)
|
|
253
|
+
* [SQL数据转换基础](sql_data_transform_basic.md)
|
|
254
|
+
* [通过窗口函数进行数据转换](sql_data_transform_windows.md)
|
|
255
|
+
* [通过CTE进行数据转换](sql_data_transform_cte.md)
|
|
256
|
+
* [通过嵌套数据类型(Nested Data Types)进行数据转换](sql_data_transfom_NestedDataTypes.md)
|
|
257
|
+
* [通过SQL进行数据转换的一些提示](sql_data_transform_tips.md)
|
|
258
|
+
* [利用外部引擎Spark分析Lakehouse数据](Spark_Lakehouse_iceberg_REST.md)
|
|
259
|
+
* [数据分析](Analysis.md)
|
|
260
|
+
* [SQL查询](use-sql-analyze.md)
|
|
261
|
+
* [窗口函数](window-funciton.md)
|
|
262
|
+
* [WINDOW FUNCTION](window-function-summary.md)
|
|
263
|
+
* [WINDOW FRAME](windowframe.md)
|
|
264
|
+
* [自定义函数](RemoteFunctionAsUDF.md)
|
|
265
|
+
* [介绍:External Function](RemoteFunctionintro.md)
|
|
266
|
+
* [使用流程: External Function](RemoteFunctionBestPractice.md)
|
|
267
|
+
* [开发指南: External Function (Python3)](RemoteFunctionDevGuidePython3.md)
|
|
268
|
+
* [开发指南: External Function(Java)](ExternalFunctionDevGuideJava.md)
|
|
269
|
+
* [Json查询语法](query-json-sy.md)
|
|
270
|
+
* [Join](JOIN.md)
|
|
271
|
+
* [Job Profile](jobprofile-bestpractices.md)
|
|
272
|
+
* [同义词](synonym.md)
|
|
273
|
+
* [半结构化数据分析](json_analyze.md)
|
|
274
|
+
* [Lakehouse外部对象(Catalog、Schema、Table)使用指南](federation-query.md)
|
|
275
|
+
* [外部对象(Catalog, Schema, Table)使用指南](external_object_user_guide.md)
|
|
276
|
+
* [利用 External Catalog 访问 Snowflake OpenCatalog 的 Iceberg 表](Query_SnowflakeOpenCatalog_Icebergtable.md)
|
|
277
|
+
* [利用External Catalog 访问 Hive Catalog](create-hive-catalog.md)
|
|
278
|
+
* [Databricks-云器Lakehouse 跨平台数据联邦最佳实践指南](databricks_yunqi_integration_guide_v2.md)
|
|
279
|
+
* [数据湖分析](datalake_volume_anlytics.md)
|
|
280
|
+
* [数据湖概述](datalake_overview.md)
|
|
281
|
+
* [存储连接(STORAGE CONNECTION)](Datalake_StorageConnection.md)
|
|
282
|
+
* [云对象存储](cloud_object_storage.md)
|
|
283
|
+
* [阿里云存储连接创建](aliyun_storage_connection.md)
|
|
284
|
+
* [ 腾讯云存储连接创建](cos_storage_connection.md)
|
|
285
|
+
* [亚马逊云存储连接创建](aws_storage_connection.md)
|
|
286
|
+
* [数仓与数据库](db_dw_connection.md)
|
|
287
|
+
* [Hive](Hive_connection.md)
|
|
288
|
+
* [实时流数据](KAFKA_Storage_connection.md)
|
|
289
|
+
* [Kafka](Kafka_connection.md)
|
|
290
|
+
* [数据湖VOLUME对象](datalake_volume_object.md)
|
|
291
|
+
* [内部VOLUME对象](internal_volume.md)
|
|
292
|
+
* [外部VOLUME对象](external_volume.md)
|
|
293
|
+
* [阿里云OSS VOLUME创建](oss_volume_creation.md)
|
|
294
|
+
* [腾讯云COS VOLUME创建](cos_volume_creation.md)
|
|
295
|
+
* [亚马逊云S3 VOLUME创建](s3_volume_creation.md)
|
|
296
|
+
* [对象存储中的数据导入导出](data_transfer_datalake.md)
|
|
297
|
+
* [从本地上传、下载数据到VOLUME](put_get_volume.md)
|
|
298
|
+
* [从VOLUME导入数据到表 - COPY INTO TABLE](from_volume_to_table.md)
|
|
299
|
+
* [导出数据到VOLUME - COPY INTO VOLUME](from_lakehouse_to_volume.md)
|
|
300
|
+
* [数据湖VOLUME 查询分析](datalake_query_ingest.md)
|
|
301
|
+
* [结构化、半结构化数据分析](structure_data_analysis.md)
|
|
302
|
+
* [非结构化数据分析](unstructure_data_analysis.md)
|
|
303
|
+
* [调用AI能力处理非结构化数据](datalake_unstructure_data.md)
|
|
304
|
+
* [数据湖权限](datalake_privilege.md)
|
|
305
|
+
* [AI增强分析](lakehouse-ai.md)
|
|
306
|
+
* [向量检索](vector-search.md)
|
|
307
|
+
* [对话式分析DataGPT](conversational_analytics_datagpt.md)
|
|
308
|
+
* [性能优化](performance_optimization.md)
|
|
309
|
+
* [Result Cache](result_cache.md)
|
|
310
|
+
* [计算集群缓存](vc_cache.md)
|
|
311
|
+
* [小文件优化](small_file_optimization.md)
|
|
312
|
+
* [推荐表的排序列](auto-index.md)
|
|
313
|
+
* [安全](data_security.md)
|
|
314
|
+
* [安全功能概览](security_overview.md)
|
|
315
|
+
* [访问控制](访问控制概览.md)
|
|
316
|
+
* [访问控制概览](access-control-general.md)
|
|
317
|
+
* [配置访问控制](access-control-configration.md)
|
|
318
|
+
* [角色](roles.md)
|
|
319
|
+
* [元数据对象与权限点](meta-objects-and-privileges.md)
|
|
320
|
+
* [用户身份](user-identification.md)
|
|
321
|
+
* [系统内置角色权限列表说明](permissions-of-built-in-workspace-level-roles.md)
|
|
322
|
+
* [身份认证](Authentication.md)
|
|
323
|
+
* [绑定 Google Authenticator 进行多因子身份验证 (MFA)](using-google-authenticator.md)
|
|
324
|
+
* [单点登录](sso-configuration.md)
|
|
325
|
+
* [备份和恢复](data-recover.md)
|
|
326
|
+
* [动态脱敏](dynamic-mask.md)
|
|
327
|
+
* [网络策略](network_policy.md)
|
|
328
|
+
* [私有存储](bring_your_own_storage.md)
|
|
329
|
+
* [私有存储概述](byos_general.md)
|
|
330
|
+
* [阿里云私有存储配置](alicloud_byos_configration.md)
|
|
331
|
+
* [腾讯云私有存储配置](byos_tencentcloud_configration.md)
|
|
332
|
+
* [存储加密](storage_encryption.md)
|
|
333
|
+
* [数据分享](data_share.md)
|
|
334
|
+
* [数据分享](datasharing.md)
|
|
335
|
+
* [私网连接](connect_to_Lakehouse.md)
|
|
336
|
+
* [私网连接概述](private-link-general.md)
|
|
337
|
+
* [阿里云私网连接配置](private_link.md)
|
|
338
|
+
* [创建阿里云终端节点](creating_alicloud_privatelinkendpoint.md)
|
|
339
|
+
* [创建阿里云终端节点服务](creating_alicloud_privatelinkservice.md)
|
|
340
|
+
* [获取阿里云ARN和ExternalID](alicloud-arn-externalid.md)
|
|
341
|
+
* [腾讯云私网连接配置](tencentcloud_privatelink.md)
|
|
342
|
+
* [创建腾讯云终端节点](creating_tencentcloud_privatelinkendpoint.md)
|
|
343
|
+
* [创建腾讯云终端节点服务](creating_tencentcloud_privatelinkservice.md)
|
|
344
|
+
* [获取腾讯云ARN和ExternalID](tencentcloud_arn_and_externalid.md)
|
|
345
|
+
* [性能测试](benchmark.md)
|
|
346
|
+
* [SSB单表性能测试](ssb-benchmark.md)
|
|
347
|
+
* [TPC-H性能测试](tpch-benchmark.md)
|
|
348
|
+
* [TPC-DS性能测试](tpcds-benchmark.md)
|
|
349
|
+
* [生态工具](tools.md)
|
|
350
|
+
* [数据集成](tools_datasync.md)
|
|
351
|
+
* [Airbyte](airbyte.md)
|
|
352
|
+
* [Datax](eco_integration/datax.md)
|
|
353
|
+
* [数据建模](tools_data_model.md)
|
|
354
|
+
* [Dbt](eco_integration/dbt.md)
|
|
355
|
+
* [数据库管理](data-mamager-tool.md)
|
|
356
|
+
* [SQL Workbench/J连接云器Lakehouse](eco_integration/sqlworkbench-j-lakehouse.md)
|
|
357
|
+
* [DBeaver连接云器Lakehouse](eco_integration/dbeaver-lakehouse.md)
|
|
358
|
+
* [DataGrip连接云器Lakehouse](eco_integration/datagrip-lakehouse.md)
|
|
359
|
+
* [分析](tools_analysis.md)
|
|
360
|
+
* [Zeppelin](eco_integration/Zeppelin.md)
|
|
361
|
+
* [BI](tools_BI.md)
|
|
362
|
+
* [帆软BI](FineBI.md)
|
|
363
|
+
* [Metabase](metabase.md)
|
|
364
|
+
* [Rath](eco_integration/rath.md)
|
|
365
|
+
* [Superset](eco_integration/superset.md)
|
|
366
|
+
* [Tableau连接Lakehouse](TableauConnectToLakehouse.md)
|
|
367
|
+
* [PowerBI使用Lakehouse Mysql协议](PowerBI.md)
|
|
368
|
+
* [帆软BI使用Lakehouse的Mysql协议](finebi-mysql.md)
|
|
369
|
+
* [Navicat使用Lakehouse的Mysql协议](navicat-mysql.md)
|
|
370
|
+
* [AI](tools_AI.md)
|
|
371
|
+
* [LangChain](langchain.md)
|
|
372
|
+
* [Llamaindex](llama-index.md)
|
|
373
|
+
* [Mindsdb](mindsdb.md)
|
|
374
|
+
* [App](tools_app.md)
|
|
375
|
+
* [Streamlit](eco_integration/streamlit.md)
|
|
376
|
+
* [Connector](connector.md)
|
|
377
|
+
* [Logstash Connector](Logstash.md)
|
|
378
|
+
* [Trino Connector](eco_integration/trino.md)
|
|
379
|
+
* [Spark Connector](spark-connector.md)
|
|
380
|
+
* [Spark Connector介绍](spark-connector-summary.md)
|
|
381
|
+
* [Spark Connector使用](spark-connector-use.md)
|
|
382
|
+
* [Flink Write Connector](flink-write-connector.md)
|
|
383
|
+
* [Insight](Lakehouse_Insight.md)
|
|
384
|
+
|
|
385
|
+
## SQL手册
|
|
386
|
+
* [SQL命令](sql-reference.md)
|
|
387
|
+
* [对象标识符](object_identifier.md)
|
|
388
|
+
* [参数控制](sql-parmaters.md)
|
|
389
|
+
* [常用的DDL语句](DDL.md)
|
|
390
|
+
* [ALTER](alter.md)
|
|
391
|
+
* [ANALYZE TABLE](analyze-table.md)
|
|
392
|
+
* [CREATE](create.md)
|
|
393
|
+
* [CREATE...CLONE](clone-doc.md)
|
|
394
|
+
* [DESCRIBE](describe.md)
|
|
395
|
+
* [DESC HISTORY](desc-history.md)
|
|
396
|
+
* [DROP](drop.md)
|
|
397
|
+
* [EXPLAIN](EXPLAIN.md)
|
|
398
|
+
* [OPTIMIZE](OPTIMIZE.md)
|
|
399
|
+
* [RESTORE](restore.md)
|
|
400
|
+
* [SHOW](show.md)
|
|
401
|
+
* [SHOW CREATE TABLE](show-create-table.md)
|
|
402
|
+
* [SHOW COLUMNS](show-columns.md)
|
|
403
|
+
* [SHOW TABLES HISTORY](show-tables-history.md)
|
|
404
|
+
* [SHOW VOLUMES](show-volume.md)
|
|
405
|
+
* [SHOW PARTITIONS](list-partition.md)
|
|
406
|
+
* [UNDROP](UNDROP-TABLE.md)
|
|
407
|
+
* [USE](use-schema.md)
|
|
408
|
+
* [常用的DML](DML.md)
|
|
409
|
+
* [INSERT INTO](INSERT.md)
|
|
410
|
+
* [UPDATE](UPDATE.md)
|
|
411
|
+
* [DELETE](DELETE.md)
|
|
412
|
+
* [MERGE](MERGE.md)
|
|
413
|
+
* [TRUNCATE](TRUNCATE.md)
|
|
414
|
+
* [查询语法](DQL.md)
|
|
415
|
+
* [查询语法](query-syntax.md)
|
|
416
|
+
* [WITH ](WITH.md)
|
|
417
|
+
* [TIME TRAVEL](TIMETRAVEL.md)
|
|
418
|
+
* [JOIN](JOIN.md)
|
|
419
|
+
* [Map Join](mapjoin.md)
|
|
420
|
+
* [LATERAL VIEW](LATERALVIEW.md)
|
|
421
|
+
* [GROUP BY子句](groupby.md)
|
|
422
|
+
* [窗口函数(Window Function)](WINDOWFUNCTION.md)
|
|
423
|
+
* [TABLESAMPLE采样](tablesample.md)
|
|
424
|
+
* [QUALIFY](sql-qualify.md)
|
|
425
|
+
* [表、视图、物化视图、索引、同义词](table-view.md)
|
|
426
|
+
* [表](TABLE_DDL.md)
|
|
427
|
+
* [ALTER TABLE](ALTERTABLE.md)
|
|
428
|
+
* [ALTER TABLE COLUMN](ALTER-TABLE-COLUMN.md)
|
|
429
|
+
* [建表语法](CREATETABLE.md)
|
|
430
|
+
* [CREATE TABLE](create-table-ddl.md)
|
|
431
|
+
* [分区](partition_table.md)
|
|
432
|
+
* [分桶](cluster-table.md)
|
|
433
|
+
* [主键(primary key)](primary-key.md)
|
|
434
|
+
* [自增列](IDENTITY-Column.md)
|
|
435
|
+
* [生成列](generated-column.md)
|
|
436
|
+
* [默认值](default-value.md)
|
|
437
|
+
* [DESC TABLE](DESCTABLE.md)
|
|
438
|
+
* [DESC HISTORY TABLE](desc-history-table.md)
|
|
439
|
+
* [DROP TABLE](DROPTABLE.md)
|
|
440
|
+
* [RESTORE TABLE](restore.md)
|
|
441
|
+
* [SHOW TABLES](SHOWTABLES.md)
|
|
442
|
+
* [UNDROP TABLE](UNDROP-TABLE.md)
|
|
443
|
+
* [外部表](create-external-table.md)
|
|
444
|
+
* [ALTER EXTERNAL TABLE](ALTER-EXTERNAL-TABLE.md)
|
|
445
|
+
* [CREATE EXTERANL TABLE](create-kafka-external.md)
|
|
446
|
+
* [DESC EXTERNAL TABLE](desc-external-table.md)
|
|
447
|
+
* [DROP EXTERNAL TABLE](drop-external-table.md)
|
|
448
|
+
* [SHOW CREATE EXTERNAL TABLE](show-create-external-table.md)
|
|
449
|
+
* [SHOW EXTERNAL TABLES](show-external-table.md)
|
|
450
|
+
* [ 视图](VIEWDDL.md)
|
|
451
|
+
* [CREATE VIEW](CREATEVIEW.md)
|
|
452
|
+
* [DROP VIEW](DROPVIEW.md)
|
|
453
|
+
* [DESC VIEW](DESCVIEW.md)
|
|
454
|
+
* [SHOW VIEWS](show-views.md)
|
|
455
|
+
* [物化视图](materialized_ddl.md)
|
|
456
|
+
* [ALTER MATERIALIZED VIEW](alter-materialzied-view.md)
|
|
457
|
+
* [CREATE MATERIALIZED VIEW](CREATEMATERIALIZEDVIEW.md)
|
|
458
|
+
* [DESC MATERIALIZED VIEW](DESCMATERIALIZEDVIEW.md)
|
|
459
|
+
* [DROP MATERIALIZED VIEW](DROPMATERIALIZEDVIEW.md)
|
|
460
|
+
* [REFRESH MATERIALIZED VIEW](REFRESH.md)
|
|
461
|
+
* [SHOW MATERIALIZED VIEWS](show-materialized-view.md)
|
|
462
|
+
* [SHOW CREATE MATERIALIZED VIEW](show-create-materialized-view.md)
|
|
463
|
+
* [UNDROP MATERIALIZED VIEW](undrop-materialized-view.md)
|
|
464
|
+
* [索引](index-t.md)
|
|
465
|
+
* [布隆过滤器](BLOOMFILTER-INDEX.md)
|
|
466
|
+
* [CREATE BLOOMFILTER INDEX](CREATE-BLOOMFILTER-INDEX.md)
|
|
467
|
+
* [倒排索引](inverted-ddl.md)
|
|
468
|
+
* [CREATE INVERTED INDEX](create-inverted-index.md)
|
|
469
|
+
* [向量索引](vector-index.md)
|
|
470
|
+
* [CREATE VECTOR INDEX](create-vector-index.md)
|
|
471
|
+
* [BUILD INDEX](build-inverted-index.md)
|
|
472
|
+
* [DROP INDEX](DROP-INDEX.md)
|
|
473
|
+
* [SHOW INDEX](SHOW-INDEX.md)
|
|
474
|
+
* [DESC INDEX](DESC-INDEX.md)
|
|
475
|
+
* [同义词](synonym-ddl.md)
|
|
476
|
+
* [CREATE SYNONYM](create-synonym.md)
|
|
477
|
+
* [DROP SYNONYM](drop-synonym.md)
|
|
478
|
+
* [SHOW SYNONYMS](show-synonyms.md)
|
|
479
|
+
* [动态表和TABLE STREAM](dynamic-table-table-stream.md)
|
|
480
|
+
* [TABLE STREAM](table-stream-title.md)
|
|
481
|
+
* [TABLE STREAM简介](tablestream_summary.md)
|
|
482
|
+
* [CREATE TABLE STREAM](create-table-stream.md)
|
|
483
|
+
* [DESC TABLE STREAM](desc-table-stream.md)
|
|
484
|
+
* [SHOW TABLE STREAMS](show-table-streams.md)
|
|
485
|
+
* [DROP TABLE STREAM](drop-table-stream.md)
|
|
486
|
+
* [动态表](dynamic-table-title.md)
|
|
487
|
+
* [DYANMIC TABLE介绍](dynamic-table-introduce.md)
|
|
488
|
+
* [ALTER DYNAMIC TABLE](alter-dynamic-table.md)
|
|
489
|
+
* [CREATE DYNAMIC TABLE](create-dynamic-table.md)
|
|
490
|
+
* [DESC DYNAMIC TABLE](desc-dynamic-table.md)
|
|
491
|
+
* [DESC HISTORY DYNAMIC TABLE](desc-history-dynamic-table.md)
|
|
492
|
+
* [DYNAMIC TABLE DML](dynamicTable-DML-sql.md)
|
|
493
|
+
* [DROP DYNAMIC TABLE](drop-dynamic-table.md)
|
|
494
|
+
* [SHOW DYNAMIC TABLES](show-dynamic-table.md)
|
|
495
|
+
* [SHOW CREATE DYNAMIC TABLE](show-create-dynamic-table.md)
|
|
496
|
+
* [SHOW DYNAMIC TABLE REFRESH HISTORY](refresh-history.md)
|
|
497
|
+
* [RESTORE DYNAMIC TABLE](restore-dynamic-table.md)
|
|
498
|
+
* [UNDROP DYNAMIC TABLE](undrop-dynamic-table.md)
|
|
499
|
+
* [计算集群和作业管理](vc-job.md)
|
|
500
|
+
* [计算集群](ComputeResourceDDL.md)
|
|
501
|
+
* [CREATE VCLUSTER](create_cluster.md)
|
|
502
|
+
* [DESC VCLUSTER](desc-vcluster.md)
|
|
503
|
+
* [SHOW VCLUSTERS](show-vclusters.md)
|
|
504
|
+
* [DROP VCLUSTER](drop-vcluster.md)
|
|
505
|
+
* [ALTER VCLUSTER](alter-vcluster.md)
|
|
506
|
+
* [USE VCLUSTER](use-vcluster.md)
|
|
507
|
+
* [作业管理](job-manage.md)
|
|
508
|
+
* [ SHOW JOBS](show-jobs.md)
|
|
509
|
+
* [CANCEL JOB](cancel-job.md)
|
|
510
|
+
* [DESC JOB](DESC-JOB.md)
|
|
511
|
+
* [数据导入导出](data-unload-load.md)
|
|
512
|
+
* [COPY INTO导入](copy-into-table.md)
|
|
513
|
+
* [COPY INTO导出](COPY-INTO-Location.md)
|
|
514
|
+
* [PIPE导入](pipe-syntax.md)
|
|
515
|
+
* [VOLUME文件操作](put-get.md)
|
|
516
|
+
* [PUT](PUT.md)
|
|
517
|
+
* [GET](GET.md)
|
|
518
|
+
* [LIST](Volume_LIST.md)
|
|
519
|
+
* [REMOVE](remove-volume.md)
|
|
520
|
+
* [用户、角色和权限](usermanagement.md)
|
|
521
|
+
* [用户和权限管理](authoritymanagement.md)
|
|
522
|
+
* [CREATE USER](CREAREUSER.md)
|
|
523
|
+
* [ALTER USER](alter-user.md)
|
|
524
|
+
* [DROP USER](DROPUSER.md)
|
|
525
|
+
* [SHOW USERS](SHOWUSERS.md)
|
|
526
|
+
* [GRANT](grant-user-privileges.md)
|
|
527
|
+
* [REVOKE](revoke-user-privileges.md)
|
|
528
|
+
* [SHOW GRANTS](show-grants-user.md)
|
|
529
|
+
* [角色和权限管理](role-privlilige-manage.md)
|
|
530
|
+
* [CREATE ROLE](CREATEROLE.md)
|
|
531
|
+
* [DROP ROLE](DROPROLE.md)
|
|
532
|
+
* [GRANT](GrantPriveleges.md)
|
|
533
|
+
* [REVOKE](RevokePriveleges.md)
|
|
534
|
+
* [SHOW ROLES](SHOWROLES.md)
|
|
535
|
+
* [SHOW GRANTS](SHOWGRANTS.md)
|
|
536
|
+
* [工作空间管理](worksapce-manage.md)
|
|
537
|
+
* [修改工作空间](alter-worksapce.md)
|
|
538
|
+
* [CONNECTION和EXTERNAL CATALOG](connection-catalog.md)
|
|
539
|
+
* [CONNECTION](CONNECTION.md)
|
|
540
|
+
* [CREATE CONNECTION](create-connection-ddl.md)
|
|
541
|
+
* [CONNECTIO简介](CREATECONNECTION.md)
|
|
542
|
+
* [CREATE API CONNECTION](create-api-connection.md)
|
|
543
|
+
* [CREATE STROAGE CONNECTION](create-storage-connection.md)
|
|
544
|
+
* [CREATE CATALOG CONNECTION](create-catalog-connection.md)
|
|
545
|
+
* [DESC CONNECTION](DESCCONNECTION.md)
|
|
546
|
+
* [SHOW CONNECTIONS](SHOWCONNECTIONS.md)
|
|
547
|
+
* [DROP CONNECTION](DROPCONNECTION.md)
|
|
548
|
+
* [EXTERNAL CATALOG](external-catalog-ddl.md)
|
|
549
|
+
* [CREATE EXTERNAL CATALOG](create-external-catalog.md)
|
|
550
|
+
* [DESC CATALOG](desc-catalog.md)
|
|
551
|
+
* [SHOW CATALOGS](show-catalog.md)
|
|
552
|
+
* [查看EXTERNAL CATALOG下的SCHEMA](show-catalog-schema.md)
|
|
553
|
+
* [列出CATALOG下的表](show-catalog-table.md)
|
|
554
|
+
* [查询CATALOG下的表](select-catalog-table.md)
|
|
555
|
+
* [查看CATALOG下的表结构](desc-catalog-table.md)
|
|
556
|
+
* [SCHEMAS和EXTERNAL SCHEMA](scheams-connection.md)
|
|
557
|
+
* [SCHEMA](SCHEMADDL.md)
|
|
558
|
+
* [CREATE SCHEMA](CREATESCHEMA.md)
|
|
559
|
+
* [DESC SCHEMA](DESCSCHEMAS.md)
|
|
560
|
+
* [SHOW SCHEMAS](show-schemas.md)
|
|
561
|
+
* [ALTER SCHEMA](ALTER-SCHEMA.md)
|
|
562
|
+
* [DROP SCHEMA](DROPSCHEMA.md)
|
|
563
|
+
* [USE SCHEMA](USESCHEMA.md)
|
|
564
|
+
* [EXTERNAL SCHEMA](EXTERNALSCHEMA.md)
|
|
565
|
+
* [CREATE EXTERNAL SCHEMA](CREATEEXTERNAlLSCHEMA.md)
|
|
566
|
+
* [DESC SCHEMA](desc-external-schemas.md)
|
|
567
|
+
* [SHOW EXTERNAL SCHEMA](show-external-schemas.md)
|
|
568
|
+
* [ALTER SCHEMA](alter-external-schema.md)
|
|
569
|
+
* [DROP SCHEMA](drop-external-schema.md)
|
|
570
|
+
* [USE SCHEMA](use-external-schema.md)
|
|
571
|
+
* [SHARE DDL](share-ddl.md)
|
|
572
|
+
* [CREATE SHARE](create-share.md)
|
|
573
|
+
* [ALTER SHARE](alter-share.md)
|
|
574
|
+
* [GRANT TO SHARE](grant-to-share.md)
|
|
575
|
+
* [REVOKE FROM SHARE](revoke-from-share.md)
|
|
576
|
+
* [SHOW SHARES](show-shares.md)
|
|
577
|
+
* [DESC SHARE](desc-share.md)
|
|
578
|
+
* [DROP SHARE](drop-share.md)
|
|
579
|
+
* [CREATE SCHEMA FROM SHARE](create-schema-from-share.md)
|
|
580
|
+
* [INFORMATION_SCHEMA](it-operation-management.md)
|
|
581
|
+
* [实例级INFORMATION_SCHEMA](instance-information_schema.md)
|
|
582
|
+
* [实例级INFORMATION_SCHEMA简介](instance-informaiton-schema-summary.md)
|
|
583
|
+
* [实例级别包含的INFORMATION_SCHEMA视图](instance-informaiton-schema.md)
|
|
584
|
+
* [空间级INFORMATION_SCHEMA](weokspace-informationschema.md)
|
|
585
|
+
* [空间级INFORMATION_SCHEMA简介](worskapce-infroamtionschema-summary.md)
|
|
586
|
+
* [空间级别包含的INFORMATION_SCHEMA视图](worksapce-informaiton_schema-views.md)
|
|
587
|
+
* [数据类型](data-type.md)
|
|
588
|
+
* [数据类型转化](datatype-conversion.md)
|
|
589
|
+
* [数值类型](numeric.md)
|
|
590
|
+
* [FLOAT](FLOAT.md)
|
|
591
|
+
* [DOUBLE](DOUBLE.md)
|
|
592
|
+
* [TINYINT](TINYINT.md)
|
|
593
|
+
* [SMALLINT](SMALLINT.md)
|
|
594
|
+
* [INT](INT.md)
|
|
595
|
+
* [BIGINT](BIGINT.md)
|
|
596
|
+
* [DECIMAL](DECIMAL.md)
|
|
597
|
+
* [字符串类型](string-type.md)
|
|
598
|
+
* [CHAR](CHAR.md)
|
|
599
|
+
* [VARCHAR(n)](VARCHARleghth.md)
|
|
600
|
+
* [STRING](STRING.md)
|
|
601
|
+
* [时间类型](datetime-type.md)
|
|
602
|
+
* [DATE](DATE.md)
|
|
603
|
+
* [TIMESTAMP](TIMESTAMP.md)
|
|
604
|
+
* [TIMESTAMP_NTZ](data-types-timestamp-ntz.md)
|
|
605
|
+
* [INTERVAL](INTERVAL.md)
|
|
606
|
+
* [BINARY](BINARY.md)
|
|
607
|
+
* [BITMAP](bitmap-type.md)
|
|
608
|
+
* [BOOLEAN](BOOLEAN.md)
|
|
609
|
+
* [ARRAY](ARRAY.md)
|
|
610
|
+
* [MAP](MAP.md)
|
|
611
|
+
* [STRUCT](STRUCT.md)
|
|
612
|
+
* [JSON](JSON.md)
|
|
613
|
+
* [VECTOR](vector-type.md)
|
|
614
|
+
* [SQL函数](functions.md)
|
|
615
|
+
* [操作符](sql_functions/scalar_functions/math_functions/operators.md)
|
|
616
|
+
* [类型转化函数](datatype-cast.md)
|
|
617
|
+
* [自定义函数](user-external-funciton.md)
|
|
618
|
+
* [CREATE EXTERNAL FUNCTION](CREATE_EXTERNATL_FUNCTION.md)
|
|
619
|
+
* [CREATE SQL FUNCTION](create-sql-function.md)
|
|
620
|
+
* [SHOW EXTERNAL FUNCTIONS](SHOWFUNCTIONS.md)
|
|
621
|
+
* [SHOW FUNCTIONS](show-finctions.md)
|
|
622
|
+
* [DROP FUNCTION](drop-function.md)
|
|
623
|
+
* [DESC FUNCTION](desc-function.md)
|
|
624
|
+
* [条件表达式](conditional-expression.md)
|
|
625
|
+
* [like](like.md)
|
|
626
|
+
* [ilike](ilike.md)
|
|
627
|
+
* [is null/is not null](is-null.md)
|
|
628
|
+
* [聚合函数](agg_function.md)
|
|
629
|
+
* [any_value](sql_functions/aggregate_functions/any_value.md)
|
|
630
|
+
* [approx_count_distinct](sql_functions/aggregate_functions/approx_count_distinct.md)
|
|
631
|
+
* [approx_histogram](sql_functions/aggregate_functions/approx_histogram.md)
|
|
632
|
+
* [approx_percentile](sql_functions/aggregate_functions/approx_percentile.md)
|
|
633
|
+
* [approx_top_k](sql_functions/aggregate_functions/approx_top_k.md)
|
|
634
|
+
* [avg](sql_functions/aggregate_functions/avg.md)
|
|
635
|
+
* [bit_and](sql_functions/aggregate_functions/bit_and.md)
|
|
636
|
+
* [bit_or](sql_functions/aggregate_functions/bit_or.md)
|
|
637
|
+
* [bit_xor](sql_functions/aggregate_functions/bit_xor.md)
|
|
638
|
+
* [bool_and](sql_functions/aggregate_functions/bool_and.md)
|
|
639
|
+
* [bool_or](sql_functions/aggregate_functions/bool_or.md)
|
|
640
|
+
* [collect_list](sql_functions/aggregate_functions/collect_list.md)
|
|
641
|
+
* [collect_list_on_array](sql_functions/aggregate_functions/collect_list_on_array.md)
|
|
642
|
+
* [collect_set](sql_functions/aggregate_functions/collect_set.md)
|
|
643
|
+
* [collect_set_on_array](sql_functions/aggregate_functions/collect_set_on_array.md)
|
|
644
|
+
* [count](sql_functions/aggregate_functions/count.md)
|
|
645
|
+
* [count_distinct](sql_functions/aggregate_functions/count_distinct.md)
|
|
646
|
+
* [count_if](sql_functions/aggregate_functions/count_if.md)
|
|
647
|
+
* [corr](sql_functions/aggregate_functions/corr.md)
|
|
648
|
+
* [covar_pop](sql_functions/aggregate_functions/covar_pop.md)
|
|
649
|
+
* [covar_samp](sql_functions/aggregate_functions/covar_samp.md)
|
|
650
|
+
* [group_concat](sql_functions/aggregate_functions/group_concat.md)
|
|
651
|
+
* [first_value](sql_functions/aggregate_functions/first_value.md)
|
|
652
|
+
* [last_value](sql_functions/aggregate_functions/last_value.md)
|
|
653
|
+
* [map_agg](sql_functions/aggregate_functions/map_agg.md)
|
|
654
|
+
* [max_by](sql_functions/aggregate_functions/max_by.md)
|
|
655
|
+
* [max](sql_functions/aggregate_functions/max.md)
|
|
656
|
+
* [min_by](sql_functions/aggregate_functions/min_by.md)
|
|
657
|
+
* [min](sql_functions/aggregate_functions/min.md)
|
|
658
|
+
* [median](sql_functions/aggregate_functions/median.md)
|
|
659
|
+
* [percentile](sql_functions/aggregate_functions/percentile.md)
|
|
660
|
+
* [percentile_rank](sql_functions/aggregate_functions/percentile_rank.md)
|
|
661
|
+
* [percentile_approx](sql_functions/aggregate_functions/percentile_approx.md)
|
|
662
|
+
* [stddev](sql_functions/aggregate_functions/stddev.md)
|
|
663
|
+
* [std](sql_functions/aggregate_functions/std.md)
|
|
664
|
+
* [stddev_pop](sql_functions/aggregate_functions/stddev_pop.md)
|
|
665
|
+
* [stddev_samp](sql_functions/aggregate_functions/stddev_samp.md)
|
|
666
|
+
* [sum](sql_functions/aggregate_functions/sum.md)
|
|
667
|
+
* [var_pop](sql_functions/aggregate_functions/var_pop.md)
|
|
668
|
+
* [var_samp](sql_functions/aggregate_functions/var_samp.md)
|
|
669
|
+
* [variance](sql_functions/aggregate_functions/variance.md)
|
|
670
|
+
* [wm_concat](sql_functions/aggregate_functions/wm_concat.md)
|
|
671
|
+
* [BITMAP函数](bitmap_function.md)
|
|
672
|
+
* [binary_to_bitmap](sql_functions/scalar_functions/bitmap_functions/binary_to_bitmap.md)
|
|
673
|
+
* [bitmap_and](sql_functions/scalar_functions/bitmap_functions/bitmap_and.md)
|
|
674
|
+
* [bitmap_and_cardinality](sql_functions/scalar_functions/bitmap_functions/bitmap_and_cardinality.md)
|
|
675
|
+
* [bitmap_andnot](sql_functions/scalar_functions/bitmap_functions/bitmap_andnot.md)
|
|
676
|
+
* [bitmap_andnot_cardinality](sql_functions/scalar_functions/bitmap_functions/bitmap_andnot_cardinality.md)
|
|
677
|
+
* [bitmap_build](sql_functions/scalar_functions/bitmap_functions/bitmap_build.md)
|
|
678
|
+
* [bitmap_contains](sql_functions/scalar_functions/bitmap_functions/bitmap_contains.md)
|
|
679
|
+
* [bitmap_count](sql_functions/scalar_functions/bitmap_functions/bitmap_count.md)
|
|
680
|
+
* [bitmap_empty](sql_functions/scalar_functions/bitmap_functions/bitmap_empty.md)
|
|
681
|
+
* [bitmap_has_all](sql_functions/scalar_functions/bitmap_functions/bitmap_has_all.md)
|
|
682
|
+
* [bitmap_has_any](sql_functions/scalar_functions/bitmap_functions/bitmap_has_any.md)
|
|
683
|
+
* [bitmap_hash](sql_functions/scalar_functions/bitmap_functions/bitmap_hash.md)
|
|
684
|
+
* [bitmap_max](sql_functions/scalar_functions/bitmap_functions/bitmap_max.md)
|
|
685
|
+
* [bitmap_min](sql_functions/scalar_functions/bitmap_functions/bitmap_min.md)
|
|
686
|
+
* [bitmap_or](sql_functions/scalar_functions/bitmap_functions/bitmap_or.md)
|
|
687
|
+
* [bitmap_or_cardinality](sql_functions/scalar_functions/bitmap_functions/bitmap_or_cardinality.md)
|
|
688
|
+
* [bitmap_remove](sql_functions/scalar_functions/bitmap_functions/bitmap_remove.md)
|
|
689
|
+
* [bitmap_subset_in_range](sql_functions/scalar_functions/bitmap_functions/bitmap_subset_in_range.md)
|
|
690
|
+
* [bitmap_subset_limit](sql_functions/scalar_functions/bitmap_functions/bitmap_subset_limit.md)
|
|
691
|
+
* [bitmap_to_array](sql_functions/scalar_functions/bitmap_functions/bitmap_to_array.md)
|
|
692
|
+
* [bitmap_to_binary](sql_functions/scalar_functions/bitmap_functions/bitmap_to_binary.md)
|
|
693
|
+
* [bitmap_to_string](sql_functions/scalar_functions/bitmap_functions/bitmap_to_string.md)
|
|
694
|
+
* [string_to_bitmap](sql_functions/scalar_functions/bitmap_functions/string_to_bitmap.md)
|
|
695
|
+
* [to_bitmap](sql_functions/scalar_functions/bitmap_functions/to_bitmap.md)
|
|
696
|
+
* [bitmap_transform](sql_functions/scalar_functions/bitmap_functions/bitmap_transform.md)
|
|
697
|
+
* [bitmap_xor](sql_functions/scalar_functions/bitmap_functions/bitmap_xor.md)
|
|
698
|
+
* [bitmap_xor_cardinality](sql_functions/scalar_functions/bitmap_functions/bitmap_xor_cardinality.md)
|
|
699
|
+
* [group_bitmap](sql_functions/aggregate_functions/group_bitmap.md)
|
|
700
|
+
* [group_bitmap_and](sql_functions/aggregate_functions/group_bitmap_and.md)
|
|
701
|
+
* [group_bitmap_and_state](sql_functions/aggregate_functions/group_bitmap_and_state.md)
|
|
702
|
+
* [group_bitmap_state](sql_functions/aggregate_functions/group_bitmap_state.md)
|
|
703
|
+
* [group_bitmap_merge](sql_functions/aggregate_functions/group_bitmap_merge.md)
|
|
704
|
+
* [group_bitmap_merge_state](sql_functions/aggregate_functions/group_bitmap_merge_state.md)
|
|
705
|
+
* [group_bitmap_or](sql_functions/aggregate_functions/group_bitmap_or.md)
|
|
706
|
+
* [group_bitmap_or_state](sql_functions/aggregate_functions/group_bitmap_or_state.md)
|
|
707
|
+
* [group_bitmap_xor](sql_functions/aggregate_functions/group_bitmap_xor.md)
|
|
708
|
+
* [group_bitmap_xor_state](sql_functions/aggregate_functions/group_bitmap_xor_state.md)
|
|
709
|
+
* [sub_bitmap](sql_functions/scalar_functions/bitmap_functions/sub_bitmap.md)
|
|
710
|
+
* [ BIT函数](bit_function.md)
|
|
711
|
+
* [bit_count](sql_functions/scalar_functions/bitwise_functions/bit_count.md)
|
|
712
|
+
* [bitnot](sql_functions/scalar_functions/bitwise_functions/bitnot.md)
|
|
713
|
+
* [条件函数](conditional_funcion.md)
|
|
714
|
+
* [assert_true](sql_functions/scalar_functions/conditional_functions/assert_true.md)
|
|
715
|
+
* [between](sql_functions/scalar_functions/conditional_functions/between.md)
|
|
716
|
+
* [coalesce](sql_functions/scalar_functions/conditional_functions/coalesce.md)
|
|
717
|
+
* [decode](sql_functions/scalar_functions/conditional_functions/decode.md)
|
|
718
|
+
* [if](sql_functions/scalar_functions/conditional_functions/if.md)
|
|
719
|
+
* [in](sql_functions/scalar_functions/conditional_functions/in.md)
|
|
720
|
+
* [is_false](sql_functions/scalar_functions/conditional_functions/is_false.md)
|
|
721
|
+
* [is_not_null](sql_functions/scalar_functions/conditional_functions/is_not_null.md)
|
|
722
|
+
* [is_null](sql_functions/scalar_functions/conditional_functions/is_null.md)
|
|
723
|
+
* [is_true](sql_functions/scalar_functions/conditional_functions/is_true.md)
|
|
724
|
+
* [multiif](sql_functions/scalar_functions/conditional_functions/multiif.md)
|
|
725
|
+
* [nvl](sql_functions/scalar_functions/conditional_functions/nvl.md)
|
|
726
|
+
* [raise_error](sql_functions/scalar_functions/conditional_functions/raise_error.md)
|
|
727
|
+
* [ifnull](ifnull.md)
|
|
728
|
+
* [时间函数](time-function.md)
|
|
729
|
+
* [Lakehouse时间日期格式](sql_functions/scalar_functions/datetime_functions/datetime_patterns.md)
|
|
730
|
+
* [add_days](sql_functions/scalar_functions/datetime_functions/add_days.md)
|
|
731
|
+
* [add_months](sql_functions/scalar_functions/datetime_functions/add_months.md)
|
|
732
|
+
* [add_years](sql_functions/scalar_functions/datetime_functions/add_years.md)
|
|
733
|
+
* [convert_timezone](sql_functions/scalar_functions/datetime_functions/convert_timezone.md)
|
|
734
|
+
* [current_date](sql_functions/scalar_functions/datetime_functions/current_date.md)
|
|
735
|
+
* [current_timestamp](sql_functions/scalar_functions/datetime_functions/current_timestamp.md)
|
|
736
|
+
* [date](sql_functions/scalar_functions/datetime_functions/date.md)
|
|
737
|
+
* [date_add](sql_functions/scalar_functions/datetime_functions/date_add.md)
|
|
738
|
+
* [date_format](sql_functions/scalar_functions/datetime_functions/date_format.md)
|
|
739
|
+
* [date_format_mysql](sql_functions/scalar_functions/datetime_functions/date_format_mysql.md)
|
|
740
|
+
* [date_format_pg](sql_functions/scalar_functions/datetime_functions/date_format_pg.md)
|
|
741
|
+
* [date_sub](sql_functions/scalar_functions/datetime_functions/date_sub.md)
|
|
742
|
+
* [date_trunc](sql_functions/scalar_functions/datetime_functions/date_trunc.md)
|
|
743
|
+
* [dateadd](sql_functions/scalar_functions/datetime_functions/dateadd.md)
|
|
744
|
+
* [datediff](sql_functions/scalar_functions/datetime_functions/datediff.md)
|
|
745
|
+
* [day](sql_functions/scalar_functions/datetime_functions/day.md)
|
|
746
|
+
* [dayofmonth](sql_functions/scalar_functions/datetime_functions/dayofmonth.md)
|
|
747
|
+
* [dayofweek_iso](sql_functions/scalar_functions/datetime_functions/dayofweek_iso.md)
|
|
748
|
+
* [dayofweek](sql_functions/scalar_functions/datetime_functions/dayofweek.md)
|
|
749
|
+
* [dayofyear](sql_functions/scalar_functions/datetime_functions/dayofyear.md)
|
|
750
|
+
* [days](sql_functions/scalar_functions/datetime_functions/days.md)
|
|
751
|
+
* [extract](sql_functions/scalar_functions/datetime_functions/extract.md)
|
|
752
|
+
* [from_unixtime](sql_functions/scalar_functions/datetime_functions/from_unixtime.md)
|
|
753
|
+
* [from_utc_timestamp](sql_functions/scalar_functions/datetime_functions/from_utc_timestamp.md)
|
|
754
|
+
* [hour](sql_functions/scalar_functions/datetime_functions/hour.md)
|
|
755
|
+
* [hours](sql_functions/scalar_functions/datetime_functions/hours.md)
|
|
756
|
+
* [last_day](sql_functions/scalar_functions/datetime_functions/last_day.md)
|
|
757
|
+
* [localtimestamp](sql_functions/scalar_functions/datetime_functions/localtimestamp.md)
|
|
758
|
+
* [make_date](sql_functions/scalar_functions/datetime_functions/makde_date.md)
|
|
759
|
+
* [make_dt_interval](sql_functions/scalar_functions/datetime_functions/make_dt_interval.md)
|
|
760
|
+
* [make_ym_interval](sql_functions/scalar_functions/datetime_functions/make_ym_interval.md)
|
|
761
|
+
* [minute](sql_functions/scalar_functions/datetime_functions/minute.md)
|
|
762
|
+
* [month](sql_functions/scalar_functions/datetime_functions/month.md)
|
|
763
|
+
* [months](sql_functions/scalar_functions/datetime_functions/months.md)
|
|
764
|
+
* [months_between](sql_functions/scalar_functions/datetime_functions/months_between.md)
|
|
765
|
+
* [next_day](sql_functions/scalar_functions/datetime_functions/next_day.md)
|
|
766
|
+
* [now](sql_functions/scalar_functions/datetime_functions/now.md)
|
|
767
|
+
* [quarter](sql_functions/scalar_functions/datetime_functions/quarter.md)
|
|
768
|
+
* [second](sql_functions/scalar_functions/datetime_functions/second.md)
|
|
769
|
+
* [str_to_date_mysql](sql_functions/scalar_functions/datetime_functions/str_to_date_mysql.md)
|
|
770
|
+
* [sub_days](sql_functions/scalar_functions/datetime_functions/sub_days.md)
|
|
771
|
+
* [timestamp_micros](sql_functions/scalar_functions/datetime_functions/timestamp_micros.md)
|
|
772
|
+
* [timestamp_millis](sql_functions/scalar_functions/datetime_functions/timestamp_millis.md)
|
|
773
|
+
* [timestamp_seconds](sql_functions/scalar_functions/datetime_functions/timestamp_seconds.md)
|
|
774
|
+
* [timestampadd](sql_functions/scalar_functions/datetime_functions/timestampadd.md)
|
|
775
|
+
* [timestampdiff](sql_functions/scalar_functions/datetime_functions/timestampdiff.md)
|
|
776
|
+
* [to_date](sql_functions/scalar_functions/datetime_functions/to_date.md)
|
|
777
|
+
* [to_start_of_interval](sql_functions/scalar_functions/datetime_functions/to_start_of_interval.md)
|
|
778
|
+
* [to_timestamp](sql_functions/scalar_functions/datetime_functions/to_timestamp.md)
|
|
779
|
+
* [to_timestamp_ntz](sql_functions/scalar_functions/datetime_functions/to_timestamp_ntz.md)
|
|
780
|
+
* [to_unix_timestamp](sql_functions/scalar_functions/datetime_functions/to_unix_timestamp.md)
|
|
781
|
+
* [to_unix_timestamp_ms](sql_functions/scalar_functions/datetime_functions/to_unix_timestamp_ms.md)
|
|
782
|
+
* [to_unix_timestamp_us](sql_functions/scalar_functions/datetime_functions/to_unix_timestamp_us.md)
|
|
783
|
+
* [to_utc_timestamp](sql_functions/scalar_functions/datetime_functions/to_utc_timestamp.md)
|
|
784
|
+
* [toyyyymmdd](sql_functions/scalar_functions/datetime_functions/toyyyymmdd.md)
|
|
785
|
+
* [trunc](sql_functions/scalar_functions/datetime_functions/trunc.md)
|
|
786
|
+
* [unix_timestamp](sql_functions/scalar_functions/datetime_functions/unix_timestamp.md)
|
|
787
|
+
* [week](sql_functions/scalar_functions/datetime_functions/week.md)
|
|
788
|
+
* [weekday](sql_functions/scalar_functions/datetime_functions/weekday.md)
|
|
789
|
+
* [weekofyear](sql_functions/scalar_functions/datetime_functions/weekofyear.md)
|
|
790
|
+
* [year](sql_functions/scalar_functions/datetime_functions/year.md)
|
|
791
|
+
* [years](sql_functions/scalar_functions/datetime_functions/years.md)
|
|
792
|
+
* [yearofweek](sql_functions/scalar_functions/datetime_functions/yearofweek.md)
|
|
793
|
+
* [GEO函数](geo.md)
|
|
794
|
+
* [st_geohash](sql_functions/scalar_functions/geo_functions/st_geohash.md)
|
|
795
|
+
* [st_latfromgeohash](sql_functions/scalar_functions/geo_functions/st_latfromgeohash.md)
|
|
796
|
+
* [st_longfromgeohash](sql_functions/scalar_functions/geo_functions/st_longfromgeohash.md)
|
|
797
|
+
* [HASH函数](hash.md)
|
|
798
|
+
* [bucket](sql_functions/scalar_functions/hash_functions/bucket.md)
|
|
799
|
+
* [general_hash](sql_functions/scalar_functions/hash_functions/general_hash.md)
|
|
800
|
+
* [hash_combine](sql_functions/scalar_functions/hash_functions/hash_combine.md)
|
|
801
|
+
* [hash_combine_commutative](sql_functions/scalar_functions/hash_functions/hash_combine_commutative.md)
|
|
802
|
+
* [murmurhash](sql_functions/scalar_functions/hash_functions/murmurhash.md)
|
|
803
|
+
* [IP函数](ip_function.md)
|
|
804
|
+
* [ipv4_num_to_string](sql_functions/scalar_functions/ip_functions/ipv4_num_to_string.md)
|
|
805
|
+
* [ipv4_string_to_num](sql_functions/scalar_functions/ip_functions/ipv4_string_to_num.md)
|
|
806
|
+
* [ipv6_num_to_string](sql_functions/scalar_functions/ip_functions/ipv6_num_to_string.md)
|
|
807
|
+
* [ipv6_string_to_num](sql_functions/scalar_functions/ip_functions/ipv6_string_to_num.md)
|
|
808
|
+
* [is_ip_address_in_range](sql_functions/scalar_functions/ip_functions/is_ip_address_in_range.md)
|
|
809
|
+
* [get_ip_info](sql_functions/scalar_functions/ip_functions/get_ip_info.md)
|
|
810
|
+
* [JSON函数](json_function.md)
|
|
811
|
+
* [from_json](sql_functions/scalar_functions/json_functions/from_json.md)
|
|
812
|
+
* [get_json_object](sql_functions/scalar_functions/json_functions/get_json_object.md)
|
|
813
|
+
* [schema_of_json](sql_functions/scalar_functions/json_functions/schema_of_json.md)
|
|
814
|
+
* [to_json](sql_functions/scalar_functions/json_functions/to_json.md)
|
|
815
|
+
* [json_array](sql_functions/scalar_functions/json_functions/json_array.md)
|
|
816
|
+
* [json_contains](sql_functions/scalar_functions/json_functions/json_contains.md)
|
|
817
|
+
* [json_extract](sql_functions/scalar_functions/json_functions/json_extract.md)
|
|
818
|
+
* [json_minify](sql_functions/scalar_functions/json_functions/json_minify.md)
|
|
819
|
+
* [json_normalize](sql_functions/scalar_functions/json_functions/json_normalize.md)
|
|
820
|
+
* [json_object](sql_functions/scalar_functions/json_functions/json_object.md)
|
|
821
|
+
* [json_parse](sql_functions/scalar_functions/json_functions/json_parse.md)
|
|
822
|
+
* [json_remove](sql_functions/scalar_functions/json_functions/json_remove.md)
|
|
823
|
+
* [json_type](sql_functions/scalar_functions/json_functions/json_type.md)
|
|
824
|
+
* [json_valid](sql_functions/scalar_functions/json_functions/json_valid.md)
|
|
825
|
+
* [数学函数](math_funciton.md)
|
|
826
|
+
* [abs](sql_functions/scalar_functions/math_functions/abs.md)
|
|
827
|
+
* [acos](sql_functions/scalar_functions/math_functions/acos.md)
|
|
828
|
+
* [acosh](sql_functions/scalar_functions/math_functions/acosh.md)
|
|
829
|
+
* [asin](sql_functions/scalar_functions/math_functions/asin.md)
|
|
830
|
+
* [asinh](sql_functions/scalar_functions/math_functions/asinh.md)
|
|
831
|
+
* [atan](sql_functions/scalar_functions/math_functions/atan.md)
|
|
832
|
+
* [atan2](sql_functions/scalar_functions/math_functions/atan2.md)
|
|
833
|
+
* [atanh](sql_functions/scalar_functions/math_functions/atanh.md)
|
|
834
|
+
* [bround](sql_functions/scalar_functions/math_functions/bround.md)
|
|
835
|
+
* [cbrt](sql_functions/scalar_functions/math_functions/cbrt.md)
|
|
836
|
+
* [ceil](sql_functions/scalar_functions/math_functions/ceil.md)
|
|
837
|
+
* [ceilling](sql_functions/scalar_functions/math_functions/ceilling.md)
|
|
838
|
+
* [cos](sql_functions/scalar_functions/math_functions/cos.md)
|
|
839
|
+
* [cosh](sql_functions/scalar_functions/math_functions/cosh.md)
|
|
840
|
+
* [cot](sql_functions/scalar_functions/math_functions/cot.md)
|
|
841
|
+
* [csc](sql_functions/scalar_functions/math_functions/csc.md)
|
|
842
|
+
* [degrees](sql_functions/scalar_functions/math_functions/degrees.md)
|
|
843
|
+
* [div](sql_functions/scalar_functions/math_functions/div.md)
|
|
844
|
+
* [e](sql_functions/scalar_functions/math_functions/e.md)
|
|
845
|
+
* [exp](sql_functions/scalar_functions/math_functions/exp.md)
|
|
846
|
+
* [exp2](sql_functions/scalar_functions/math_functions/exp2.md)
|
|
847
|
+
* [expm1](sql_functions/scalar_functions/math_functions/expm1.md)
|
|
848
|
+
* [floor](sql_functions/scalar_functions/math_functions/floor.md)
|
|
849
|
+
* [greatest](sql_functions/scalar_functions/math_functions/greatest.md)
|
|
850
|
+
* [hypot](sql_functions/scalar_functions/math_functions/hypot.md)
|
|
851
|
+
* [isnan](sql_functions/scalar_functions/math_functions/isnan.md)
|
|
852
|
+
* [least](sql_functions/scalar_functions/math_functions/least.md)
|
|
853
|
+
* [ln](sql_functions/scalar_functions/math_functions/ln.md)
|
|
854
|
+
* [log](sql_functions/scalar_functions/math_functions/log.md)
|
|
855
|
+
* [log10](sql_functions/scalar_functions/math_functions/log10.md)
|
|
856
|
+
* [log1p](sql_functions/scalar_functions/math_functions/log1p.md)
|
|
857
|
+
* [log2](sql_functions/scalar_functions/math_functions/log2.md)
|
|
858
|
+
* [median](sql_functions/scalar_functions/math_functions/median.md)
|
|
859
|
+
* [mod](sql_functions/scalar_functions/math_functions/mod.md)
|
|
860
|
+
* [monotonically_increasing_id](sql_functions/scalar_functions/math_functions/monotonically_increasing_id.md)
|
|
861
|
+
* [negative](sql_functions/scalar_functions/math_functions/negative.md)
|
|
862
|
+
* [pi](sql_functions/scalar_functions/math_functions/pi.md)
|
|
863
|
+
* [pmod](sql_functions/scalar_functions/math_functions/pmod.md)
|
|
864
|
+
* [pow](sql_functions/scalar_functions/math_functions/pow.md)
|
|
865
|
+
* [positive](sql_functions/scalar_functions/math_functions/positive.md)
|
|
866
|
+
* [radians](sql_functions/scalar_functions/math_functions/radians.md)
|
|
867
|
+
* [rand](sql_functions/scalar_functions/math_functions/rand.md)
|
|
868
|
+
* [randn](sql_functions/scalar_functions/math_functions/randn.md)
|
|
869
|
+
* [random](sql_functions/scalar_functions/math_functions/random.md)
|
|
870
|
+
* [round](sql_functions/scalar_functions/math_functions/round.md)
|
|
871
|
+
* [sign](sql_functions/scalar_functions/math_functions/sign.md)
|
|
872
|
+
* [shiftleft](sql_functions/scalar_functions/math_functions/shiftleft.md)
|
|
873
|
+
* [shiftright](sql_functions/scalar_functions/math_functions/shiftright.md)
|
|
874
|
+
* [shiftrightunsigned](sql_functions/scalar_functions/math_functions/shiftrightunsigned.md)
|
|
875
|
+
* [sin](sql_functions/scalar_functions/math_functions/sin.md)
|
|
876
|
+
* [sinh](sql_functions/scalar_functions/math_functions/sinh.md)
|
|
877
|
+
* [sqrt](sql_functions/scalar_functions/math_functions/sqrt.md)
|
|
878
|
+
* [tan](sql_functions/scalar_functions/math_functions/tan.md)
|
|
879
|
+
* [tanh](sql_functions/scalar_functions/math_functions/tanh.md)
|
|
880
|
+
* [加密函数](encryption-funciont.md)
|
|
881
|
+
* [aes_decrypt](sql_functions/scalar_functions/string_functions/aes_decrypt.md)
|
|
882
|
+
* [aes_decrypt_mysql](sql_functions/scalar_functions/string_functions/aes_decrypt_mysql.md)
|
|
883
|
+
* [aes_encrypt](sql_functions/scalar_functions/string_functions/aes_encrypt.md)
|
|
884
|
+
* [aes_encrypt_mysql](sql_functions/scalar_functions/string_functions/aes_encrypt_mysql.md)
|
|
885
|
+
* [sha1](sql_functions/scalar_functions/string_functions/sha1.md)
|
|
886
|
+
* [md5](sql_functions/scalar_functions/string_functions/md5.md)
|
|
887
|
+
* [正则函数](regexp-funciont.md)
|
|
888
|
+
* [正则表达式](regexp-statement.md)
|
|
889
|
+
* [rlike](rlike.md)
|
|
890
|
+
* [regexp_count](sql_functions/scalar_functions/string_functions/regexp_count.md)
|
|
891
|
+
* [regexp_extract](sql_functions/scalar_functions/string_functions/regexp_extract.md)
|
|
892
|
+
* [regexp_extract_all](sql_functions/scalar_functions/string_functions/regexp_extract_all.md)
|
|
893
|
+
* [regexp_instr](sql_functions/scalar_functions/string_functions/regexp_instr.md)
|
|
894
|
+
* [regexp_replace](sql_functions/scalar_functions/string_functions/regexp_replace.md)
|
|
895
|
+
* [字符串函数](string_function.md)
|
|
896
|
+
* [ascii](sql_functions/scalar_functions/string_functions/ascii.md)
|
|
897
|
+
* [base64](sql_functions/scalar_functions/string_functions/base64.md)
|
|
898
|
+
* [binary](sql_functions/scalar_functions/string_functions/binary.md)
|
|
899
|
+
* [btrim](sql_functions/scalar_functions/string_functions/btrim.md)
|
|
900
|
+
* [char](sql_functions/scalar_functions/string_functions/char.md)
|
|
901
|
+
* [char_length](sql_functions/scalar_functions/string_functions/char_length.md)
|
|
902
|
+
* [character_length](sql_functions/scalar_functions/string_functions/character_length.md)
|
|
903
|
+
* [chr](sql_functions/scalar_functions/string_functions/chr.md)
|
|
904
|
+
* [collation_sort_key](sql_functions/scalar_functions/string_functions/collation_sort_key.md)
|
|
905
|
+
* [concat](sql_functions/scalar_functions/string_functions/concat.md)
|
|
906
|
+
* [conv](sql_functions/scalar_functions/string_functions/conv.md)
|
|
907
|
+
* [concat_ws](sql_functions/scalar_functions/string_functions/concat_ws.md)
|
|
908
|
+
* [contains](sql_functions/scalar_functions/string_functions/contains.md)
|
|
909
|
+
* [endswith](sql_functions/scalar_functions/string_functions/endswith.md)
|
|
910
|
+
* [find_in_set](sql_functions/scalar_functions/string_functions/find_in_set.md)
|
|
911
|
+
* [format_string](sql_functions/scalar_functions/string_functions/format_string.md)
|
|
912
|
+
* [hex](sql_functions/scalar_functions/string_functions/hex.md)
|
|
913
|
+
* [instr](sql_functions/scalar_functions/string_functions/instr.md)
|
|
914
|
+
* [is_ascii](sql_functions/scalar_functions/string_functions/is_ascii.md)
|
|
915
|
+
* [is_utf8](sql_functions/scalar_functions/string_functions/is_utf8.md)
|
|
916
|
+
* [left](sql_functions/scalar_functions/string_functions/left.md)
|
|
917
|
+
* [length](sql_functions/scalar_functions/string_functions/length.md)
|
|
918
|
+
* [lengthb](sql_functions/scalar_functions/string_functions/lengthb.md)
|
|
919
|
+
* [like](sql_functions/scalar_functions/string_functions/like.md)
|
|
920
|
+
* [lcase](sql_functions/scalar_functions/string_functions/lcase.md)
|
|
921
|
+
* [locate](sql_functions/scalar_functions/string_functions/locate.md)
|
|
922
|
+
* [lower](sql_functions/scalar_functions/string_functions/lower.md)
|
|
923
|
+
* [lpad](sql_functions/scalar_functions/string_functions/lpad.md)
|
|
924
|
+
* [ltrim](sql_functions/scalar_functions/string_functions/ltrim.md)
|
|
925
|
+
* [mask](sql_functions/scalar_functions/string_functions/mask.md)
|
|
926
|
+
* [parse_url](sql_functions/scalar_functions/string_functions/parse_url.md)
|
|
927
|
+
* [position](sql_functions/scalar_functions/string_functions/position.md)
|
|
928
|
+
* [repeat](sql_functions/scalar_functions/string_functions/repeat.md)
|
|
929
|
+
* [replace](sql_functions/scalar_functions/string_functions/replace.md)
|
|
930
|
+
* [reverse](sql_functions/scalar_functions/string_functions/reverse.md)
|
|
931
|
+
* [rpad](sql_functions/scalar_functions/string_functions/rpad.md)
|
|
932
|
+
* [right](sql_functions/scalar_functions/string_functions/right.md)
|
|
933
|
+
* [rtrim](sql_functions/scalar_functions/string_functions/rtrim.md)
|
|
934
|
+
* [space](sql_functions/scalar_functions/string_functions/space.md)
|
|
935
|
+
* [split](sql_functions/scalar_functions/string_functions/split.md)
|
|
936
|
+
* [split_part](sql_functions/scalar_functions/string_functions/split_part.md)
|
|
937
|
+
* [startswith](sql_functions/scalar_functions/string_functions/startswith.md)
|
|
938
|
+
* [strpos](sql_functions/scalar_functions/string_functions/strpos.md)
|
|
939
|
+
* [str_to_map](sql_functions/scalar_functions/string_functions/str_to_map.md)
|
|
940
|
+
* [substr](sql_functions/scalar_functions/string_functions/substr.md)
|
|
941
|
+
* [substring_index](sql_functions/scalar_functions/string_functions/substring_index.md)
|
|
942
|
+
* [substring](sql_functions/scalar_functions/string_functions/substring.md)
|
|
943
|
+
* [unbase64](sql_functions/scalar_functions/string_functions/unbase64.md)
|
|
944
|
+
* [translate](sql_functions/scalar_functions/string_functions/translate.md)
|
|
945
|
+
* [trim](sql_functions/scalar_functions/string_functions/trim.md)
|
|
946
|
+
* [typeof](sql_functions/scalar_functions/string_functions/typeof.md)
|
|
947
|
+
* [unhex](sql_functions/scalar_functions/string_functions/unhex.md)
|
|
948
|
+
* [upper](sql_functions/scalar_functions/string_functions/upper.md)
|
|
949
|
+
* [ucase](sql_functions/scalar_functions/string_functions/ucase.md)
|
|
950
|
+
* [url_decode](sql_functions/scalar_functions/string_functions/url_decode.md)
|
|
951
|
+
* [url_encode](sql_functions/scalar_functions/string_functions/url_encode.md)
|
|
952
|
+
* [uuid](sql_functions/scalar_functions/string_functions/uuid.md)
|
|
953
|
+
* [ARRAY函数](array_funciton.md)
|
|
954
|
+
* [array_append](sql_functions/scalar_functions/nested_functions/array_append.md)
|
|
955
|
+
* [array_compact](sql_functions/scalar_functions/nested_functions/array_compact.md)
|
|
956
|
+
* [array_contains](sql_functions/scalar_functions/nested_functions/array_contains.md)
|
|
957
|
+
* [array_distinct](sql_functions/scalar_functions/nested_functions/array_distinct.md)
|
|
958
|
+
* [array_except](sql_functions/scalar_functions/nested_functions/array_except.md)
|
|
959
|
+
* [array_intersect](sql_functions/scalar_functions/nested_functions/array_intersect.md)
|
|
960
|
+
* [array_join](sql_functions/scalar_functions/nested_functions/array_join.md)
|
|
961
|
+
* [array_max](sql_functions/scalar_functions/nested_functions/array_max.md)
|
|
962
|
+
* [array_min](sql_functions/scalar_functions/nested_functions/array_min.md)
|
|
963
|
+
* [array_position](sql_functions/scalar_functions/nested_functions/array_position.md)
|
|
964
|
+
* [array_prepend](sql_functions/scalar_functions/nested_functions/array_prepend.md)
|
|
965
|
+
* [array_remove](sql_functions/scalar_functions/nested_functions/array_remove.md)
|
|
966
|
+
* [array_repeat](sql_functions/scalar_functions/nested_functions/array_repeat.md)
|
|
967
|
+
* [array_size](sql_functions/scalar_functions/nested_functions/array_size.md)
|
|
968
|
+
* [array_sort](sql_functions/scalar_functions/nested_functions/array_sort.md)
|
|
969
|
+
* [array_sort_reverse](sql_functions/scalar_functions/nested_functions/array_sort_reverse.md)
|
|
970
|
+
* [array_union](sql_functions/scalar_functions/nested_functions/array_union.md)
|
|
971
|
+
* [array](sql_functions/scalar_functions/nested_functions/array.md)
|
|
972
|
+
* [arrays_overlap](sql_functions/scalar_functions/nested_functions/arrays_overlap.md)
|
|
973
|
+
* [arrays_zip](sql_functions/scalar_functions/nested_functions/arrays_zip.md)
|
|
974
|
+
* [array_sort_by_key](sql_functions/scalar_functions/high_order_functions/array_sort_by_key.md)
|
|
975
|
+
* [concat_ws](sql_functions/scalar_functions/nested_functions/concat_ws.md)
|
|
976
|
+
* [cardinality](sql_functions/scalar_functions/nested_functions/cardinality.md)
|
|
977
|
+
* [exists](sql_functions/scalar_functions/high_order_functions/exists.md)
|
|
978
|
+
* [element_at](sql_functions/scalar_functions/high_order_functions/element_at.md)
|
|
979
|
+
* [filter](sql_functions/scalar_functions/high_order_functions/filter.md)
|
|
980
|
+
* [forall](sql_functions/scalar_functions/high_order_functions/forall.md)
|
|
981
|
+
* [flatten](sql_functions/scalar_functions/nested_functions/flatten.md)
|
|
982
|
+
* [sort_array](sql_functions/scalar_functions/nested_functions/sort_array.md)
|
|
983
|
+
* [slice](sql_functions/scalar_functions/nested_functions/slice.md)
|
|
984
|
+
* [sequence](sql_functions/scalar_functions/nested_functions/sequence.md)
|
|
985
|
+
* [size](sql_functions/scalar_functions/nested_functions/size.md)
|
|
986
|
+
* [trans_array](sql_functions/scalar_functions/nested_functions/trans_array.md)
|
|
987
|
+
* [transform](sql_functions/scalar_functions/high_order_functions/transform.md)
|
|
988
|
+
* [zip_with](sql_functions/scalar_functions/high_order_functions/zip_with.md)
|
|
989
|
+
* [MAP函数](map-funciton.md)
|
|
990
|
+
* [cardinality](sql_functions/scalar_functions/nested_functions/cardinality.md)
|
|
991
|
+
* [map_concat](sql_functions/scalar_functions/nested_functions/map_concat.md)
|
|
992
|
+
* [map_contains_key](sql_functions/scalar_functions/nested_functions/map_contains_key.md)
|
|
993
|
+
* [map_entries](sql_functions/scalar_functions/nested_functions/map_entries.md)
|
|
994
|
+
* [map_equal](sql_functions/scalar_functions/nested_functions/map_equal.md)
|
|
995
|
+
* [map_except](sql_functions/scalar_functions/nested_functions/map_except.md)
|
|
996
|
+
* [map_from_entries](sql_functions/scalar_functions/nested_functions/map_from_entries.md)
|
|
997
|
+
* [map_from_arrays](sql_functions/scalar_functions/nested_functions/map_from_arrays.md)
|
|
998
|
+
* [multimap_from_entries](sql_functions/scalar_functions/nested_functions/multimap_from_entries.md)
|
|
999
|
+
* [map_filter](sql_functions/scalar_functions/high_order_functions/map_filter.md)
|
|
1000
|
+
* [map_keys](sql_functions/scalar_functions/nested_functions/map_keys.md)
|
|
1001
|
+
* [map_values](sql_functions/scalar_functions/nested_functions/map_values.md)
|
|
1002
|
+
* [map](sql_functions/scalar_functions/nested_functions/map.md)
|
|
1003
|
+
* [map_zip_with](sql_functions/scalar_functions/high_order_functions/map_zip_with.md)
|
|
1004
|
+
* [size](sql_functions/scalar_functions/nested_functions/size.md)
|
|
1005
|
+
* [transform_keys](sql_functions/scalar_functions/high_order_functions/transform_keys.md)
|
|
1006
|
+
* [transform_values](sql_functions/scalar_functions/high_order_functions/transform_values.md)
|
|
1007
|
+
* [STRUCT函数](struct-funciton.md)
|
|
1008
|
+
* [named_struct](sql_functions/scalar_functions/nested_functions/named_struct.md)
|
|
1009
|
+
* [struct_insert](sql_functions/scalar_functions/nested_functions/struct_insert.md)
|
|
1010
|
+
* [struct_update](sql_functions/scalar_functions/nested_functions/struct_update.md)
|
|
1011
|
+
* [struct](sql_functions/scalar_functions/nested_functions/struct.md)
|
|
1012
|
+
* [窗口函数](sql_functions/window_functions/window_clause.md)
|
|
1013
|
+
* [window function](window-function-summary.md)
|
|
1014
|
+
* [window frame](windowframe.md)
|
|
1015
|
+
* [avg](sql_functions/window_functions/avg.md)
|
|
1016
|
+
* [count](sql_functions/window_functions/count.md)
|
|
1017
|
+
* [cume_dist](sql_functions/window_functions/cume_dist.md)
|
|
1018
|
+
* [dense_rank](sql_functions/window_functions/dense_rank.md)
|
|
1019
|
+
* [first](sql_functions/window_functions/first.md)
|
|
1020
|
+
* [first_value](sql_functions/window_functions/first_value.md)
|
|
1021
|
+
* [lag](sql_functions/window_functions/lag.md)
|
|
1022
|
+
* [last](sql_functions/window_functions/last.md)
|
|
1023
|
+
* [last_value](sql_functions/window_functions/last_value.md)
|
|
1024
|
+
* [lead](sql_functions/window_functions/lead.md)
|
|
1025
|
+
* [max](sql_functions/window_functions/max.md)
|
|
1026
|
+
* [min](sql_functions/window_functions/min.md)
|
|
1027
|
+
* [nth_value](sql_functions/window_functions/nth_value.md)
|
|
1028
|
+
* [ntile](sql_functions/window_functions/ntile.md)
|
|
1029
|
+
* [percent_rank](sql_functions/window_functions/percent_rank.md)
|
|
1030
|
+
* [rank](sql_functions/window_functions/rank.md)
|
|
1031
|
+
* [row_number](sql_functions/window_functions/row_number.md)
|
|
1032
|
+
* [sum](sql_functions/window_functions/sum.md)
|
|
1033
|
+
* [表函数](table_funciotn.md)
|
|
1034
|
+
* [explode](sql_functions/table_functions/explode.md)
|
|
1035
|
+
* [inline](sql_functions/table_functions/inline.md)
|
|
1036
|
+
* [json_tuple](sql_functions/table_functions/json_tuple.md)
|
|
1037
|
+
* [posexplode](sql_functions/table_functions/posexplode.md)
|
|
1038
|
+
* [stack](sql_functions/table_functions/stack.md)
|
|
1039
|
+
* [table_changes](sql_functions/table_functions/table_changes.md)
|
|
1040
|
+
* [read_kafka](sql_functions/table_functions/read_kafka.md)
|
|
1041
|
+
* [unnset](sql_functions/table_functions/unnset.md)
|
|
1042
|
+
* [load_history](sql_functions/table_functions/load_history.md)
|
|
1043
|
+
* [文件函数](file_functions.md)
|
|
1044
|
+
* [GET_PRESIGNED_URL](GET_PRESIGNED_URL.md)
|
|
1045
|
+
* [上下文函数](context_function.md)
|
|
1046
|
+
* [current_instance_id](sql_functions/context_functions/current_instance_id.md)
|
|
1047
|
+
* [current_schema](sql_functions/context_functions/current_schema.md)
|
|
1048
|
+
* [current_session_id](sql_functions/context_functions/current_session_id.md)
|
|
1049
|
+
* [current_user](sql_functions/context_functions/current_user.md)
|
|
1050
|
+
* [current_user_id](sql_functions/context_functions/current_user_id.md)
|
|
1051
|
+
* [current_vcluster](sql_functions/context_functions/current_vcluster.md)
|
|
1052
|
+
* [current_workspace](sql_functions/context_functions/current_workspace.md)
|
|
1053
|
+
* [current_workspace_id](sql_functions/context_functions/current_workspace_id.md)
|
|
1054
|
+
* [向量函数](vector-funcitons.md)
|
|
1055
|
+
* [binary_quantize](sql_functions/scalar_functions/vector_functions/binary_quantize.md)
|
|
1056
|
+
* [cosine_distance](sql_functions/scalar_functions/vector_functions/cosine_distance.md)
|
|
1057
|
+
* [dot_product](sql_functions/scalar_functions/vector_functions/dot_product.md)
|
|
1058
|
+
* [hamming_distance](sql_functions/scalar_functions/vector_functions/hamming_distance.md)
|
|
1059
|
+
* [jaccard_distance](sql_functions/scalar_functions/vector_functions/jaccard_distance.md)
|
|
1060
|
+
* [l2_distance](sql_functions/scalar_functions/vector_functions/l2_distance.md)
|
|
1061
|
+
* [l2_norm](sql_functions/scalar_functions/vector_functions/l2_norm.md)
|
|
1062
|
+
* [l2_normalize](sql_functions/scalar_functions/vector_functions/l2_normalize.md)
|
|
1063
|
+
* [print_vector_bits](sql_functions/scalar_functions/vector_functions/print_vector_bits.md)
|
|
1064
|
+
* [vector_add_scalar](sql_functions/scalar_functions/vector_functions/vector_add_scalar.md)
|
|
1065
|
+
* [vector](sql_functions/scalar_functions/vector_functions/vector.md)
|
|
1066
|
+
* [搜索函数](search-functions.md)
|
|
1067
|
+
* [match_all](sql_functions/scalar_functions/search_functions/match_all.md)
|
|
1068
|
+
* [match_any](sql_functions/scalar_functions/search_functions/match_any.md)
|
|
1069
|
+
* [match_phrase](sql_functions/scalar_functions/search_functions/match_phrase.md)
|
|
1070
|
+
* [match_phrase_prefix](sql_functions/scalar_functions/search_functions/match_phrase_prefix.md)
|
|
1071
|
+
* [match_regexp](sql_functions/scalar_functions/search_functions/match_regexp.md)
|
|
1072
|
+
* [tokenize](sql_functions/scalar_functions/search_functions/tokenize.md)
|
|
1073
|
+
* [分区函数](pratition-func.md)
|
|
1074
|
+
* [max_pt](sql_functions/scalar_functions/partition/max_pt.md)
|
|
1075
|
+
* [SQL使用指南](considerations-for-using-sql.md)
|
|
1076
|
+
* [SQL CREATE ABLE使用指南](SQL_CREATE_TABLE_GUIDE.md)
|
|
1077
|
+
* [SQL DML使用指南](SQL_DML_Considerations.md)
|
|
1078
|
+
* [SQL SELECT使用指南](SQL_SELECT_Considerations.md)
|
|
1079
|
+
* [SQL Join使用指南](SQL_Join_Guide.md)
|
|
1080
|
+
* [SQL With CTE使用指南](SQL_With_CTE_Guide.md)
|
|
1081
|
+
* [分区表使用指南](NotesandGuidelinesforUsingPartitionTables.md)
|
|
1082
|
+
* [生成列使用指南](generated_columns_guide.md)
|
|
1083
|
+
* [JSON数据处理使用指南](json_data_process_guide.md)
|
|
1084
|
+
* [VECTOR数据处理使用指南](vector_data_process_guide.md)
|
|
1085
|
+
|
|
1086
|
+
## 开发手册
|
|
1087
|
+
* [Java SDK 参考](java-sdk-refer.md)
|
|
1088
|
+
* [Java SDK 简介](java_reference/java-sdk-summary.md)
|
|
1089
|
+
* [Java SDK 更新记录](version-update.md)
|
|
1090
|
+
* [初始化 Client](java_reference/client.md)
|
|
1091
|
+
* [使用 JDBC 查询](java_reference/jdbc.md)
|
|
1092
|
+
* [实时写入数据](java_reference/realtime-upload.md)
|
|
1093
|
+
* [批量写入数据(Bulkload)](java_reference/bulkload-upload.md)
|
|
1094
|
+
* [Bulkload简介](bulkload-summary.md)
|
|
1095
|
+
* [BulkLoad Java SDK](bulkloadv1-java-sdk.md)
|
|
1096
|
+
* [Python SDK 参考](python-sdk-refer.md)
|
|
1097
|
+
* [Python SDK 简介](python_reference/python-sdk-summary.md)
|
|
1098
|
+
* [使用 Python Database API 接口进行查询](python_reference/connector.md)
|
|
1099
|
+
* [使用 SQLAlchemy 接口进行查询](python_reference/sqlalchemy.md)
|
|
1100
|
+
* [批量上传数据](python_reference/bulkload-upload.md)
|
|
1101
|
+
* [BulkLoad Python SDK](bulkloadv1-python-sdk.md)
|
|
1102
|
+
* [Python Sdk实时上传数据](python-igs.md)
|
|
1103
|
+
* [Python SDK Version History](PythonSDKVersionHistory.md)
|
|
1104
|
+
* [Python SqlAlchemy Version History](PythonSqlAlchemyVersionHistory.md)
|
|
1105
|
+
|
|
1106
|
+
## 实践教程
|
|
1107
|
+
* [高效管理对象和组织数据](data_org.md)
|
|
1108
|
+
* [表设计最佳实践指南](lakehouse_table_design_guide.md)
|
|
1109
|
+
* [Volume最佳实践指南](volume_best_practices.md)
|
|
1110
|
+
* [Table Stream 最佳实践指南](lakehouse-table-stream-best-practices.md)
|
|
1111
|
+
* [元数据查询命令SHOW和DESC完整指南](metadata_show_desc_command_guide.md)
|
|
1112
|
+
* [数据导入导出实践](practice_data_import_and_export.md)
|
|
1113
|
+
* [低延迟实时湖仓数据集成和实时分析](realtime_sync_and_analysis_practice.md)
|
|
1114
|
+
* [通过Private Link和SSH结合来同步VPC内的RDS数据](StudioDI_PrivateLinkVPC_fromRDS.md)
|
|
1115
|
+
* [通过Copy命令批量加载parquet文件到Lakehouse](batchloadparquertfileintoLakehouse.md)
|
|
1116
|
+
* [通过Python脚本将Postgres数据导入到Lakehouse](importdatabypythonintoLakehouse.md)
|
|
1117
|
+
* [如何将飞书上的表格导入到lakehouse中](702bc8f656.md)
|
|
1118
|
+
* [数据查询分析实践](practice_data_analysis.md)
|
|
1119
|
+
* [使用样例数据快速开始查询分析](sample-data-using.md)
|
|
1120
|
+
* [快速分析本地的CSV文件](quickstart_local_csv.md)
|
|
1121
|
+
* [使用虚拟集群加工和分析数据](getting_started_with_vcluster_for_processing_analytics.md)
|
|
1122
|
+
* [探索和分析外部Volume上的JSON文件里的数据](discovery_analysis_data_in_json_file_on_external_volume.md)
|
|
1123
|
+
* [探索和分析外部Volume上的Parquet文件里的数据](discovery_analysis_data_in_parquert_file_on_external_volume.md)
|
|
1124
|
+
* [使用information_schema作业历史视图分析实践指南](job_history_analysis_with_information_schema.md)
|
|
1125
|
+
* [用户行为分析与精准营销BITMAP实战指南](bitmap_uba_guide.md)
|
|
1126
|
+
* [复杂业务场景下的JSON数据处理指南](json_guide_for_complex_biz_cases.md)
|
|
1127
|
+
* [地理信息分析实践指南](geospatial_analysis.md)
|
|
1128
|
+
* [利用 AI 模型做图像分析](BP_AI_Function_Image2text.md)
|
|
1129
|
+
* [构建和运维ELT流程实践](ELT_practice.md)
|
|
1130
|
+
* [SQL数据开发实践](sql_practice.md)
|
|
1131
|
+
* [表设计及数据类型操作](TableDesign.md)
|
|
1132
|
+
* [JSON数据处理](JSON_DataType.md)
|
|
1133
|
+
* [验证SchemaEvolution的操作结果](validate_schema_evolution.md)
|
|
1134
|
+
* [使用SQL任务计算客户留存指标](SQL_revenue.md)
|
|
1135
|
+
* [使用SQL任务计算新客户、活跃客户和流失客户](SQL_customers.md)
|
|
1136
|
+
* [使用SQL对客户进行RFM分析](sql_rfm.md)
|
|
1137
|
+
* [用CTE方式对客户进行同类群组分析](CTERevenueCohort.md)
|
|
1138
|
+
* [Dynamic Table开发实践](DynamicTableDevPractical.md)
|
|
1139
|
+
* [使用Dynamic Table开展实时ETL](tutorials-streaming-data-pipeline-with_dynamic-table.md)
|
|
1140
|
+
* [Python任务开发实践](PythonTaskDev.md)
|
|
1141
|
+
* [Python任务安装分发包与导入使用指南](python_package_install_import_guide.md)
|
|
1142
|
+
* [Python任务使用实践](practice_python_task.md)
|
|
1143
|
+
* [使用Python任务将gharchive网站数据同步到对象存储](PythonSample_put_gharchive2oss.md)
|
|
1144
|
+
* [使用Python任务实时获取github的事件并导入Lakehouse Table](PythonSample_put_github_rt_events.md)
|
|
1145
|
+
* [通过Lakehouse实现ELT新方式](Refactor_ELT_practice.md)
|
|
1146
|
+
* [DataOps数据安全稳定生产实践](dataops_practice.md)
|
|
1147
|
+
* [优化计算资源](OptimizingComputingResources.md)
|
|
1148
|
+
* [分析型集群规划配置及使用实践](analytics_cluster_best_practices.md)
|
|
1149
|
+
* [性能体验](performence_test.md)
|
|
1150
|
+
* [用一瓶水的成本开销体验TPC-H 100G性能测试](TPC-H100G_experience.md)
|
|
1151
|
+
* [了解和使用Result Cache](working_with_cache.md)
|
|
1152
|
+
* [构建 Modern Data Stack](ModernDataStackWithEcosystemTools.md)
|
|
1153
|
+
* [基于云器Lakehouse构建面向ELT的Modern Data Stack](ELTModernDataStack.md)
|
|
1154
|
+
* [基于云器Lakehouse构建面向分析的Modern Data Stack](AnalyticsModernDataStack.md)
|
|
1155
|
+
* [使用dbt在Lakehouse进行增量开发](use-dbt-dev.md)
|
|
1156
|
+
* [(SaaS)² :云器Lakehouse+Zilliz,Make Data Ready for BI and AI](Lakehouse_Zilliz_MakeDataReadyforBIandAI.md)
|
|
1157
|
+
* [AI应用开发](REMOTEFUNCTION.md)
|
|
1158
|
+
* [利用Hugging Face 图片识别模型处理图片数据](RemoteFunctionOnACR.md)
|
|
1159
|
+
* [连接MindsDB实现基于ML和LLM的数据分析](JDBC_MindsDB_ML_LLM.md)
|
|
1160
|
+
* [安全与合规审计](security_compliance_audit_guide.md)
|
|
1161
|
+
* [基于Information Schema的全系体系盘点与优化指南](Security_system_inventory_and_optimization_based_Information_Schema.md)
|
|
1162
|
+
* [用量和费用管理](cost_management.md)
|
|
1163
|
+
* [云器Lakehouse费用异常告警配置指南](lakehouse_billing_anomaly_alert_configuration_guide.md)
|
|
1164
|
+
|
|
1165
|
+
## Lakehouse AI
|
|
1166
|
+
* [Lakehouse AI 概述](LakehouseAI_overview.md)
|
|
1167
|
+
* [AI 的数据准备](Server_data_for_AI.md)
|
|
1168
|
+
* [概述](ai_ready_data_overview.md)
|
|
1169
|
+
* [向量检索](vector_search_ai.md)
|
|
1170
|
+
* [全文检索](Full_Text_Search.md)
|
|
1171
|
+
* [全文检索使用指南](fulltext_indexes_guide.md)
|
|
1172
|
+
* [multi-match 功能](inverted_idx_multi-match.md)
|
|
1173
|
+
* [倒排索引 BM25 参数调优](inverted_idx_bm25_param.md)
|
|
1174
|
+
* [多模数据检索](PerformingVectorandScalarRetrievalinheSameTableinLakehouse.md)
|
|
1175
|
+
* [语义视图](semantic_view.md)
|
|
1176
|
+
* [AI 函数](AI_function_in_SQL.md)
|
|
1177
|
+
* [AI 函数概述](AI_function_overview.md)
|
|
1178
|
+
* [AI_COMPLETE](AI_COMPLETE.md)
|
|
1179
|
+
* [AI_EMBEDDING](AI_EMBEDDING.md)
|
|
1180
|
+
* [外部 AI 函数示例1:创建嵌入函数](Create_Embeding_Function.md)
|
|
1181
|
+
* [外部 AI 函数示例2:创建 LLM 函数分析公司行业](Create_LLM_Function.md)
|
|
1182
|
+
* [Lakehouse Python 开发框架(Zettapark)](LakehousePythonZettapark.md)
|
|
1183
|
+
* [Lakehouse Zettapark 介绍](ZettaparkQuickStart.md)
|
|
1184
|
+
* [使用 Zettapark 和 Python 机器学习库进行信用评分](CreditScoringwithZettaparkandPythonMLlibraryNew.md)
|
|
1185
|
+
* [AI + BI 统一工作流](unifiedWorkflow.md)
|
|
1186
|
+
* [AI + BI 统一工作流介绍](UnifiedWorkflowIntro.md)
|
|
1187
|
+
* [示例:增量处理对象存储中的车辆图片](UnifiedWorkflow_demo.md)
|
|
1188
|
+
* [AI Gateway](AIGateway.md)
|
|
1189
|
+
* [对话式数据分析(DataGPT)](datagpt_intro.md)
|
|
1190
|
+
* [DataGPT介绍](DataGPT_Intro.md)
|
|
1191
|
+
* [快速入门](datagpt_quickstart.md)
|
|
1192
|
+
* [使用指南](datagpt_tutorial.md)
|
|
1193
|
+
* [数据源管理](datagpt_data_source.md)
|
|
1194
|
+
* [指标与答案构建器](metrics_answer_build.md)
|
|
1195
|
+
* [最佳实践](datagpt_bestpractice.md)
|
|
1196
|
+
* [如何让回答更准确](datagpt_get_accurate_answers.md)
|
|
1197
|
+
* [网页数据获取与对话式数据分析](bestpractice_bazhuanyu.md)
|
|
1198
|
+
* [数据隐私](data_privacy.md)
|
|
1199
|
+
* [Lakehouse MCP Server](LakehouseMCPServer.md)
|
|
1200
|
+
* [Lakehouse MCP Server 介绍以及快速部署](LakehouseMCPServer_intro.md)
|
|
1201
|
+
* [Dify中集成Lakehouse MCP Server](Dify_Integreated_with_LakehouseMCPServer.md)
|
|
1202
|
+
* [N8N中集成Lakehouse MCP Server](N8N_Integrated_with_LakehouseMCPServer.md)
|
|
1203
|
+
* [Claude Deskop集成使用案例介绍](mcp_use_cases_with_claude_desktop.md)
|
|
1204
|
+
* [快速分析互联网公开数据](analysis_internet_data_nyc_green_data.md)
|
|
1205
|
+
* [NYC绿色出租车数据清洗与转化](nyc_green_taxi_data_clean_transform_with_mcp_server.md)
|
|
1206
|
+
* [Lakehouse多云多环境管理](multi_cloud_instance_manage_with_mcp_server.md)
|
|
1207
|
+
* [费用异常分析与问题定位](charge_analysis_with_lakehouse_mcp_server.md)
|
|
1208
|
+
* [数据运维问题排查](using_mcp_solute_data_pipeline_issue.md)
|
|
1209
|
+
* [AI 生态](AI_eco.md)
|
|
1210
|
+
* [和Dify集成提供文件存储和向量及全文检索服务](dify_integration.md)
|
|
1211
|
+
* [Dify与云器Lakehouse集成概述](dify_yunqilakehouse_integration_overview.md)
|
|
1212
|
+
* [Dify中配置云器Lakehouse作为向量数据库指南](dify_config_lakehouse_as_vectordb.md)
|
|
1213
|
+
* [Dify中配置云器Lakehouse Volume作为存储服务](config_volume_dify_storage.md)
|
|
1214
|
+
* [和N8N集成实现统一AI工作流](N8N_AI_Workflow_Integration.md)
|
|
1215
|
+
* [N8N集成安装指南](n8n_Integreated_with_lakehouse_mcp_server.md)
|
|
1216
|
+
* [和Langchain的全面集成](langchain_integration.md)
|
|
1217
|
+
* [Langchain插件概述](Langchain_plugins_overview.md)
|
|
1218
|
+
* [Langchain插件安装说明](Langchain_plug_installation.md)
|
|
1219
|
+
* [Langchain插件快速上手](Langchain_plug_quick_start.md)
|
|
1220
|
+
* [Langchain基础示例](langchain_basic_samples.md)
|
|
1221
|
+
* [构建RAG应用完整指南](build_rag_with_langchain.md)
|
|
1222
|
+
* [非结构化数据ETL管道](unstructured_etl_pipeline.md)
|
|
1223
|
+
* [非结构化数据ETL使用指南](unstructured_etl_pipeline_user_guide.md)
|
|
1224
|
+
* [非结构化数据ETL Python API](unstructured_etl_python_api.md)
|
|
1225
|
+
* [非结构化数据ETL管道示例Notebook](unstructured_etl_pipeline_notebook.md)
|
|
1226
|
+
* [数据工程智能体Datus与云器Lakehouse集成指南](Datus_Lakehouse_Integrated_Guide.md)
|
|
1227
|
+
* [集成方案介绍](datus_lakehouse_solution_overview.md)
|
|
1228
|
+
* [安装和使用指南](datus_lakehouse_installation.md)
|
|
1229
|
+
* [配置和使用云器Lakehouse MCP Server](Datus_Lakehouse_MCPServer.md)
|
|
1230
|
+
|
|
1231
|
+
## 产品更新
|
|
1232
|
+
* [产品更新](releasenotes.md)
|
|
1233
|
+
* [Lakehouse Studio 更新](Lakehouse_Studio_Release_Note.md)
|
|
1234
|
+
* [2026年01月30日-2.0.0](RN_2026_1_30-2.0.0.md)
|
|
1235
|
+
* [2025年12月17日-1.9.3](RN_2025_12_17.md)
|
|
1236
|
+
* [2025年10月23日-1.9.2](RN_2025_10_23.md)
|
|
1237
|
+
* [2025年08月25日-1.9.1](RN_2025-08-25.md)
|
|
1238
|
+
* [2025年07月03日-1.8.3](RN_2025-07-03.md)
|
|
1239
|
+
* [2025年05月20日-1.8.2](RN_2025-05-20.md)
|
|
1240
|
+
* [2025年04月01日-1.8.1](RN_2025-04-01.md)
|
|
1241
|
+
* [2025年03月05日-1.7](RN_2025-03-05.md)
|
|
1242
|
+
* [2024年12月25日-1.6](RN_2024_12_25.md)
|
|
1243
|
+
* [2024年12月12日-1.5](RN_2024_12_12.md)
|
|
1244
|
+
* [2024年11月11日-1.4](RN_2024_11_11.md)
|
|
1245
|
+
* [2024年10月15日-1.3](RN_2024-10-15.md)
|
|
1246
|
+
* [2024年09月18日-1.2](RN_2023-09-18.md)
|
|
1247
|
+
* [2024年08月07日-1.1](RN_2024-08-07.md)
|
|
1248
|
+
* [2024年07月24日-1.0](RN_2024-07-24.md)
|
|
1249
|
+
* [2024年06月27日-0.9](RN_2024-06-27.md)
|
|
1250
|
+
* [2024年06月06日-0.8.1](RN_2024-06-06.md)
|
|
1251
|
+
* [2024年05月15日-0.8](RN_2024-05-15.md)
|
|
1252
|
+
* [2024年05月10日-0.7](RN_2024-05-10.md)
|
|
1253
|
+
* [2024年04月10日-0.6.1](RN_2024-04-10.md)
|
|
1254
|
+
* [2024年03月22日-0.6](RN_2024-03-22.md)
|
|
1255
|
+
* [2024年01月05日-0.5](RN_2024-01-05.md)
|
|
1256
|
+
* [2023年11月09日-0.4](RN_2023-11-09.md)
|
|
1257
|
+
* [2023年09月20日-0.3](RN_2023-09-20.md)
|
|
1258
|
+
* [2023年09月05日-0.2](RN_2023-09-05.md)
|
|
1259
|
+
* [2023年08月07日-0.1](RN_2023-08-07.md)
|
|
1260
|
+
* [Lakehouse Platform 更新](Lakehouse_Platform_Release_Note.md)
|
|
1261
|
+
* [2026年03月13日-1.5](RN_LH_2026_03_13.md)
|
|
1262
|
+
* [2025年12月30日-1.4](RN_LH_2025_12_30.md)
|
|
1263
|
+
* [2025年10月30日-1.3](RN_2025_10_30.md)
|
|
1264
|
+
* [2025年07月15日—1.2](RN_2025_07_15.md)
|
|
1265
|
+
* [2025年04月22日—1.1](RN_2025_04_22.md)
|
|
1266
|
+
* [2025年03月03日—1.0](RN_2025_03_03.md)
|
|
1267
|
+
* [2024年11月12日—0.9](rn_2024_11_12.md)
|
|
1268
|
+
* [2024年09月26日—0.8](RN_2024-09-26.md)
|
|
1269
|
+
* [2024年07月22日—0.7](RN_2024-07-22.md)
|
|
1270
|
+
* [2024年05月24日—0.6](RN_2024-05-24.md)
|
|
1271
|
+
* [2024年04月16日—0.5.1](RN_2024-04-16.md)
|
|
1272
|
+
* [2024年02月05日—0.5](RN_2024-02-05.md)
|
|
1273
|
+
* [2023年12月25日—0.4](RN_2023-12-25.md)
|
|
1274
|
+
* [2023年10月25日—0.3](RN_2023-10-25.md)
|
|
1275
|
+
|
|
1276
|
+
## 其它
|
|
1277
|
+
* [用户协议](user-aggrement.md)
|
|
1278
|
+
* [隐私政策](privacy-policy.md)
|
|
1279
|
+
* [产品试用协议](product-trial-agreement.md)
|