@clickzetta/cz-cli-darwin-x64 0.3.95 → 0.3.96
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/clickzetta-batch-sync-pipeline/SKILL.md +1 -30
- package/bin/skills/clickzetta-cdc-sync-pipeline/SKILL.md +100 -534
- package/bin/skills/clickzetta-cdc-sync-pipeline/references/troubleshooting.md +155 -0
- package/bin/skills/clickzetta-data-ingest-pipeline/SKILL.md +5 -5
- package/bin/skills/clickzetta-data-science/SKILL.md +82 -84
- package/bin/skills/clickzetta-dbt-modeling/SKILL.md +347 -0
- package/bin/skills/clickzetta-dbt-modeling/references/grant-patterns.md +69 -0
- package/bin/skills/clickzetta-dbt-modeling/references/incremental-patterns.md +165 -0
- package/bin/skills/clickzetta-dbt-modeling/references/materialization-guide.md +324 -0
- package/bin/skills/clickzetta-dbt-modeling/references/test-strategy.md +80 -0
- package/bin/skills/clickzetta-dbt-project-setup/SKILL.md +176 -0
- package/bin/skills/clickzetta-dbt-project-setup/references/dbt-clickzetta-adapter.md +101 -0
- package/bin/skills/clickzetta-dbt-project-setup/references/elt-standards.md +220 -0
- package/bin/skills/clickzetta-dbt-studio-pipeline/SKILL.md +206 -0
- package/bin/skills/clickzetta-dbt-studio-pipeline/references/parameter-guide.md +118 -0
- package/bin/skills/clickzetta-dbt-studio-pipeline/references/studio-task-sop.md +115 -0
- package/bin/skills/clickzetta-dw-modeling/SKILL.md +130 -261
- package/bin/skills/clickzetta-dw-modeling/references/modeling-patterns.md +159 -67
- package/bin/skills/clickzetta-dynamic-table/SKILL.md +15 -51
- package/bin/skills/clickzetta-dynamic-table/dt-creator/SKILL.md +3 -5
- package/bin/skills/clickzetta-dynamic-table/sql-to-dt/SKILL.md +7 -1
- package/bin/skills/clickzetta-file-import-pipeline/SKILL.md +81 -106
- package/bin/skills/clickzetta-kafka-ingest-pipeline/SKILL.md +56 -327
- package/bin/skills/clickzetta-kafka-ingest-pipeline/references/operations.md +76 -0
- package/bin/skills/clickzetta-oss-ingest-pipeline/SKILL.md +1 -30
- package/bin/skills/clickzetta-overview/SKILL.md +54 -62
- package/bin/skills/clickzetta-overview/references/brands-and-endpoints.md +33 -35
- package/bin/skills/clickzetta-overview/references/object-model.md +167 -168
- package/bin/skills/clickzetta-overview/references/studio-modules.md +91 -91
- package/bin/skills/clickzetta-pipeline-review/SKILL.md +125 -210
- package/bin/skills/clickzetta-realtime-sync-pipeline/SKILL.md +1 -22
- package/bin/skills/clickzetta-spark-flink-connector/SKILL.md +28 -27
- package/bin/skills/clickzetta-spark-flink-connector/references/flink.md +356 -49
- package/bin/skills/clickzetta-sql-migration/SKILL.md +10 -20
- package/bin/skills/clickzetta-sql-pipeline-manager/SKILL.md +79 -419
- package/bin/skills/clickzetta-sql-pipeline-manager/references/dynamic-table.md +45 -45
- package/bin/skills/clickzetta-sql-pipeline-manager/references/materialized-view.md +25 -25
- package/bin/skills/clickzetta-sql-pipeline-manager/references/pipe.md +48 -48
- package/bin/skills/clickzetta-sql-pipeline-manager/references/scenarios.md +141 -0
- package/bin/skills/clickzetta-sql-pipeline-manager/references/table-stream.md +30 -30
- package/bin/skills/clickzetta-sql-pipeline-manager/references/troubleshooting.md +57 -0
- package/bin/skills/clickzetta-studio-task-manager/SKILL.md +83 -576
- package/bin/skills/clickzetta-studio-task-manager/references/engineering-sop.md +123 -0
- package/bin/skills/clickzetta-studio-task-manager/references/troubleshooting.md +63 -0
- package/bin/skills/clickzetta-table-lineage/SKILL.md +4 -3
- package/bin/skills/clickzetta-table-stream-pipeline/SKILL.md +116 -114
- package/bin/skills/clickzetta-zettapark/SKILL.md +36 -203
- package/bin/skills/clickzetta-zettapark/references/zettapark-api.md +143 -64
- package/bin/skills/cz-cli/SKILL.md +16 -16
- package/bin/skills/cz-cli/references/profile-setup.md +8 -8
- package/bin/skills/lakehouse-doc-en/SKILL.md +130 -0
- package/bin/skills/lakehouse-doc-en/SKILL.md.template +49 -0
- package/bin/skills/lakehouse-doc-en/references/AI Gateway Guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/AIGateway.md +27 -0
- package/bin/skills/lakehouse-doc-en/references/AI_COMPLETE.md +239 -0
- package/bin/skills/lakehouse-doc-en/references/AI_EMBEDDING.md +192 -0
- package/bin/skills/lakehouse-doc-en/references/AI_Gateway.md +253 -0
- package/bin/skills/lakehouse-doc-en/references/AI_Gateway_Guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/AI_eco.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/AI_function_in_SQL.md +355 -0
- package/bin/skills/lakehouse-doc-en/references/AI_function_overview.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/AI_ready_data_overview.md +82 -0
- package/bin/skills/lakehouse-doc-en/references/ALTER-EXTERNAL-TABLE.md +120 -0
- package/bin/skills/lakehouse-doc-en/references/ALTER-SCHEMA.md +86 -0
- package/bin/skills/lakehouse-doc-en/references/ALTER-TABLE-COLUMN.md +223 -0
- package/bin/skills/lakehouse-doc-en/references/ALTERTABLE.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/APIKEYManage.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/ARRAY.md +261 -0
- package/bin/skills/lakehouse-doc-en/references/Analysis.md +149 -0
- package/bin/skills/lakehouse-doc-en/references/AnalyticsModernDataStack.md +386 -0
- package/bin/skills/lakehouse-doc-en/references/Application_list.md +26 -0
- package/bin/skills/lakehouse-doc-en/references/Approval.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Approval_list.md +61 -0
- package/bin/skills/lakehouse-doc-en/references/BIGINT.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/BINARY.md +113 -0
- package/bin/skills/lakehouse-doc-en/references/BOOLEAN.md +106 -0
- package/bin/skills/lakehouse-doc-en/references/BP_AI_Function_Image2text.md +203 -0
- package/bin/skills/lakehouse-doc-en/references/BestPracticesforUsingDynamicTables.md +336 -0
- package/bin/skills/lakehouse-doc-en/references/Billing.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/BluepipeOracleLakehouse_DataSync.md +261 -0
- package/bin/skills/lakehouse-doc-en/references/CHAR.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/CLAUDE.md +606 -0
- package/bin/skills/lakehouse-doc-en/references/CONNECTION.md +26 -0
- package/bin/skills/lakehouse-doc-en/references/COPY-INTO-Location.md +372 -0
- package/bin/skills/lakehouse-doc-en/references/COPY_INTO_Location.md +369 -0
- package/bin/skills/lakehouse-doc-en/references/CREAREUSER.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/CREATE-BLOOMFILTER-INDEX.md +111 -0
- package/bin/skills/lakehouse-doc-en/references/CREATE-CONNECTION.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/CREATECONNECTION.md +11 -0
- package/bin/skills/lakehouse-doc-en/references/CREATEEXTERNAlLSCHEMA.md +251 -0
- package/bin/skills/lakehouse-doc-en/references/CREATEMATERIALIZEDVIEW.md +489 -0
- package/bin/skills/lakehouse-doc-en/references/CREATEROLE.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/CREATESCHEMA.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/CREATEVIEW.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/CREATE_EXTERNAL_FUNCTION.md +232 -0
- package/bin/skills/lakehouse-doc-en/references/CTERevenueCohort.md +275 -0
- package/bin/skills/lakehouse-doc-en/references/ClickZettaInsight.md +84 -0
- package/bin/skills/lakehouse-doc-en/references/Computation.md +6 -0
- package/bin/skills/lakehouse-doc-en/references/ComputeResourceDDL.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Create_Embeding_Function.md +236 -0
- package/bin/skills/lakehouse-doc-en/references/Create_LLM_Function.md +242 -0
- package/bin/skills/lakehouse-doc-en/references/CreatingAWSCloudVPCEndpoint.md +69 -0
- package/bin/skills/lakehouse-doc-en/references/CreatingAWSCloudVPCPrivatelinkService.md +108 -0
- package/bin/skills/lakehouse-doc-en/references/CreditScoringwithZettaparkandPythonMLlibraryNew.md +853 -0
- package/bin/skills/lakehouse-doc-en/references/DATE.md +84 -0
- package/bin/skills/lakehouse-doc-en/references/DDL.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/DECIMAL.md +196 -0
- package/bin/skills/lakehouse-doc-en/references/DELETE.md +113 -0
- package/bin/skills/lakehouse-doc-en/references/DESC-INDEX.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/DESC-JOB.md +92 -0
- package/bin/skills/lakehouse-doc-en/references/DESCCONNECTION.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/DESCMATERIALIZEDVIEW.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/DESCSCHEMAS.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/DESCTABLE.md +98 -0
- package/bin/skills/lakehouse-doc-en/references/DESCVIEW.md +61 -0
- package/bin/skills/lakehouse-doc-en/references/DOUBLE.md +104 -0
- package/bin/skills/lakehouse-doc-en/references/DQL.md +93 -0
- package/bin/skills/lakehouse-doc-en/references/DROP-INDEX.md +26 -0
- package/bin/skills/lakehouse-doc-en/references/DROPCONNECTION.md +27 -0
- package/bin/skills/lakehouse-doc-en/references/DROPF_UNCTIOn.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/DROPMATERIALIZEDVIEW.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/DROPROLE.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/DROPSCHEMA.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/DROPTABLE.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/DROPUSER.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/DROPVIEW.md +26 -0
- package/bin/skills/lakehouse-doc-en/references/DataGPT_release.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/DataQuality.md +99 -0
- package/bin/skills/lakehouse-doc-en/references/DataSourceConfigGuide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_ADBMySQL.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_ADB_PostgreSQL.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_AMQP.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Amazon_DocumentDB.md +113 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Amazon_OpenSearch.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Aurora_MySQL.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Aurora_PostgreSQL.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_AutoMQ.md +124 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_COS.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_ClickHouse.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_DB2.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_DM.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Databricks.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Doris.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_DynamoDB.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_ElasticSearch.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Greenplum.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_HANA.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_HBase.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Hive.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Hologres.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Kafka.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_MariaDB.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_MaxCompute.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_MongoDB.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_MySQL.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_OSS.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Oracle.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_PolarDB.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_PorarDB.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_PostgreSQL.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Redis.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_Redshift.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_RestApi.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_S3.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_SLS.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_StarRocks.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/DataSource_TiDB.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/DataSupplementationTask.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/Data_Catalog_Management.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Data_Encryption.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/Datalake_StorageConnection.md +12 -0
- package/bin/skills/lakehouse-doc-en/references/Datasource_SQLServer.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/Datus_Lakehouse_Integrated_Guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Datus_Lakehouse_MCPServer.md +153 -0
- package/bin/skills/lakehouse-doc-en/references/Dify_Integrated_with_LakehouseMCPServer.md +71 -0
- package/bin/skills/lakehouse-doc-en/references/Dify_Integreated_with_LakehouseMCPServer.md +71 -0
- package/bin/skills/lakehouse-doc-en/references/DynamicTableDevPractical.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/ELTModernDataStack.md +485 -0
- package/bin/skills/lakehouse-doc-en/references/ELT_practice.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/EXPLAIN.md +91 -0
- package/bin/skills/lakehouse-doc-en/references/EXTERNALFUNCTIONDevGuide.md +121 -0
- package/bin/skills/lakehouse-doc-en/references/EXTERNALSCHEMA.md +95 -0
- package/bin/skills/lakehouse-doc-en/references/EXTERNALSCHMEA.md +90 -0
- package/bin/skills/lakehouse-doc-en/references/EditionsOverview.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/ExternalFunctionDevGuideJava.md +554 -0
- package/bin/skills/lakehouse-doc-en/references/FLOAT.md +84 -0
- package/bin/skills/lakehouse-doc-en/references/FeatureEngineeringForExpandingCustomerFeatureswithZettapark.md +431 -0
- package/bin/skills/lakehouse-doc-en/references/FileCommand.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/FileFunction.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/FineBI.md +192 -0
- package/bin/skills/lakehouse-doc-en/references/Foreach.md +90 -0
- package/bin/skills/lakehouse-doc-en/references/Full_Text_Search.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/GET.md +87 -0
- package/bin/skills/lakehouse-doc-en/references/GET_PRESIGNED_URL.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/GrantPriveleges.md +156 -0
- package/bin/skills/lakehouse-doc-en/references/Hive_connection.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/IDENTITY-Column.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/INSERT.md +230 -0
- package/bin/skills/lakehouse-doc-en/references/INSERTOVERWRITE.md +61 -0
- package/bin/skills/lakehouse-doc-en/references/INT.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/INTERVAL.md +247 -0
- package/bin/skills/lakehouse-doc-en/references/Ingesting_Data_from_Alibaba_Cloud_Data_Lake_into_Lakehouse.md +920 -0
- package/bin/skills/lakehouse-doc-en/references/Ingestion.md +87 -0
- package/bin/skills/lakehouse-doc-en/references/Introduction.md +148 -0
- package/bin/skills/lakehouse-doc-en/references/JDBC-Driver.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/JDBC_MindsDB_ML_LLM.md +255 -0
- package/bin/skills/lakehouse-doc-en/references/JOIN.md +265 -0
- package/bin/skills/lakehouse-doc-en/references/JSON.md +164 -0
- package/bin/skills/lakehouse-doc-en/references/JSON_DataType.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/KAFKA_Storage_connection.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Kafka_connection.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/Key_Concepts.md +116 -0
- package/bin/skills/lakehouse-doc-en/references/LATERALVIEW.md +157 -0
- package/bin/skills/lakehouse-doc-en/references/Lakehouse-client-repository.md +11 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseAI-overview.md +99 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseAI.md +0 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseAI_overview.md +16 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseAI/346/246/202/350/277/260.md +0 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseDataGPT-tour.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseDataGPTTour.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseMCPServer-intro.md +493 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseMCPServer.md +2 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseMCPServer_intro.md +493 -0
- package/bin/skills/lakehouse-doc-en/references/LakehousePython-zettapark.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseStudio-tour.md +185 -0
- package/bin/skills/lakehouse-doc-en/references/LakehouseStudioTour.md +185 -0
- package/bin/skills/lakehouse-doc-en/references/Lakehouse_Insight.md +98 -0
- package/bin/skills/lakehouse-doc-en/references/Lakehouse_Platform_Release_Note.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Lakehouse_Studio_101.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Lakehouse_Studio_Release_Note.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Lakehouse_Zilliz_MakeDataReadyforBIandAI.md +222 -0
- package/bin/skills/lakehouse-doc-en/references/Langchain_plug_installation.md +244 -0
- package/bin/skills/lakehouse-doc-en/references/Langchain_plug_quick_start.md +225 -0
- package/bin/skills/lakehouse-doc-en/references/Langchain_plugins_overview.md +409 -0
- package/bin/skills/lakehouse-doc-en/references/Limitation.md +7 -0
- package/bin/skills/lakehouse-doc-en/references/LoaddataintoLakehouse.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Logstash.md +181 -0
- package/bin/skills/lakehouse-doc-en/references/MAP.md +158 -0
- package/bin/skills/lakehouse-doc-en/references/MATERIALIZEDVIEW.md +111 -0
- package/bin/skills/lakehouse-doc-en/references/MCPServers.md +268 -0
- package/bin/skills/lakehouse-doc-en/references/MERGE.md +471 -0
- package/bin/skills/lakehouse-doc-en/references/ManageAccounts.md +187 -0
- package/bin/skills/lakehouse-doc-en/references/Management_All.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/ManagingFilesonDatalakeVolumewithZettapark.md +161 -0
- package/bin/skills/lakehouse-doc-en/references/MigrateSnowflakeRealtimeETLPipelinetoClickzettaLakehouse.md +845 -0
- package/bin/skills/lakehouse-doc-en/references/Migrate_Spark_DataEngineeringBestPractices_Project_to_Lakehouse.md +300 -0
- package/bin/skills/lakehouse-doc-en/references/ModelMarket.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/ModernDataStackWithEcosystemTools.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/MonitoringItemSpecification.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/N8N_AI_Workflow_Integration.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/N8N_Integrated_with_LakehouseMCPServer.md +128 -0
- package/bin/skills/lakehouse-doc-en/references/Notebook.md +98 -0
- package/bin/skills/lakehouse-doc-en/references/OPTIMIZE.md +125 -0
- package/bin/skills/lakehouse-doc-en/references/ObjectModelDesign.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/ObtainingAWSCloudARNandExternalID.md +188 -0
- package/bin/skills/lakehouse-doc-en/references/Op_and_Monitoring.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/PUT.md +94 -0
- package/bin/skills/lakehouse-doc-en/references/PerformingVectorandScalarRetrievalinheSameTableinLakehouse.md +84 -0
- package/bin/skills/lakehouse-doc-en/references/Permission_Management.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Permission_application.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/PowerBI.md +112 -0
- package/bin/skills/lakehouse-doc-en/references/PythonSDKVersionHistory.md +22 -0
- package/bin/skills/lakehouse-doc-en/references/PythonSample_put_gharchive2oss.md +153 -0
- package/bin/skills/lakehouse-doc-en/references/PythonSample_put_github_rt_events.md +336 -0
- package/bin/skills/lakehouse-doc-en/references/PythonSqlAlchemyVersionHistory.md +23 -0
- package/bin/skills/lakehouse-doc-en/references/Python_Task.md +27 -0
- package/bin/skills/lakehouse-doc-en/references/QuickStartwithCopycommand.md +65 -0
- package/bin/skills/lakehouse-doc-en/references/REFRESH.md +83 -0
- package/bin/skills/lakehouse-doc-en/references/REMOTEFUNCTION.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/Refactor_ELT_practice.md +241 -0
- package/bin/skills/lakehouse-doc-en/references/ReferenceManual.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunction-as-udf.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunction-best-practice.md +350 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunction-dev-guide-python3.md +570 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunction-intro.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunction-on-acr.md +249 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunctionAsUDF.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunctionAsUDF_sql.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunctionBestPractice.md +343 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunctionDevGuidePython3.md +145 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunctionOnACR.md +245 -0
- package/bin/skills/lakehouse-doc-en/references/RemoteFunctionintro.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/RevokePriveleges.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/Row_LevelPermissions.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/SCHEMA.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/SCHEMADDL.md +0 -0
- package/bin/skills/lakehouse-doc-en/references/SHOW-INDEX.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/SHOWCONNECTIONS.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/SHOWFUNCTIONS.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/SHOWGRANTS.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/SHOWROLES.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/SHOWTABLES.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/SHOWUSERS.md +17 -0
- package/bin/skills/lakehouse-doc-en/references/SMALLINT.md +71 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Approx_Aggregate_Functions_Guide.md +371 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Array_Explode_Guide.md +360 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Array_Map_Processing_Guide.md +391 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Attribution_Guide.md +445 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Batch_Insert_Guide.md +171 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Bitmap_Guide.md +282 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_CREATE_TABLE_GUIDE.md +1208 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Clone_Guide.md +188 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Copy_Into_Guide.md +181 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_DML_Considerations.md +601 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Deduplication_Guide.md +203 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Dynamic_Table_Guide.md +215 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Explain_Guide.md +142 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_External_Catalog_Guide.md +147 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_External_Table_Guide.md +156 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Filter_Sort_Guide.md +225 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_FullText_Search_Guide.md +337 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Funnel_Analysis_Guide.md +473 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Group_Aggregation_Guide.md +230 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Hierarchy_Workaround_Guide.md +435 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Index_Guide.md +155 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_JSON_Parsing_Guide.md +221 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Join_Guide.md +660 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Null_Handling_Guide.md +273 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Object_Storage_Guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Optimize_Guide.md +137 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Pipe_Guide.md +178 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Pivot_Guide.md +346 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Query_Analysis_Guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Ranking_Guide.md +254 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Realtime_Guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Retention_Cohort_Guide.md +463 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Running_Total_Guide.md +324 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_SELECT_Considerations.md +1831 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Sampling_Guide.md +154 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Sessionization_Guide.md +407 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Set_Operations_Guide.md +218 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Share_Guide.md +156 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_String_Processing_Guide.md +663 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Syntax_Guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Table_Stream_Guide.md +178 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_TimeSeries_Guide.md +362 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Time_Travel_Guide.md +173 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Type_Conversion_Guide.md +241 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Update_Delete_Guide.md +229 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Upsert_Guide.md +199 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Vector_Search_Guide.md +555 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_View_Guide.md +195 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Volume_Guide.md +149 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_With_CTE_Guide.md +1526 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_Write_Change_Guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_customers.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/SQL_revenue.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/STRING.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/STRUCT.md +199 -0
- package/bin/skills/lakehouse-doc-en/references/SUMMARY.md +1485 -0
- package/bin/skills/lakehouse-doc-en/references/SYNCPOINT.md +4 -0
- package/bin/skills/lakehouse-doc-en/references/Security_system_inventory_and_optimization_based_Information_Schema.md +411 -0
- package/bin/skills/lakehouse-doc-en/references/SecurityandGovernance.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/SharedData.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/SlowlyChangingDimensionsInLakehouseUsingStreamsandTasks.md +587 -0
- package/bin/skills/lakehouse-doc-en/references/Spark_Lakehouse_iceberg_REST.md +151 -0
- package/bin/skills/lakehouse-doc-en/references/Structured_and_semi-structured_data_analysis.md +171 -0
- package/bin/skills/lakehouse-doc-en/references/Studio.md +78 -0
- package/bin/skills/lakehouse-doc-en/references/StudioDI_PrivateLinkVPC_fromRDS.md +105 -0
- package/bin/skills/lakehouse-doc-en/references/Supported_Cloud_Platforms.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/TABLE.md +183 -0
- package/bin/skills/lakehouse-doc-en/references/TIMESTAMP.md +117 -0
- package/bin/skills/lakehouse-doc-en/references/TIMETRAVEL.md +150 -0
- package/bin/skills/lakehouse-doc-en/references/TINYINT.md +77 -0
- package/bin/skills/lakehouse-doc-en/references/TPC-H100G_experience.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/TRUNCATE.md +123 -0
- package/bin/skills/lakehouse-doc-en/references/TableDesign.md +270 -0
- package/bin/skills/lakehouse-doc-en/references/TableauConnectToLakehouse.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/Transformation.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/UNDROP-TABLE.md +171 -0
- package/bin/skills/lakehouse-doc-en/references/UPDATE.md +217 -0
- package/bin/skills/lakehouse-doc-en/references/USESCHEMA.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/Unstructured_io.md +749 -0
- package/bin/skills/lakehouse-doc-en/references/Usage_Statistics.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/VARCHARleghth.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/VARCHARlength.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/VIEW.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/WEBIDE.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/WINDOWCALUSE.md +66 -0
- package/bin/skills/lakehouse-doc-en/references/WINDOWFUNCTION.md +561 -0
- package/bin/skills/lakehouse-doc-en/references/WITH.md +137 -0
- package/bin/skills/lakehouse-doc-en/references/ZettaparkQuickStart.md +466 -0
- package/bin/skills/lakehouse-doc-en/references/Zettapark_Data_Engineering_Demo.md +351 -0
- package/bin/skills/lakehouse-doc-en/references/a_comprehensive_guide_to_ingesting_data_into_clickzetta_lakehouse.md +66 -0
- package/bin/skills/lakehouse-doc-en/references/access-control-configuration.md +249 -0
- package/bin/skills/lakehouse-doc-en/references/access-control-general.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/access-control.md +235 -0
- package/bin/skills/lakehouse-doc-en/references/account-funds.md +87 -0
- package/bin/skills/lakehouse-doc-en/references/account.md +2 -0
- package/bin/skills/lakehouse-doc-en/references/account_user_management.md +108 -0
- package/bin/skills/lakehouse-doc-en/references/agg_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/approx_count_distinct.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/bit_and.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/bit_or.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/bit_xor.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/bool_and.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/bool_or.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/collect_list.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/collect_set.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/count.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/group_bitmap_merge_state.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/group_bitmap_state.md +110 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/max.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/min.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/percentile.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/stddev_pop.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/stddev_samp.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/sum.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/var_pop.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/aggregate_functions/var_samp.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/ai_app_dev_practical.md +3 -0
- package/bin/skills/lakehouse-doc-en/references/ai_classify.md +263 -0
- package/bin/skills/lakehouse-doc-en/references/ai_extract.md +248 -0
- package/bin/skills/lakehouse-doc-en/references/ai_fix_grammar.md +200 -0
- package/bin/skills/lakehouse-doc-en/references/ai_function_best_practice.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/ai_functions_overview.md +259 -0
- package/bin/skills/lakehouse-doc-en/references/ai_mask.md +188 -0
- package/bin/skills/lakehouse-doc-en/references/ai_sentiment.md +204 -0
- package/bin/skills/lakehouse-doc-en/references/ai_similarity.md +201 -0
- package/bin/skills/lakehouse-doc-en/references/ai_summarize.md +168 -0
- package/bin/skills/lakehouse-doc-en/references/ai_transcribe.md +188 -0
- package/bin/skills/lakehouse-doc-en/references/ai_translate.md +197 -0
- package/bin/skills/lakehouse-doc-en/references/airbyte.md +107 -0
- package/bin/skills/lakehouse-doc-en/references/alert.md +139 -0
- package/bin/skills/lakehouse-doc-en/references/alicloud-arn-externalid.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/alicloud_byos_configuration.md +129 -0
- package/bin/skills/lakehouse-doc-en/references/aliyun_storage_connection.md +133 -0
- package/bin/skills/lakehouse-doc-en/references/alter-dynamic-table.md +327 -0
- package/bin/skills/lakehouse-doc-en/references/alter-external-schema.md +86 -0
- package/bin/skills/lakehouse-doc-en/references/alter-materialized-view.md +212 -0
- package/bin/skills/lakehouse-doc-en/references/alter-network-policy.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/alter-pipe.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/alter-share.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/alter-table.md +349 -0
- package/bin/skills/lakehouse-doc-en/references/alter-user.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/alter-vcluster.md +154 -0
- package/bin/skills/lakehouse-doc-en/references/alter-volume.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/alter-workspace.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/alter.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/analysis_internet_data_nyc_green_data.md +449 -0
- package/bin/skills/lakehouse-doc-en/references/analytics-agent-core-concepts.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/analytics-modern-data-stack.md +386 -0
- package/bin/skills/lakehouse-doc-en/references/analytics_cluster_best_practices.md +367 -0
- package/bin/skills/lakehouse-doc-en/references/analyze-table.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/answer-accuracy-improve.md +179 -0
- package/bin/skills/lakehouse-doc-en/references/application-list.md +26 -0
- package/bin/skills/lakehouse-doc-en/references/approval-list.md +61 -0
- package/bin/skills/lakehouse-doc-en/references/array_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/array_size.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/authentication.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/authority-management.md +157 -0
- package/bin/skills/lakehouse-doc-en/references/authoritymanagement.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/auto-index.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/aws_storage_connection.md +112 -0
- package/bin/skills/lakehouse-doc-en/references/awscloud_privatelink.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/backfilling_data.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/batch-load-parquet-file-into-lakehouse.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/batch_sync.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/batch_sync_Sop.md +135 -0
- package/bin/skills/lakehouse-doc-en/references/batchloadparquetfileintoLakehouse.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/benchmark.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/benchmark_guide.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/best_ractices.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/bestpractice_bazhuanyu.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/bit_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/bitmap-type.md +381 -0
- package/bin/skills/lakehouse-doc-en/references/bitmap_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/bitmap_uba_guide.md +1234 -0
- package/bin/skills/lakehouse-doc-en/references/bloomfilter-summary.md +136 -0
- package/bin/skills/lakehouse-doc-en/references/bluepipe-oracle-lakehouse-datasync.md +244 -0
- package/bin/skills/lakehouse-doc-en/references/bring_your_own_storage.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/build-index.md +75 -0
- package/bin/skills/lakehouse-doc-en/references/build_rag_with_langchain.md +652 -0
- package/bin/skills/lakehouse-doc-en/references/bulkload-summary.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/bulkloadv1-java-sdk.md +177 -0
- package/bin/skills/lakehouse-doc-en/references/bulkloadv1-python-sdk.md +169 -0
- package/bin/skills/lakehouse-doc-en/references/business-audit-trail-with-table-stream.md +281 -0
- package/bin/skills/lakehouse-doc-en/references/byok.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/byos_general.md +165 -0
- package/bin/skills/lakehouse-doc-en/references/byos_tencentcloud_configuration.md +138 -0
- package/bin/skills/lakehouse-doc-en/references/cache-command.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/cancel-job.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/cardinality_array.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/charge_analysis_with_lakehouse_mcp_server.md +393 -0
- package/bin/skills/lakehouse-doc-en/references/chart-auto-refresh-guide.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/clickzetta-sample-data.md +239 -0
- package/bin/skills/lakehouse-doc-en/references/clone-doc.md +101 -0
- package/bin/skills/lakehouse-doc-en/references/cloud_object_storage.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/cluster-table-guide.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/cluster-table.md +111 -0
- package/bin/skills/lakehouse-doc-en/references/code_approval.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/composite_task.md +192 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_comparison.md +83 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_3rd_tools.md +11 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_dbv_sql_put.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_environment_and_data_generate.md +669 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_javasdk_bulkload_realtime.md +741 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_kafka_realtime_sync.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_local_file_into_table_by_studio.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_overview.md +66 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_pipe_kafka.md +8 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_pipe_oss.md +7 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_studio_batchload_public_network.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_studio_python_node.md +113 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_studio_realtime_cdc_public_network.md +253 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_studio_sql_insert.md +174 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_zettapark_put_file_to_lake.md +222 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_zettapark_save_as_table.md +87 -0
- package/bin/skills/lakehouse-doc-en/references/comprehensive_guide_to_ingesting_zettapark_sql_insert.md +121 -0
- package/bin/skills/lakehouse-doc-en/references/compute-overview.md +142 -0
- package/bin/skills/lakehouse-doc-en/references/compute-resource-ddl.md +128 -0
- package/bin/skills/lakehouse-doc-en/references/concepts.md +209 -0
- package/bin/skills/lakehouse-doc-en/references/concurrency_scaling.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/conditional_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/config-datasource.md +82 -0
- package/bin/skills/lakehouse-doc-en/references/config_volume_dify_storage.md +342 -0
- package/bin/skills/lakehouse-doc-en/references/connect-with-cli.md +127 -0
- package/bin/skills/lakehouse-doc-en/references/connect_to_Lakehouse.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/connection-guide.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/connection-overview.md +171 -0
- package/bin/skills/lakehouse-doc-en/references/considerations-for-using-sql.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/context_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/continue-job.md +256 -0
- package/bin/skills/lakehouse-doc-en/references/conversational_analytics_datagpt.md +3 -0
- package/bin/skills/lakehouse-doc-en/references/copy-into-table.md +442 -0
- package/bin/skills/lakehouse-doc-en/references/copy.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/cos_storage_connection.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/cos_volume_creation.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/cost_management.md +2 -0
- package/bin/skills/lakehouse-doc-en/references/create-api-connection.md +352 -0
- package/bin/skills/lakehouse-doc-en/references/create-catalog-connection.md +253 -0
- package/bin/skills/lakehouse-doc-en/references/create-dynamic-table.md +461 -0
- package/bin/skills/lakehouse-doc-en/references/create-embedding-function.md +244 -0
- package/bin/skills/lakehouse-doc-en/references/create-external-catalog.md +220 -0
- package/bin/skills/lakehouse-doc-en/references/create-external-delta.md +76 -0
- package/bin/skills/lakehouse-doc-en/references/create-external-schema.md +165 -0
- package/bin/skills/lakehouse-doc-en/references/create-external-table.md +75 -0
- package/bin/skills/lakehouse-doc-en/references/create-external-volume.md +102 -0
- package/bin/skills/lakehouse-doc-en/references/create-hive-catalog.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/create-inverted-index.md +154 -0
- package/bin/skills/lakehouse-doc-en/references/create-kafka-external.md +298 -0
- package/bin/skills/lakehouse-doc-en/references/create-llm-function.md +245 -0
- package/bin/skills/lakehouse-doc-en/references/create-materialized-view.md +529 -0
- package/bin/skills/lakehouse-doc-en/references/create-network-policy.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/create-pipe.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/create-role.md +94 -0
- package/bin/skills/lakehouse-doc-en/references/create-schema-from-share.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/create-schema.md +88 -0
- package/bin/skills/lakehouse-doc-en/references/create-share.md +132 -0
- package/bin/skills/lakehouse-doc-en/references/create-sql-function.md +119 -0
- package/bin/skills/lakehouse-doc-en/references/create-storage-connection.md +316 -0
- package/bin/skills/lakehouse-doc-en/references/create-synonym.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/create-table-ddl.md +390 -0
- package/bin/skills/lakehouse-doc-en/references/create-table-stream.md +217 -0
- package/bin/skills/lakehouse-doc-en/references/create-user.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/create-vector-index.md +105 -0
- package/bin/skills/lakehouse-doc-en/references/create-view.md +128 -0
- package/bin/skills/lakehouse-doc-en/references/create-volume.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/create.md +93 -0
- package/bin/skills/lakehouse-doc-en/references/create_cluster.md +117 -0
- package/bin/skills/lakehouse-doc-en/references/creating_alicloud_privatelinkendpoint.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/creating_alicloud_privatelinkservice.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/creating_tencentcloud_privatelinkendpoint.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/creating_tencentcloud_privatelinkservice.md +19 -0
- package/bin/skills/lakehouse-doc-en/references/credit-scoring-with-zettapark.md +873 -0
- package/bin/skills/lakehouse-doc-en/references/crete-external-catalog.md +16 -0
- package/bin/skills/lakehouse-doc-en/references/cz-cli-agent.md +142 -0
- package/bin/skills/lakehouse-doc-en/references/cz-cli-datasource.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/cz-cli-sql.md +396 -0
- package/bin/skills/lakehouse-doc-en/references/cz-cli-studio-tasks.md +241 -0
- package/bin/skills/lakehouse-doc-en/references/cz-cli.md +130 -0
- package/bin/skills/lakehouse-doc-en/references/czguide-intro-to-cdc-using-clickzetta-rtsync-dynamic-tables.md +738 -0
- package/bin/skills/lakehouse-doc-en/references/dashboard-version-management-guide.md +109 -0
- package/bin/skills/lakehouse-doc-en/references/data-catalog.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/data-integration-intro.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/data-integration.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/data-lifecycle.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/data-load-summary.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/data-mamager-tool.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/data-manager-tool.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/data-quality.md +99 -0
- package/bin/skills/lakehouse-doc-en/references/data-recover.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/data-recovery-with-time-travel.md +248 -0
- package/bin/skills/lakehouse-doc-en/references/data-sharing-concept.md +110 -0
- package/bin/skills/lakehouse-doc-en/references/data-sharing-overview.md +149 -0
- package/bin/skills/lakehouse-doc-en/references/data-sharing.md +320 -0
- package/bin/skills/lakehouse-doc-en/references/data-sources.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/data-sync-intro.md +23 -0
- package/bin/skills/lakehouse-doc-en/references/data-type-guide.md +86 -0
- package/bin/skills/lakehouse-doc-en/references/data-type.md +219 -0
- package/bin/skills/lakehouse-doc-en/references/data-types-timestamp-ntz.md +128 -0
- package/bin/skills/lakehouse-doc-en/references/data.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/data_catalog.md +109 -0
- package/bin/skills/lakehouse-doc-en/references/data_clean_with_sql.md +378 -0
- package/bin/skills/lakehouse-doc-en/references/data_ops.md +7 -0
- package/bin/skills/lakehouse-doc-en/references/data_org.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/data_partition.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/data_privacy.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/data_result_profile.md +21 -0
- package/bin/skills/lakehouse-doc-en/references/data_security.md +65 -0
- package/bin/skills/lakehouse-doc-en/references/data_share.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/data_sharing_between_accounts_guide.md +331 -0
- package/bin/skills/lakehouse-doc-en/references/data_sharing_guide.md +117 -0
- package/bin/skills/lakehouse-doc-en/references/data_sync.md +6 -0
- package/bin/skills/lakehouse-doc-en/references/data_transfer_datalake.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/data_visualization.md +96 -0
- package/bin/skills/lakehouse-doc-en/references/dataagent.md +80 -0
- package/bin/skills/lakehouse-doc-en/references/databricks_yunqi_integration_guide_v2.md +842 -0
- package/bin/skills/lakehouse-doc-en/references/datacatalog.md +127 -0
- package/bin/skills/lakehouse-doc-en/references/datagpt-release.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/datagpt_bestpractice.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/datagpt_data_source.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/datagpt_get_accurate_answers.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/datagpt_intro.md +75 -0
- package/bin/skills/lakehouse-doc-en/references/datagpt_introduction.md +129 -0
- package/bin/skills/lakehouse-doc-en/references/datagpt_quickstart.md +99 -0
- package/bin/skills/lakehouse-doc-en/references/datagpt_tutorial.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/datalake-acceleration.md +5 -0
- package/bin/skills/lakehouse-doc-en/references/datalake-storage-connection.md +12 -0
- package/bin/skills/lakehouse-doc-en/references/datalake_FAQ.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/datalake_overview.md +17 -0
- package/bin/skills/lakehouse-doc-en/references/datalake_privilege.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/datalake_query_ingest.md +18 -0
- package/bin/skills/lakehouse-doc-en/references/datalake_unstructure_data.md +3 -0
- package/bin/skills/lakehouse-doc-en/references/datalake_volume.md +114 -0
- package/bin/skills/lakehouse-doc-en/references/datalake_volume_analytics.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/datalake_volume_anlytics.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/datalake_volume_object.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/datalakeanalysis.md +272 -0
- package/bin/skills/lakehouse-doc-en/references/dataops_practice.md +104 -0
- package/bin/skills/lakehouse-doc-en/references/datasharing.md +328 -0
- package/bin/skills/lakehouse-doc-en/references/datasharing_catalog.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/datasource-config-guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/datasource_ip_whitelist.md +93 -0
- package/bin/skills/lakehouse-doc-en/references/datasources.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/datatype-cast.md +89 -0
- package/bin/skills/lakehouse-doc-en/references/datatype-conversion.md +331 -0
- package/bin/skills/lakehouse-doc-en/references/datetime_patterns.md +61 -0
- package/bin/skills/lakehouse-doc-en/references/datus_lakehouse_installation.md +418 -0
- package/bin/skills/lakehouse-doc-en/references/datus_lakehouse_solution_overview.md +148 -0
- package/bin/skills/lakehouse-doc-en/references/db_dw_connection.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/dbt-advanced-features.md +261 -0
- package/bin/skills/lakehouse-doc-en/references/dbt-bigquery-to-clickzetta-migration.md +458 -0
- package/bin/skills/lakehouse-doc-en/references/dbt-data-quality.md +237 -0
- package/bin/skills/lakehouse-doc-en/references/dbt-incremental.md +340 -0
- package/bin/skills/lakehouse-doc-en/references/dbt-practice-series.md +90 -0
- package/bin/skills/lakehouse-doc-en/references/dbt-realtime-pipeline.md +308 -0
- package/bin/skills/lakehouse-doc-en/references/dbt-snowflake-to-clickzetta-migration.md +384 -0
- package/bin/skills/lakehouse-doc-en/references/default-value.md +87 -0
- package/bin/skills/lakehouse-doc-en/references/delta-lake.md +190 -0
- package/bin/skills/lakehouse-doc-en/references/desc-catalog-table.md +27 -0
- package/bin/skills/lakehouse-doc-en/references/desc-catalog.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/desc-connection.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/desc-dynamic-table.md +95 -0
- package/bin/skills/lakehouse-doc-en/references/desc-external-schemas.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/desc-external-table.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/desc-function.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/desc-history-dynamic-table.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/desc-history-table.md +61 -0
- package/bin/skills/lakehouse-doc-en/references/desc-history.md +91 -0
- package/bin/skills/lakehouse-doc-en/references/desc-materialized-view.md +110 -0
- package/bin/skills/lakehouse-doc-en/references/desc-network-policy.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/desc-pipe.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/desc-schemas.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/desc-share.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/desc-table-stream.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/desc-table.md +103 -0
- package/bin/skills/lakehouse-doc-en/references/desc-vcluster.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/desc-view.md +66 -0
- package/bin/skills/lakehouse-doc-en/references/desc-volume.md +84 -0
- package/bin/skills/lakehouse-doc-en/references/desc-workspace.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/describe.md +80 -0
- package/bin/skills/lakehouse-doc-en/references/dify_config_lakehouse_as_vectordb.md +314 -0
- package/bin/skills/lakehouse-doc-en/references/dify_yunqilakehouse_integration_overview.md +232 -0
- package/bin/skills/lakehouse-doc-en/references/discovery_analysis_data_in_json_file_on_external_volume.md +625 -0
- package/bin/skills/lakehouse-doc-en/references/discovery_analysis_data_in_parquet_file_on_external_volume.md +599 -0
- package/bin/skills/lakehouse-doc-en/references/dml.md +90 -0
- package/bin/skills/lakehouse-doc-en/references/download-data-with-copy.md +27 -0
- package/bin/skills/lakehouse-doc-en/references/download-data.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/drop-connection.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/drop-dynamic-table.md +76 -0
- package/bin/skills/lakehouse-doc-en/references/drop-external-schema.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/drop-external-table.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/drop-function.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/drop-materialized-view.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/drop-network-policy.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/drop-pipe.md +15 -0
- package/bin/skills/lakehouse-doc-en/references/drop-role.md +61 -0
- package/bin/skills/lakehouse-doc-en/references/drop-schema.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/drop-share.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/drop-synonym.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/drop-table-stream.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/drop-table.md +70 -0
- package/bin/skills/lakehouse-doc-en/references/drop-user.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/drop-vcluster.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/drop-view.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/drop-volume.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/drop.md +84 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic-mask.md +202 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic-table-bestpractice.md +193 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic-table-dml-sql.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic-table-dml.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic-table-incre.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic-table-introduce.md +320 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic-table-parameters.md +423 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic-table-scheduling.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic-table.md +96 -0
- package/bin/skills/lakehouse-doc-en/references/dynamicTable-DML-sql.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/dynamicTable-dml.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/dynamicTable-parmaters.md +250 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic_table_summary.md +366 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic_table_task.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/dynamic_table_using_studio.md +163 -0
- package/bin/skills/lakehouse-doc-en/references/dynamictable.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/Zeppelin.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/airbyte.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/datagrip-lakehouse.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/datax.md +163 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/dbeaver-lakehouse.md +65 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/dbt-jaffle-shop-quickstart.md +234 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/dbt.md +300 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/rath.md +84 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/sqlline.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/sqlworkbench-j-lakehouse.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/streamlit.md +104 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/superset.md +98 -0
- package/bin/skills/lakehouse-doc-en/references/eco_integration/trino.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/ecosystem-all.md +121 -0
- package/bin/skills/lakehouse-doc-en/references/encryption-function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/export_data_with_data-integration.md +3 -0
- package/bin/skills/lakehouse-doc-en/references/external-Volume.md +10 -0
- package/bin/skills/lakehouse-doc-en/references/external-catalog-concept.md +329 -0
- package/bin/skills/lakehouse-doc-en/references/external-catalog-summary.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/external-catalog.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/external-function-dev-guide-java.md +556 -0
- package/bin/skills/lakehouse-doc-en/references/external-function-summary.md +0 -0
- package/bin/skills/lakehouse-doc-en/references/external-hudi-table.md +188 -0
- package/bin/skills/lakehouse-doc-en/references/external-schema.md +100 -0
- package/bin/skills/lakehouse-doc-en/references/external-table-guide.md +101 -0
- package/bin/skills/lakehouse-doc-en/references/external_catalog_schema.md +182 -0
- package/bin/skills/lakehouse-doc-en/references/external_object_user_guide.md +298 -0
- package/bin/skills/lakehouse-doc-en/references/external_volume.md +199 -0
- package/bin/skills/lakehouse-doc-en/references/f6fc6447ee.md +161 -0
- package/bin/skills/lakehouse-doc-en/references/feature-engineering-with-zettapark.md +429 -0
- package/bin/skills/lakehouse-doc-en/references/federation-query.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/file_functions.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/filter-clause.md +76 -0
- package/bin/skills/lakehouse-doc-en/references/finebi-mysql.md +106 -0
- package/bin/skills/lakehouse-doc-en/references/flink-write-connector.md +646 -0
- package/bin/skills/lakehouse-doc-en/references/from_lakehouse_to_volume.md +109 -0
- package/bin/skills/lakehouse-doc-en/references/from_volume_to_table.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/full-text-search.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/fulltext_indexes_guide.md +1197 -0
- package/bin/skills/lakehouse-doc-en/references/function-overview.md +98 -0
- package/bin/skills/lakehouse-doc-en/references/functions.md +101 -0
- package/bin/skills/lakehouse-doc-en/references/funnel-analysis-with-window-functions.md +350 -0
- package/bin/skills/lakehouse-doc-en/references/generated-column.md +99 -0
- package/bin/skills/lakehouse-doc-en/references/generated_columns_guide.md +847 -0
- package/bin/skills/lakehouse-doc-en/references/geo.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/geospatial_analysis.md +566 -0
- package/bin/skills/lakehouse-doc-en/references/get-started-with-sample-data.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/getting_started_with_vcluster_for_processing_analytics.md +442 -0
- package/bin/skills/lakehouse-doc-en/references/gitfolder.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/grant-privileges.md +140 -0
- package/bin/skills/lakehouse-doc-en/references/grant-to-share.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/grant-user-privileges.md +112 -0
- package/bin/skills/lakehouse-doc-en/references/groupby.md +1258 -0
- package/bin/skills/lakehouse-doc-en/references/guides-overview-connecting.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/hash.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/high_order_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/hive-connection.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/hive-to-lakehouse-ecommerce.md +362 -0
- package/bin/skills/lakehouse-doc-en/references/ide.md +8 -0
- package/bin/skills/lakehouse-doc-en/references/identity-auth.md +8 -0
- package/bin/skills/lakehouse-doc-en/references/if_else_task.md +160 -0
- package/bin/skills/lakehouse-doc-en/references/ifnull.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/ilike.md +83 -0
- package/bin/skills/lakehouse-doc-en/references/import-data-by-python-into-lakehouse.md +141 -0
- package/bin/skills/lakehouse-doc-en/references/import-feishu-data.md +389 -0
- package/bin/skills/lakehouse-doc-en/references/import_data_with_data-integration.md +3 -0
- package/bin/skills/lakehouse-doc-en/references/importdatabypythonintoLakehouse.md +134 -0
- package/bin/skills/lakehouse-doc-en/references/incremental-computing.md +482 -0
- package/bin/skills/lakehouse-doc-en/references/incremetal-compute.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/index-overview.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/index-partition-overview.md +137 -0
- package/bin/skills/lakehouse-doc-en/references/index-t.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/index2.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/index_guide.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/indexs.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/information_schema_guide.md +188 -0
- package/bin/skills/lakehouse-doc-en/references/ingesting-data-from-alibaba-cloud-datalake.md +977 -0
- package/bin/skills/lakehouse-doc-en/references/input_output.md +70 -0
- package/bin/skills/lakehouse-doc-en/references/instance-information-schema-summary.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/instance-information-schema.md +344 -0
- package/bin/skills/lakehouse-doc-en/references/instance-information_schema.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/internal_volume.md +213 -0
- package/bin/skills/lakehouse-doc-en/references/intro-supported-features.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/inverted-index.md +350 -0
- package/bin/skills/lakehouse-doc-en/references/inverted_idx_bm25_param.md +251 -0
- package/bin/skills/lakehouse-doc-en/references/inverted_idx_multi-match.md +89 -0
- package/bin/skills/lakehouse-doc-en/references/ip_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/is-null.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/it-operation-management.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/java_reference/bulkload-upload.md +164 -0
- package/bin/skills/lakehouse-doc-en/references/java_reference/client.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/java_reference/java-sdk-release-notes.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/java_reference/java-sdk-summary.md +187 -0
- package/bin/skills/lakehouse-doc-en/references/java_reference/jdbc.md +211 -0
- package/bin/skills/lakehouse-doc-en/references/java_reference/realtime-upload.md +288 -0
- package/bin/skills/lakehouse-doc-en/references/java_sdk_guide.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/jdbc_task.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/job-manage.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/job_history_analysis_with_information_schema.md +674 -0
- package/bin/skills/lakehouse-doc-en/references/jobprofile-bestpractices.md +108 -0
- package/bin/skills/lakehouse-doc-en/references/json_analyze.md +424 -0
- package/bin/skills/lakehouse-doc-en/references/json_data_process_guide.md +881 -0
- package/bin/skills/lakehouse-doc-en/references/json_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/json_guide_for_complex_biz_cases.md +1897 -0
- package/bin/skills/lakehouse-doc-en/references/kafka-connection.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/kafka-external-table.md +93 -0
- package/bin/skills/lakehouse-doc-en/references/key-concepts.md +394 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-acceleration-guide.md +136 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-ai.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-data-engineering-handbook.md +519 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-index-best-practice.md +670 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-insight.md +104 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-llms-index-skill.md +209 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-platform-release-note.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-quick-experience_guide.md +980 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-studio-101.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-studio-concept.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-studio-release-note.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-table-stream-best-practices.md +607 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse-zilliz-make-data-ready-for-bi-and-ai.md +256 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse_billing_anomaly_alert_configuration_guide.md +294 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse_instance_overview.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse_studio.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/lakehouse_table_design_guide.md +2674 -0
- package/bin/skills/lakehouse-doc-en/references/lance_guide.md +320 -0
- package/bin/skills/lakehouse-doc-en/references/langchain-plug-installation.md +276 -0
- package/bin/skills/lakehouse-doc-en/references/langchain-plug-quick-start.md +305 -0
- package/bin/skills/lakehouse-doc-en/references/langchain-plugins-overview.md +463 -0
- package/bin/skills/lakehouse-doc-en/references/langchain.md +95 -0
- package/bin/skills/lakehouse-doc-en/references/langchain_basic_samples.md +761 -0
- package/bin/skills/lakehouse-doc-en/references/langchain_integration.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/left.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/like.md +71 -0
- package/bin/skills/lakehouse-doc-en/references/list-partition.md +88 -0
- package/bin/skills/lakehouse-doc-en/references/llama-index.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/load-data-local.md +85 -0
- package/bin/skills/lakehouse-doc-en/references/load-data-oss.md +175 -0
- package/bin/skills/lakehouse-doc-en/references/load-history-function.md +14 -0
- package/bin/skills/lakehouse-doc-en/references/load_history.md +17 -0
- package/bin/skills/lakehouse-doc-en/references/logging-in.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/manage-accounts.md +187 -0
- package/bin/skills/lakehouse-doc-en/references/management.md +181 -0
- package/bin/skills/lakehouse-doc-en/references/management_guide.md +115 -0
- package/bin/skills/lakehouse-doc-en/references/managing-files-on-volume-with-zettapark.md +165 -0
- package/bin/skills/lakehouse-doc-en/references/managing-instance.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/managing-security.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/map-function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/mapjoin.md +98 -0
- package/bin/skills/lakehouse-doc-en/references/materialized_ddl.md +90 -0
- package/bin/skills/lakehouse-doc-en/references/math_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/maxcompute-to-lakehouse-ecommerce.md +405 -0
- package/bin/skills/lakehouse-doc-en/references/medallion-lakehouse-from-scratch.md +720 -0
- package/bin/skills/lakehouse-doc-en/references/meta-objects-and-privileges.md +273 -0
- package/bin/skills/lakehouse-doc-en/references/metabase.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/metadata_show_desc_command_guide.md +711 -0
- package/bin/skills/lakehouse-doc-en/references/metrics_answer_build.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/migrate-snowflake-realtime-etl-to-lakehouse.md +862 -0
- package/bin/skills/lakehouse-doc-en/references/migrate-spark-data-engineering-best-practices-to-lakehouse.md +293 -0
- package/bin/skills/lakehouse-doc-en/references/migration-spark-sql.md +610 -0
- package/bin/skills/lakehouse-doc-en/references/migration-sql-compatibility.md +184 -0
- package/bin/skills/lakehouse-doc-en/references/mindsdb.md +282 -0
- package/bin/skills/lakehouse-doc-en/references/modelprice.md +155 -0
- package/bin/skills/lakehouse-doc-en/references/modern-data-stack-with-ecosystem-tools.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/monitor_and_alert.md +177 -0
- package/bin/skills/lakehouse-doc-en/references/monitoring_and_alerting.md +177 -0
- package/bin/skills/lakehouse-doc-en/references/monitoring_item_specification.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/multi_cloud_instance_manage_with_mcp_server.md +284 -0
- package/bin/skills/lakehouse-doc-en/references/multitable_batch_sync.md +465 -0
- package/bin/skills/lakehouse-doc-en/references/multitable_realtime_sync.md +401 -0
- package/bin/skills/lakehouse-doc-en/references/multitable_realtime_sync_sop.md +588 -0
- package/bin/skills/lakehouse-doc-en/references/n8n_Integreated_with_lakehouse_mcp_server.md +538 -0
- package/bin/skills/lakehouse-doc-en/references/navicat-mysql.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/network_policy.md +286 -0
- package/bin/skills/lakehouse-doc-en/references/notes-and-guidelines-for-partition-tables.md +1724 -0
- package/bin/skills/lakehouse-doc-en/references/number_type_guide.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/nyc_green_taxi_data_clean_transform_with_mcp_server.md +315 -0
- package/bin/skills/lakehouse-doc-en/references/object-model-overview.md +69 -0
- package/bin/skills/lakehouse-doc-en/references/object_identifier.md +270 -0
- package/bin/skills/lakehouse-doc-en/references/object_model_design.md +244 -0
- package/bin/skills/lakehouse-doc-en/references/om-api-connection.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/om-bloomfilter.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/om-catalog-connection.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/om-data-sharing.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/om-dynamic-mask.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/om-dynamic-table.md +223 -0
- package/bin/skills/lakehouse-doc-en/references/om-external-function.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/om-external-volume.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/om-internal-volume.md +91 -0
- package/bin/skills/lakehouse-doc-en/references/om-inverted-index.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/om-named-volume.md +75 -0
- package/bin/skills/lakehouse-doc-en/references/om-network-policy.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/om-pipe.md +217 -0
- package/bin/skills/lakehouse-doc-en/references/om-roles.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/om-row-level-permission.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/om-schema.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/om-semantic-view.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/om-storage-connection.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/om-synonym.md +119 -0
- package/bin/skills/lakehouse-doc-en/references/om-table-stream.md +196 -0
- package/bin/skills/lakehouse-doc-en/references/om-table.md +193 -0
- package/bin/skills/lakehouse-doc-en/references/om-time-travel.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/om-user-management.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/om-vcluster.md +101 -0
- package/bin/skills/lakehouse-doc-en/references/om-view.md +199 -0
- package/bin/skills/lakehouse-doc-en/references/om-workspace.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/opensource/travel.md +126 -0
- package/bin/skills/lakehouse-doc-en/references/operation-maintenance.md +149 -0
- package/bin/skills/lakehouse-doc-en/references/optimizing-computing-resources.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/org-hierarchy.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/oss_volume_creation.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/overview.md +187 -0
- package/bin/skills/lakehouse-doc-en/references/pandas-to-zettapark-migration-retail.md +262 -0
- package/bin/skills/lakehouse-doc-en/references/partition-func.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/partition_table.md +324 -0
- package/bin/skills/lakehouse-doc-en/references/partition_table_guide.md +319 -0
- package/bin/skills/lakehouse-doc-en/references/performance_optimization.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/performence_test.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/permission-application.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/permissions-of-built-in-workspace-level-roles.md +131 -0
- package/bin/skills/lakehouse-doc-en/references/pipe-introduction.md +97 -0
- package/bin/skills/lakehouse-doc-en/references/pipe-kafka-bestpractice-1.md +431 -0
- package/bin/skills/lakehouse-doc-en/references/pipe-kafka-table-stream.md +182 -0
- package/bin/skills/lakehouse-doc-en/references/pipe-kafka.md +217 -0
- package/bin/skills/lakehouse-doc-en/references/pipe-overview.md +167 -0
- package/bin/skills/lakehouse-doc-en/references/pipe-storage-object.md +263 -0
- package/bin/skills/lakehouse-doc-en/references/pipe-summary.md +107 -0
- package/bin/skills/lakehouse-doc-en/references/pipe-syntax.md +183 -0
- package/bin/skills/lakehouse-doc-en/references/pipe.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/pow.md +26 -0
- package/bin/skills/lakehouse-doc-en/references/power_bi.md +117 -0
- package/bin/skills/lakehouse-doc-en/references/practice_data_analysis.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/practice_data_import_and_export.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/practice_python_task.md +203 -0
- package/bin/skills/lakehouse-doc-en/references/preparetion.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/pricing.md +314 -0
- package/bin/skills/lakehouse-doc-en/references/primary key.md +82 -0
- package/bin/skills/lakehouse-doc-en/references/primary-key.md +204 -0
- package/bin/skills/lakehouse-doc-en/references/privacy-policy.md +113 -0
- package/bin/skills/lakehouse-doc-en/references/private-link-general.md +66 -0
- package/bin/skills/lakehouse-doc-en/references/private_link.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/private_storage_overview.md +165 -0
- package/bin/skills/lakehouse-doc-en/references/product-trial-agreement.md +93 -0
- package/bin/skills/lakehouse-doc-en/references/product_concept.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/put-get.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/put_get_volume.md +3 -0
- package/bin/skills/lakehouse-doc-en/references/pyspark-to-zettapark-migration-f1.md +512 -0
- package/bin/skills/lakehouse-doc-en/references/python-igs.md +313 -0
- package/bin/skills/lakehouse-doc-en/references/python-sample-put-gharchive2oss.md +186 -0
- package/bin/skills/lakehouse-doc-en/references/python-sample-put-github-rt-events.md +348 -0
- package/bin/skills/lakehouse-doc-en/references/python-sdk-version-history.md +24 -0
- package/bin/skills/lakehouse-doc-en/references/python-sqlalchemy-version-history.md +23 -0
- package/bin/skills/lakehouse-doc-en/references/python-task-dev.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/python-task.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/python_package_install_import_guide.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/python_reference/bulkload-upload.md +143 -0
- package/bin/skills/lakehouse-doc-en/references/python_reference/connector.md +248 -0
- package/bin/skills/lakehouse-doc-en/references/python_reference/connector_advanced.md +258 -0
- package/bin/skills/lakehouse-doc-en/references/python_reference/connector_examples.md +241 -0
- package/bin/skills/lakehouse-doc-en/references/python_reference/python-sdk-summary.md +88 -0
- package/bin/skills/lakehouse-doc-en/references/python_reference/sqlalchemy.md +145 -0
- package/bin/skills/lakehouse-doc-en/references/python_sdk_guide.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/python_shell_datasource.md +356 -0
- package/bin/skills/lakehouse-doc-en/references/query-json-sy.md +80 -0
- package/bin/skills/lakehouse-doc-en/references/query-snowflake-open-catalog-iceberg-table.md +114 -0
- package/bin/skills/lakehouse-doc-en/references/query-syntax.md +294 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_batch_sync_data.md +116 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_bi_analysis.md +588 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_create_workspace.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_data_quality.md +75 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_etl.md +131 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_monitoring_and_alerting.md +93 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_sql_query.md +93 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_upload_data.md +69 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_user_management.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_workspace.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/quick_start_workspace_user.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/quickstart-with-copy-command.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/quickstart.md +144 -0
- package/bin/skills/lakehouse-doc-en/references/quickstart_bak.md +592 -0
- package/bin/skills/lakehouse-doc-en/references/quickstart_datashare_between_companies.md +247 -0
- package/bin/skills/lakehouse-doc-en/references/quickstart_envirment_for_team.md +269 -0
- package/bin/skills/lakehouse-doc-en/references/quickstart_local_csv.md +90 -0
- package/bin/skills/lakehouse-doc-en/references/rdd-to-zettapark-migration-weblog.md +512 -0
- package/bin/skills/lakehouse-doc-en/references/realtime-pipeline-selection-guide.md +348 -0
- package/bin/skills/lakehouse-doc-en/references/realtime-sales-dashboard-with-dynamic-table.md +317 -0
- package/bin/skills/lakehouse-doc-en/references/realtime_sync.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/realtime_sync_and_analysis_practice.md +183 -0
- package/bin/skills/lakehouse-doc-en/references/realtimesync_m.md +189 -0
- package/bin/skills/lakehouse-doc-en/references/refactor-elt-practice.md +241 -0
- package/bin/skills/lakehouse-doc-en/references/refresh-dynamic-table.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/refresh-history.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/refresh-materialized-view.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/regexp-function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/regexp-statement.md +75 -0
- package/bin/skills/lakehouse-doc-en/references/register_account.md +77 -0
- package/bin/skills/lakehouse-doc-en/references/release-note-0414-1.1.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/release-note-2026-05-19.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/release-notes.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/releasenotes.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/releasenotesupdata.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/remove-volume.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/restore-dynamic-table.md +118 -0
- package/bin/skills/lakehouse-doc-en/references/restore.md +118 -0
- package/bin/skills/lakehouse-doc-en/references/result_cache.md +102 -0
- package/bin/skills/lakehouse-doc-en/references/revoke-from-share.md +71 -0
- package/bin/skills/lakehouse-doc-en/references/revoke-privileges.md +108 -0
- package/bin/skills/lakehouse-doc-en/references/revoke-user-privileges.md +107 -0
- package/bin/skills/lakehouse-doc-en/references/right.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/rlike.md +69 -0
- package/bin/skills/lakehouse-doc-en/references/role-privilege-manage.md +80 -0
- package/bin/skills/lakehouse-doc-en/references/role-privlilige-manage.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/roles.md +123 -0
- package/bin/skills/lakehouse-doc-en/references/rom_lakehouse_to_volume.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/row_level_permission.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/rrf-fulltext-vector-hybrid-search-best-practices.md +233 -0
- package/bin/skills/lakehouse-doc-en/references/s3_volume_creation.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sample-data-using.md +768 -0
- package/bin/skills/lakehouse-doc-en/references/scd2-product-dimension-with-merge-into.md +314 -0
- package/bin/skills/lakehouse-doc-en/references/scheduled_task.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/search-functions.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/security-policy-overview.md +112 -0
- package/bin/skills/lakehouse-doc-en/references/security-system-inventory-based-information-schema.md +411 -0
- package/bin/skills/lakehouse-doc-en/references/security_compliance_audit_dir_guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/security_compliance_audit_guide.md +393 -0
- package/bin/skills/lakehouse-doc-en/references/security_overview.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/select-catalog-table.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/semantic-view-advanced.md +124 -0
- package/bin/skills/lakehouse-doc-en/references/semantic-view-agent-guide.md +474 -0
- package/bin/skills/lakehouse-doc-en/references/semantic-view-ai.md +184 -0
- package/bin/skills/lakehouse-doc-en/references/semantic-view-best-practices.md +163 -0
- package/bin/skills/lakehouse-doc-en/references/semantic-view-create.md +202 -0
- package/bin/skills/lakehouse-doc-en/references/semantic-view-manage.md +143 -0
- package/bin/skills/lakehouse-doc-en/references/semantic-view-overview.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/semantic-view-query.md +194 -0
- package/bin/skills/lakehouse-doc-en/references/semantic_view.md +891 -0
- package/bin/skills/lakehouse-doc-en/references/server-data-for-ai.md +134 -0
- package/bin/skills/lakehouse-doc-en/references/service-aggrement.md +299 -0
- package/bin/skills/lakehouse-doc-en/references/set-command.md +200 -0
- package/bin/skills/lakehouse-doc-en/references/set-operations.md +199 -0
- package/bin/skills/lakehouse-doc-en/references/set-properties.md +119 -0
- package/bin/skills/lakehouse-doc-en/references/setup.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/setup_cz_cli.md +495 -0
- package/bin/skills/lakehouse-doc-en/references/share-ddl.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/show-cached-status.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/show-catalog-schema.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/show-catalog-table.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/show-catalog.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/show-columns.md +78 -0
- package/bin/skills/lakehouse-doc-en/references/show-connections.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/show-create-dynamic-table.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/show-create-external-table.md +105 -0
- package/bin/skills/lakehouse-doc-en/references/show-create-materialized-view.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/show-create-pipe.md +15 -0
- package/bin/skills/lakehouse-doc-en/references/show-create-table.md +93 -0
- package/bin/skills/lakehouse-doc-en/references/show-dynamic-table.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/show-external-functions.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/show-external-schemas.md +108 -0
- package/bin/skills/lakehouse-doc-en/references/show-external-table.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/show-finctions.md +21 -0
- package/bin/skills/lakehouse-doc-en/references/show-functions.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/show-grants-user.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/show-grants.md +129 -0
- package/bin/skills/lakehouse-doc-en/references/show-jobs.md +87 -0
- package/bin/skills/lakehouse-doc-en/references/show-materialized-view.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/show-network-policy.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/show-pipes.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/show-roles.md +122 -0
- package/bin/skills/lakehouse-doc-en/references/show-schemas.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/show-shares.md +95 -0
- package/bin/skills/lakehouse-doc-en/references/show-storage-connections.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/show-synonyms.md +23 -0
- package/bin/skills/lakehouse-doc-en/references/show-table-streams.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/show-tables-history.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/show-tables.md +76 -0
- package/bin/skills/lakehouse-doc-en/references/show-users.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/show-vclusters.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/show-views.md +78 -0
- package/bin/skills/lakehouse-doc-en/references/show-volume.md +114 -0
- package/bin/skills/lakehouse-doc-en/references/show-workspaces.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/show.md +105 -0
- package/bin/skills/lakehouse-doc-en/references/simpletosimple_bazhuayu_datagpt.md +150 -0
- package/bin/skills/lakehouse-doc-en/references/singdata_overview.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/slowly-changing-dimensions-with-streams-and-tasks.md +640 -0
- package/bin/skills/lakehouse-doc-en/references/small_file_optimization.md +120 -0
- package/bin/skills/lakehouse-doc-en/references/snowflake-dynamic-tables-to-lakehouse.md +268 -0
- package/bin/skills/lakehouse-doc-en/references/snowflake-snowpark-to-zettapark-migration.md +390 -0
- package/bin/skills/lakehouse-doc-en/references/spark-connector-summary.md +307 -0
- package/bin/skills/lakehouse-doc-en/references/spark-connector-use.md +225 -0
- package/bin/skills/lakehouse-doc-en/references/spark-connector.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/spark-lakehouse-iceberg-rest.md +180 -0
- package/bin/skills/lakehouse-doc-en/references/spark-migration-guide.md +158 -0
- package/bin/skills/lakehouse-doc-en/references/sql-commands.md +77 -0
- package/bin/skills/lakehouse-doc-en/references/sql-comments.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/sql-function-guide.md +234 -0
- package/bin/skills/lakehouse-doc-en/references/sql-parmaters.md +430 -0
- package/bin/skills/lakehouse-doc-en/references/sql-qualify.md +286 -0
- package/bin/skills/lakehouse-doc-en/references/sql-query-overview.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql-reference.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/sql_data_transfom_NestedDataTypes.md +452 -0
- package/bin/skills/lakehouse-doc-en/references/sql_data_transform.md +114 -0
- package/bin/skills/lakehouse-doc-en/references/sql_data_transform_basic.md +572 -0
- package/bin/skills/lakehouse-doc-en/references/sql_data_transform_cte.md +166 -0
- package/bin/skills/lakehouse-doc-en/references/sql_data_transform_tips.md +405 -0
- package/bin/skills/lakehouse-doc-en/references/sql_data_transform_windows.md +430 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/any_value.md +66 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/approx_count_distinct.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/approx_histogram.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/approx_percentile.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/approx_top_k.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/array_agg.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/avg.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/bit_and.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/bit_or.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/bit_xor.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/bitmap_agg.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/bitmap_union.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/bitmap_union_count.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/bool_and.md +66 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/bool_or.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/collect_list.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/collect_list_on_array.md +82 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/collect_set.md +85 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/collect_set_on_array.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/corr.md +103 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/count.md +96 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/count_distinct.md +96 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/count_if.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/covar_pop.md +89 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/covar_samp.md +113 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/first_value.md +122 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group-array.md +90 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/groupArray.md +90 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap_and.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap_and_state.md +71 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap_merge.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap_merge_state.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap_or.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap_or_state.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap_state.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap_xor.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_bitmap_xor_state.md +89 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/group_concat.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/json_array_agg.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/json_merge_agg.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/json_object_agg.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/last_value.md +100 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/map_agg.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/max.md +70 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/max_by.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/median.md +75 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/min.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/min_by.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/percentile.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/percentile_approx.md +71 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/percentile_rank.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/std.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/stddev.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/stddev_pop.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/stddev_samp.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/sum.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/topn.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/topn_array.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/var_pop.md +65 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/var_samp.md +65 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/variance.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/aggregate_functions/wm_concat.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/context_functions/current_instance_id.md +17 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/context_functions/current_schema.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/context_functions/current_session_id.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/context_functions/current_user.md +24 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/context_functions/current_user_id.md +22 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/context_functions/current_vcluster.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/context_functions/current_workspace.md +19 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/context_functions/current_workspace_id.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/binary_to_bitmap.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_and.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_and_cardinality.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_andnot.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_andnot_cardinality.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_build.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_cardinality.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_contains.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_count.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_empty.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_has_all.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_has_any.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_hash.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_hash64.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_max.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_min.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_or.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_or_cardinality.md +22 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_remove.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_subset_in_range.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_subset_limit.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_to_array.md +23 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_to_binary.md +23 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_to_rb32.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_to_rb64.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_to_string.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_transform.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_xor.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/bitmap_xor_cardinality.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/rb32_to_bitmap.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/rb64_to_bitmap.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/string_to_bitmap.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/sub_bitmap.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitmap_functions/to_bitmap.md +78 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitwise_functions/bit_count.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitwise_functions/bitnot.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitwise_functions/shiftleft.md +85 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitwise_functions/shiftright.md +88 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/bitwise_functions/shiftrightunsigned.md +88 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/assert_true.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/between.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/case_when.md +87 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/coalesce.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/decode.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/if.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/ifnull.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/in.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/is-null.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/is_false.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/is_not_null.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/is_null.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/is_true.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/multiif.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/nullif.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/nvl.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/nvl2.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/raise_error.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/conditional_functions/typeof.md +70 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/add_days.md +61 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/add_months.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/add_years.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/adddate.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/convert_timezone.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/current_date.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/current_timestamp.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/date.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/date_add.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/date_format.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/date_format_mysql.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/date_format_pg.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/date_sub.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/date_trunc.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/dateadd.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/datediff.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/datetime_patterns.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/day.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/dayofmonth.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/dayofweek.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/dayofweek_iso.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/dayofyear.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/days.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/days_diff.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/extract.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/from_unixtime.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/from_utc_timestamp.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/hour.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/hours.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/hours_diff.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/last_day.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/localtimestamp.md +17 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/makde_date.md +21 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/make_date.md +20 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/make_dt_interval.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/make_ym_interval.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/milliseconds_diff.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/minute.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/minutes_diff.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/month.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/months.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/months_between.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/months_diff.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/next_day.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/now.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/quarter.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/second.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/seconds_diff.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/str_to_date_mysql.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/sub_days.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/subdate.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/timestamp_micros.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/timestamp_millis.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/timestamp_seconds.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/timestampadd.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/timestampdiff.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/to_date.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/to_start_of_interval.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/to_timestamp.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/to_timestamp_ntz.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/to_unix_timestamp.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/to_unix_timestamp_ms.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/to_unix_timestamp_us.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/to_utc_timestamp.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/toyyyymmdd.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/trunc.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/unix_timestamp.md +86 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/week.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/weekday.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/weekofyear.md +26 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/weeks_diff.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/year.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/yearofweek.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/years.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/datetime_functions/years_diff.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/file_functions/GET_PRESIGNED_URL.md +91 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/geo_functions/st_geohash.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/geo_functions/st_latfromgeohash.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/geo_functions/st_longfromgeohash.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/bucket.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/crc32.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/general_complexhash2.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/general_hash.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/general_murmurhash3.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/hash_combine.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/hash_combine_commutative.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/md5.md +69 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/murmurhash.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/murmurhash3_32.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/murmurhash3_64.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/sha1.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/sha2.md +106 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/sha224.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/sha256.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/sha384.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/sha512.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/hash_functions/sm3.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/array_aggregate.md +88 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/array_filter_doris.md +78 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/array_map_doris.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/array_sort_by_key.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/element_at.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/exists.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/filter.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/forall.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/high_order_functions.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/map_filter.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/map_zip_with.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/transform.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/transform_keys.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/transform_values.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/high_order_functions/zip_with.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/ip_functions/get_ip_info.md +197 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/ip_functions/ipv4_num_to_string.md +27 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/ip_functions/ipv4_string_to_num.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/ip_functions/ipv6_num_to_string.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/ip_functions/ipv6_string_to_num.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/ip_functions/is_ip_address_in_range.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/from_json.md +82 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/get_json_object.md +77 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_array.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_array_get.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_contains.md +91 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract_bigint.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract_boolean.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract_date.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract_double.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract_float.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract_int.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract_string.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract_timestamp.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_extract_timestamp_ntz.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_length.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_minify.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_normalize.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_object.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_parse.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_remove.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_type.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_unquote.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/json_valid.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/schema_of_json.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/to_json.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/json_functions/try_from_json.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/abs.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/acos.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/acosh.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/asin.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/asinh.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/atan.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/atan2.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/atanh.md +22 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/bround.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/cbrt.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/ceil.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/ceiling.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/ceilling.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/cos.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/cosh.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/cot.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/csc.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/degrees.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/div.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/e.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/erf.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/exp.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/exp2.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/expm1.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/floor.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/greatest.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/hypot.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/isnan.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/least.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/lgamma.md +75 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/ln.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/log.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/log10.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/log1p.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/log2.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/median.md +21 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/mod.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/monotonically_increasing_id.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/negative.md +15 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/operators.md +600 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/pi.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/pmod.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/positive.md +15 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/pow.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/power.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/radians.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/rand.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/randn.md +25 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/random.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/round.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/shiftleft.md +78 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/shiftright.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/shiftrightunsigned.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/sign.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/sin.md +61 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/sinh.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/sqrt.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/tan.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/tanh.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/math_functions/tgamma.md +75 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_append.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_compact.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_contains.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_distinct.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_except.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_intersect.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_join.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_max.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_min.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_position.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_prepend.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_remove.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_repeat.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_size.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_sort.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_sort_reverse.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/array_union.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/arrays_overlap.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/arrays_zip.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/cardinality.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/concat.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/concat_ws.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/element_at.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/flatten.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/hasany_clickhouse.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map.md +214 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_concat.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_concat_array.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_contains_key.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_entries.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_equal.md +32 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_except.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_from_arrays.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_from_entries.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_keys.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/map_values.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/multimap_from_entries.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/named_struct.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/sequence.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/size.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/slice.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/sort_array.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/struct.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/struct_insert.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/struct_update.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/trans_array.md +219 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/nested_functions/try_element_at.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/partition/max_pt.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/search_functions/match_all.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/search_functions/match_any.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/search_functions/match_phrase.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/search_functions/match_phrase_prefix.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/search_functions/match_regexp.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/search_functions/tokenize.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/aes_decrypt.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/aes_decrypt_mysql.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/aes_encrypt.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/aes_encrypt_mysql.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/ascii.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/base64.md +27 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/binary.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/btrim.md +38 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/char.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/char_length.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/character_length.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/chr.md +26 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/collation_sort_key.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/concat.md +69 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/concat_ws.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/contains.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/conv.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/endswith.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/find_in_set.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/format_string.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/gunzip.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/gzip.md +60 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/hex.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/ilike.md +89 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/instr.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/is_ascii.md +27 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/is_utf8.md +27 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/lcase.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/left.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/length.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/lengthb.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/like.md +106 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/locate.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/lower.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/lpad.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/ltrim.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/mask.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/mask_inner.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/mask_outer.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/md5.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/octet_length.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/parse_url.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/position.md +35 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/regexp-statement.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/regexp_count.md +112 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/regexp_extract.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/regexp_extract_all.md +41 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/regexp_instr.md +146 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/regexp_replace.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/regexp_split_to_array.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/repeat.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/replace.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/reverse.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/right.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/rlike.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/rpad.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/rtrim.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/sha1.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/space.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/split.md +57 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/split_by_regexp.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/split_by_string.md +33 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/split_part.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/startswith.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/str_to_map.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/strpos.md +80 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/substr.md +40 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/substring.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/substring_index.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/translate.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/trim.md +51 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/typeof.md +63 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/ucase.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/unbase64.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/unhex.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/upper.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/url_decode.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/url_encode.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/string_functions/uuid.md +37 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/binary_quantize.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/cosine_distance.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/dot_product.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/fill_vector.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/hamming_distance.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/jaccard_distance.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/l2_distance.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/l2_norm.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/l2_normalize.md +48 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/print_vector_bits.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/vector.md +77 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/scalar_functions/vector_functions/vector_add_scalar.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/explode.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/explode_json_array_double.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/explode_json_array_int.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/explode_json_array_json.md +28 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/explode_json_array_string.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/explode_json_object.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/explode_outer.md +78 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/inline.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/json_tuple.md +72 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/load_history.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/posexplode.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/posexplode_outer.md +78 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/read_kafka.md +65 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/stack.md +62 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/table_changes.md +136 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/unnest.md +105 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/table_functions/unnset.md +101 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/avg.md +79 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/count.md +80 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/cume_dist.md +92 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/dense_rank.md +109 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/first.md +148 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/first_value.md +128 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/lag.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/last.md +158 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/last_value.md +154 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/lead.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/max.md +159 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/min.md +127 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/nth_value.md +108 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/ntile.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/percent_rank.md +53 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/rank.md +131 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/row_number.md +134 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/sum.md +99 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions/window_functions/window_clause.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/sql_functions_guide.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/sql_practice.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/sql_rfm.md +197 -0
- package/bin/skills/lakehouse-doc-en/references/sqlalchemy.md +76 -0
- package/bin/skills/lakehouse-doc-en/references/ssb-benchmark.md +216 -0
- package/bin/skills/lakehouse-doc-en/references/sso-configuration.md +160 -0
- package/bin/skills/lakehouse-doc-en/references/storage_encryption.md +81 -0
- package/bin/skills/lakehouse-doc-en/references/streaming_data_pipeline_overview.md +46 -0
- package/bin/skills/lakehouse-doc-en/references/streaming_data_pipeline_overview1.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/streaming_pipeline_with_dynamic_table.md +93 -0
- package/bin/skills/lakehouse-doc-en/references/string_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/string_guide.md +42 -0
- package/bin/skills/lakehouse-doc-en/references/struct-function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/structure_data_analysis.md +223 -0
- package/bin/skills/lakehouse-doc-en/references/studio-di-privatelink-vpc-from-rds.md +105 -0
- package/bin/skills/lakehouse-doc-en/references/studio-incremental-sync-practice.md +318 -0
- package/bin/skills/lakehouse-doc-en/references/studio-jdbc-task.md +238 -0
- package/bin/skills/lakehouse-doc-en/references/studio-python-task-connector.md +286 -0
- package/bin/skills/lakehouse-doc-en/references/studio-python-task-zettapark.md +368 -0
- package/bin/skills/lakehouse-doc-en/references/studio-shell-task.md +191 -0
- package/bin/skills/lakehouse-doc-en/references/studio-task-practice.md +20 -0
- package/bin/skills/lakehouse-doc-en/references/studio_manual.md +172 -0
- package/bin/skills/lakehouse-doc-en/references/studio_overview.md +59 -0
- package/bin/skills/lakehouse-doc-en/references/synonym.md +120 -0
- package/bin/skills/lakehouse-doc-en/references/table-design.md +270 -0
- package/bin/skills/lakehouse-doc-en/references/table-overview.md +68 -0
- package/bin/skills/lakehouse-doc-en/references/table-stream-title.md +71 -0
- package/bin/skills/lakehouse-doc-en/references/table-stream.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/table-summary.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/table_changes.md +127 -0
- package/bin/skills/lakehouse-doc-en/references/table_function.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/table_rendering.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/table_stream.md +311 -0
- package/bin/skills/lakehouse-doc-en/references/tableau-connect-to-lakehouse.md +64 -0
- package/bin/skills/lakehouse-doc-en/references/tablesample.md +482 -0
- package/bin/skills/lakehouse-doc-en/references/tablestream_summary.md +515 -0
- package/bin/skills/lakehouse-doc-en/references/task-develop.md +277 -0
- package/bin/skills/lakehouse-doc-en/references/task-instance-maintenance.md +198 -0
- package/bin/skills/lakehouse-doc-en/references/task_development.md +54 -0
- package/bin/skills/lakehouse-doc-en/references/task_group.md +158 -0
- package/bin/skills/lakehouse-doc-en/references/task_instance.md +82 -0
- package/bin/skills/lakehouse-doc-en/references/task_instance_operations.md +206 -0
- package/bin/skills/lakehouse-doc-en/references/task_param.md +130 -0
- package/bin/skills/lakehouse-doc-en/references/task_param_examples.md +220 -0
- package/bin/skills/lakehouse-doc-en/references/task_param_reference.md +322 -0
- package/bin/skills/lakehouse-doc-en/references/task_scheduling.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/task_scheduling_dependency.md +70 -0
- package/bin/skills/lakehouse-doc-en/references/taskdevelop.md +268 -0
- package/bin/skills/lakehouse-doc-en/references/tencentcloud_arn_and_externalid.md +29 -0
- package/bin/skills/lakehouse-doc-en/references/tencentcloud_privatelink.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/time-function.md +67 -0
- package/bin/skills/lakehouse-doc-en/references/time-travel-concept.md +175 -0
- package/bin/skills/lakehouse-doc-en/references/time_date_guide.md +47 -0
- package/bin/skills/lakehouse-doc-en/references/time_travel_guide.md +73 -0
- package/bin/skills/lakehouse-doc-en/references/timetravel-summary.md +45 -0
- package/bin/skills/lakehouse-doc-en/references/tools_AI.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/tools_BI.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/tools_app.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/tpcds-3tb-benchmark.md +754 -0
- package/bin/skills/lakehouse-doc-en/references/tpcds-benchmark.md +756 -0
- package/bin/skills/lakehouse-doc-en/references/tpch-benchmark.md +884 -0
- package/bin/skills/lakehouse-doc-en/references/transform-dt.md +291 -0
- package/bin/skills/lakehouse-doc-en/references/trial-account-quotas-and-limits.md +85 -0
- package/bin/skills/lakehouse-doc-en/references/tutorial_DataGPT.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/tutorial_connect_to_lakehouse.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/tutorial_data_ingestion.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/tutorial_data_transformation.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/tutorial_migration.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/tutorial_virtual_cluster.md +149 -0
- package/bin/skills/lakehouse-doc-en/references/tutorial_work_with_workspace.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/tutorial_zettapark.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/tutorials-streaming-data-pipeline-with_dynamic-table.md +123 -0
- package/bin/skills/lakehouse-doc-en/references/tutorials.md +168 -0
- package/bin/skills/lakehouse-doc-en/references/undrop-dynamic-table.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/undrop-materialized-view.md +74 -0
- package/bin/skills/lakehouse-doc-en/references/undrop.md +36 -0
- package/bin/skills/lakehouse-doc-en/references/unified-workflow-demo.md +175 -0
- package/bin/skills/lakehouse-doc-en/references/unified-workflow-intro.md +31 -0
- package/bin/skills/lakehouse-doc-en/references/unified-workflow.md +2 -0
- package/bin/skills/lakehouse-doc-en/references/unifiedWorkflow.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/unloa-data-summary.md +17 -0
- package/bin/skills/lakehouse-doc-en/references/unload-data-local.md +71 -0
- package/bin/skills/lakehouse-doc-en/references/unload-data-summary.md +17 -0
- package/bin/skills/lakehouse-doc-en/references/unstructure_data_analysis.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/unstructured-io.md +795 -0
- package/bin/skills/lakehouse-doc-en/references/unstructured_etl_pipeline_notebook.md +11 -0
- package/bin/skills/lakehouse-doc-en/references/unstructured_etl_pipeline_user_guide.md +1099 -0
- package/bin/skills/lakehouse-doc-en/references/unstructured_etl_python_api.md +942 -0
- package/bin/skills/lakehouse-doc-en/references/upload-data-with-sdk.md +4 -0
- package/bin/skills/lakehouse-doc-en/references/upload-data.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/upload-json-jsonl.md +135 -0
- package/bin/skills/lakehouse-doc-en/references/upload_data.md +122 -0
- package/bin/skills/lakehouse-doc-en/references/use-copy-upload-data.md +88 -0
- package/bin/skills/lakehouse-doc-en/references/use-dbt-dev.md +428 -0
- package/bin/skills/lakehouse-doc-en/references/use-external-schema.md +34 -0
- package/bin/skills/lakehouse-doc-en/references/use-external-upload-hive-data.md +18 -0
- package/bin/skills/lakehouse-doc-en/references/use-java-sdk-realtime-uploaddata.md +163 -0
- package/bin/skills/lakehouse-doc-en/references/use-java-sdk-upload-data-local.md +140 -0
- package/bin/skills/lakehouse-doc-en/references/use-mysql-client.md +184 -0
- package/bin/skills/lakehouse-doc-en/references/use-python-sdk-upload-data.md +103 -0
- package/bin/skills/lakehouse-doc-en/references/use-schema.md +49 -0
- package/bin/skills/lakehouse-doc-en/references/use-sql-analyze.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/use-vcluster.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/user-aggrement.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/user-external-function.md +56 -0
- package/bin/skills/lakehouse-doc-en/references/user-identification.md +58 -0
- package/bin/skills/lakehouse-doc-en/references/user_permission_grand_guide.md +322 -0
- package/bin/skills/lakehouse-doc-en/references/user_rights_management.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/using-google-authenticator.md +44 -0
- package/bin/skills/lakehouse-doc-en/references/using-udf-in-dynamic-table.md +162 -0
- package/bin/skills/lakehouse-doc-en/references/using_mcp_solute_data_pipeline_issue.md +342 -0
- package/bin/skills/lakehouse-doc-en/references/uuid.md +39 -0
- package/bin/skills/lakehouse-doc-en/references/validate_schema_evolution.md +169 -0
- package/bin/skills/lakehouse-doc-en/references/values.md +97 -0
- package/bin/skills/lakehouse-doc-en/references/vc-job.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/vc_cache.md +85 -0
- package/bin/skills/lakehouse-doc-en/references/vcluster_size_description.md +96 -0
- package/bin/skills/lakehouse-doc-en/references/vector-and-scalar-retrieval-in-same-table.md +84 -0
- package/bin/skills/lakehouse-doc-en/references/vector-functions.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/vector-search.md +140 -0
- package/bin/skills/lakehouse-doc-en/references/vector-type.md +201 -0
- package/bin/skills/lakehouse-doc-en/references/vector_data_process_guide.md +952 -0
- package/bin/skills/lakehouse-doc-en/references/vector_search_ai.md +423 -0
- package/bin/skills/lakehouse-doc-en/references/version-update.md +20 -0
- package/bin/skills/lakehouse-doc-en/references/virtual-cluster.md +213 -0
- package/bin/skills/lakehouse-doc-en/references/volume-introduction.md +163 -0
- package/bin/skills/lakehouse-doc-en/references/volume-list.md +50 -0
- package/bin/skills/lakehouse-doc-en/references/volume-overview.md +397 -0
- package/bin/skills/lakehouse-doc-en/references/volume_best_practices.md +1147 -0
- package/bin/skills/lakehouse-doc-en/references/volumeobject.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/web-job-history.md +178 -0
- package/bin/skills/lakehouse-doc-en/references/web_search.md +30 -0
- package/bin/skills/lakehouse-doc-en/references/what-is-clickzetta-lakehouse.md +55 -0
- package/bin/skills/lakehouse-doc-en/references/what_is_clickzetta_lakehouse.md +90 -0
- package/bin/skills/lakehouse-doc-en/references/window-frame.md +135 -0
- package/bin/skills/lakehouse-doc-en/references/window-function-summary.md +134 -0
- package/bin/skills/lakehouse-doc-en/references/windowframe.md +143 -0
- package/bin/skills/lakehouse-doc-en/references/working_with_Vclusters.md +175 -0
- package/bin/skills/lakehouse-doc-en/references/working_with_cache.md +96 -0
- package/bin/skills/lakehouse-doc-en/references/worksheet.md +15 -0
- package/bin/skills/lakehouse-doc-en/references/workspace-information_schema-views.md +203 -0
- package/bin/skills/lakehouse-doc-en/references/workspace-informationschema-summary.md +52 -0
- package/bin/skills/lakehouse-doc-en/references/workspace-introduction.md +43 -0
- package/bin/skills/lakehouse-doc-en/references/workspace-sql.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/workspace_information_schema.md +1 -0
- package/bin/skills/lakehouse-doc-en/references/zettapark-data-engineering-demo.md +348 -0
- package/bin/skills/lakehouse-doc-en/references/zettapark-dataframe-guide.md +342 -0
- package/bin/skills/lakehouse-doc-en/references/zettapark-dynamic-table-guide.md +204 -0
- package/bin/skills/lakehouse-doc-en/references/zettapark-etl-guide.md +257 -0
- package/bin/skills/lakehouse-doc-en/references/zettapark-feature-engineering.md +311 -0
- package/bin/skills/lakehouse-doc-en/references/zettapark-functions-guide.md +321 -0
- package/bin/skills/lakehouse-doc-en/references/zettapark-quick-start.md +123 -0
- package/bin/skills/lakehouse-doc-en/references/zettapark-stream-guide.md +205 -0
- package/bin/skills/lakehouse-doc-en/references/zettapark-volume-guide.md +291 -0
- package/package.json +1 -1
- package/bin/skills/clickzetta-access-control/LICENSE +0 -16
- package/bin/skills/clickzetta-access-control/SKILL.md +0 -243
- package/bin/skills/clickzetta-access-control/eval_cases.jsonl +0 -3
- package/bin/skills/clickzetta-access-control/references/dynamic-masking.md +0 -86
- package/bin/skills/clickzetta-access-control/references/grant-revoke.md +0 -103
- package/bin/skills/clickzetta-access-control/references/role-management.md +0 -66
- package/bin/skills/clickzetta-access-control/references/user-management.md +0 -61
- package/bin/skills/clickzetta-ai-function/eval_cases.jsonl +0 -4
- package/bin/skills/clickzetta-app-python-sdk/LICENSE +0 -16
- package/bin/skills/clickzetta-app-python-sdk/SKILL.md +0 -153
- package/bin/skills/clickzetta-app-python-sdk/eval_cases.jsonl +0 -12
- package/bin/skills/clickzetta-app-python-sdk/references/bulkload.md +0 -196
- package/bin/skills/clickzetta-app-python-sdk/references/connector.md +0 -143
- package/bin/skills/clickzetta-app-python-sdk/references/realtime.md +0 -122
- package/bin/skills/clickzetta-batch-sync-pipeline/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-bi-connect/LICENSE +0 -16
- package/bin/skills/clickzetta-bi-connect/SKILL.md +0 -177
- package/bin/skills/clickzetta-bi-connect/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-bi-connect/references/bi-tools.md +0 -170
- package/bin/skills/clickzetta-cdc-sync-pipeline/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-data-ingest-pipeline/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-data-retention/LICENSE +0 -16
- package/bin/skills/clickzetta-data-retention/SKILL.md +0 -160
- package/bin/skills/clickzetta-data-retention/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-data-retention/references/lifecycle-reference.md +0 -175
- package/bin/skills/clickzetta-data-science/eval_cases.jsonl +0 -12
- package/bin/skills/clickzetta-data-sharing/LICENSE +0 -16
- package/bin/skills/clickzetta-data-sharing/SKILL.md +0 -160
- package/bin/skills/clickzetta-data-sharing/eval_cases.jsonl +0 -3
- package/bin/skills/clickzetta-data-sharing/references/share-ddl.md +0 -134
- package/bin/skills/clickzetta-dba-guide/LICENSE +0 -16
- package/bin/skills/clickzetta-dba-guide/SKILL.md +0 -542
- package/bin/skills/clickzetta-dba-guide/eval_cases.jsonl +0 -3
- package/bin/skills/clickzetta-dw-modeling/eval_cases.jsonl +0 -4
- package/bin/skills/clickzetta-dynamic-table/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-external-catalog/LICENSE +0 -16
- package/bin/skills/clickzetta-external-catalog/SKILL.md +0 -123
- package/bin/skills/clickzetta-external-catalog/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-external-catalog/references/external-catalog-ddl.md +0 -130
- package/bin/skills/clickzetta-external-function/eval_cases.jsonl +0 -4
- package/bin/skills/clickzetta-file-import-pipeline/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-index-manager/LICENSE +0 -16
- package/bin/skills/clickzetta-index-manager/SKILL.md +0 -140
- package/bin/skills/clickzetta-index-manager/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-index-manager/references/bloomfilter-index.md +0 -67
- package/bin/skills/clickzetta-index-manager/references/index-management.md +0 -73
- package/bin/skills/clickzetta-index-manager/references/inverted-index.md +0 -80
- package/bin/skills/clickzetta-index-manager/references/vector-index.md +0 -81
- package/bin/skills/clickzetta-java-sdk/LICENSE +0 -16
- package/bin/skills/clickzetta-java-sdk/SKILL.md +0 -187
- package/bin/skills/clickzetta-java-sdk/eval_cases.jsonl +0 -12
- package/bin/skills/clickzetta-java-sdk/references/bulkload.md +0 -163
- package/bin/skills/clickzetta-java-sdk/references/realtime.md +0 -212
- package/bin/skills/clickzetta-kafka-ingest-pipeline/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-lakehouse-connect/LICENSE +0 -16
- package/bin/skills/clickzetta-lakehouse-connect/SKILL.md +0 -218
- package/bin/skills/clickzetta-lakehouse-connect/eval_cases.jsonl +0 -3
- package/bin/skills/clickzetta-lakehouse-connect/evals/evals.json +0 -35
- package/bin/skills/clickzetta-lakehouse-connect/references/config-file.md +0 -435
- package/bin/skills/clickzetta-lakehouse-connect/references/jdbc.md +0 -478
- package/bin/skills/clickzetta-lakehouse-connect/references/python-sdk.md +0 -225
- package/bin/skills/clickzetta-lakehouse-connect/references/sqlalchemy.md +0 -468
- package/bin/skills/clickzetta-lakehouse-connect/references/zettapark-session.md +0 -445
- package/bin/skills/clickzetta-manage-comments/LICENSE +0 -16
- package/bin/skills/clickzetta-manage-comments/SKILL.md +0 -219
- package/bin/skills/clickzetta-manage-comments/eval_cases.jsonl +0 -3
- package/bin/skills/clickzetta-metadata/LICENSE +0 -16
- package/bin/skills/clickzetta-metadata/SKILL.md +0 -502
- package/bin/skills/clickzetta-metadata/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-metadata/references/instance-views-reference.md +0 -276
- package/bin/skills/clickzetta-metadata/references/metering-views-reference.md +0 -137
- package/bin/skills/clickzetta-metadata/references/show-desc-reference.md +0 -326
- package/bin/skills/clickzetta-metadata/references/views-reference.md +0 -271
- package/bin/skills/clickzetta-monitoring/LICENSE +0 -16
- package/bin/skills/clickzetta-monitoring/SKILL.md +0 -215
- package/bin/skills/clickzetta-monitoring/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-monitoring/references/job-history-analysis.md +0 -97
- package/bin/skills/clickzetta-monitoring/references/show-jobs.md +0 -48
- package/bin/skills/clickzetta-oss-ingest-pipeline/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-overview/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-query-optimizer/LICENSE +0 -16
- package/bin/skills/clickzetta-query-optimizer/SKILL.md +0 -156
- package/bin/skills/clickzetta-query-optimizer/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-query-optimizer/references/explain.md +0 -56
- package/bin/skills/clickzetta-query-optimizer/references/hints-and-sortkey.md +0 -78
- package/bin/skills/clickzetta-query-optimizer/references/optimize.md +0 -65
- package/bin/skills/clickzetta-query-optimizer/references/result-cache.md +0 -49
- package/bin/skills/clickzetta-query-optimizer/references/show-jobs.md +0 -42
- package/bin/skills/clickzetta-realtime-sync-pipeline/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-semantic-view/eval_cases.jsonl +0 -12
- package/bin/skills/clickzetta-spark-flink-connector/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-sql-migration/eval_cases.jsonl +0 -10
- package/bin/skills/clickzetta-sql-pipeline-manager/eval_cases.jsonl +0 -12
- package/bin/skills/clickzetta-sql-pipeline-manager/evals/evals.json +0 -166
- package/bin/skills/clickzetta-table-lineage/eval_cases.jsonl +0 -1
- package/bin/skills/clickzetta-table-stream-pipeline/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-vcluster-manager/LICENSE +0 -16
- package/bin/skills/clickzetta-vcluster-manager/SKILL.md +0 -212
- package/bin/skills/clickzetta-vcluster-manager/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-vcluster-manager/references/vc-cache.md +0 -54
- package/bin/skills/clickzetta-vcluster-manager/references/vcluster-ddl.md +0 -150
- package/bin/skills/clickzetta-volume-manager/eval_cases.jsonl +0 -5
- package/bin/skills/clickzetta-zettapark/eval_cases.jsonl +0 -12
|
@@ -0,0 +1,1485 @@
|
|
|
1
|
+
## Quick Start
|
|
2
|
+
* [Overview](overview.md)
|
|
3
|
+
* [Before You Begin](setup.md)
|
|
4
|
+
* [Account Signup and Setup](logging-in.md)
|
|
5
|
+
* [Supported Cloud Platforms](supported-cloud-platforms.md)
|
|
6
|
+
* [Pricing and Billing](pricing.md)
|
|
7
|
+
* [Trial Account Quotas and Limits](trial-account-quotas-and-limits.md)
|
|
8
|
+
* [Concept Index](concepts.md)
|
|
9
|
+
* [Key Concepts](key-concepts.md)
|
|
10
|
+
* [Lakehouse Studio Concept](lakehouse-studio-concept.md)
|
|
11
|
+
* [Incremental Computing](incremental-computing.md)
|
|
12
|
+
* [Tutorials](tutorials.md)
|
|
13
|
+
* [Lakehouse Quick Start Experience Guide](lakehouse-quick-experience_guide.md)
|
|
14
|
+
* [Lakehouse Studio Tour](lakehousestudio-tour.md)
|
|
15
|
+
* [Lakehouse Studio Getting Started Guide](lakehouse-studio-101.md)
|
|
16
|
+
* [Quick Start: Manage Users](quick_start_user_management.md)
|
|
17
|
+
* [Quick Start: Create and Use Workspace](quick_start_create_workspace.md)
|
|
18
|
+
* [Quick Start: Manage Workspace Users](quick_start_workspace_user.md)
|
|
19
|
+
* [Data Query and Analysis Using SQL](quick_start_sql_query.md)
|
|
20
|
+
* [Quick Start: Upload Local Data](quick_start_upload_data.md)
|
|
21
|
+
* [Quick Start: Create Sync Task to Import Data](quick_start_batch_sync_data.md)
|
|
22
|
+
* [Quick Start: Configure ETL Orchestration and Scheduling](quick_start_etl.md)
|
|
23
|
+
* [Quick Start: Configure Data Quality Rules](quick_start_data_quality.md)
|
|
24
|
+
* [Quick Start: Configure Monitoring and Alerting Rules](quick_start_monitoring_and_alerting.md)
|
|
25
|
+
* [Lakehouse DataGPT Tour](lakehousedatagpt-tour.md)
|
|
26
|
+
* [Connect to Lakehouse](tutorial_connect_to_lakehouse.md)
|
|
27
|
+
* [Overview](guides-overview-connecting.md)
|
|
28
|
+
* [JDBC Driver](jdbc-driver.md)
|
|
29
|
+
* [Connect Using Command Line Client](connect-with-cli.md)
|
|
30
|
+
* [Connect Using MySQL Protocol](use-mysql-client.md)
|
|
31
|
+
* [Connect Using SQLAlchemy](sqlalchemy.md)
|
|
32
|
+
* [Related Downloads](lakehouse-client-repository.md)
|
|
33
|
+
* [Quick Start with Copy Command](quickstart-with-copy-command.md)
|
|
34
|
+
* [Capture Change Data (CDC) and Data Processing through Singdata Lakehouse's Multi-table Real-time Sync and Dynamic Tables](czguide-intro-to-cdc-using-clickzetta-rtsync-dynamic-tables.md)
|
|
35
|
+
* [Ingesting Data from Alibaba Cloud Data Lake](ingesting-data-from-alibaba-cloud-datalake.md)
|
|
36
|
+
* [Real-time Data Sync from Oracle via Bluepipe](bluepipe-oracle-lakehouse-datasync.md)
|
|
37
|
+
* [A Comprehensive Guide to Ingesting Data into Singdata Lakehouse](a_comprehensive_guide_to_ingesting_data_into_clickzetta_lakehouse.md)
|
|
38
|
+
* [Overview](comprehensive_guide_to_ingesting_overview.md)
|
|
39
|
+
* [Environment Setup and Test Data Generation](comprehensive_guide_to_ingesting_environment_and_data_generate.md)
|
|
40
|
+
* [Data Ingestion: Load Local Files via Singdata Lakehouse Studio](comprehensive_guide_to_ingesting_local_file_into_table_by_studio.md)
|
|
41
|
+
* [Data Ingestion: Load Data into Lake via ZettaPark PUT File](comprehensive_guide_to_ingesting_zettapark_put_file_to_lake.md)
|
|
42
|
+
* [Data Ingestion: Batch Load via Singdata Lakehouse Studio (Public Network)](comprehensive_guide_to_ingesting_studio_batchload_public_network.md)
|
|
43
|
+
* [Data Ingestion: Multi-table Real-time Sync via Singdata Lakehouse Studio (CDC, Public Network)](comprehensive_guide_to_ingesting_studio_realtime_cdc_public_network.md)
|
|
44
|
+
* [Data Ingestion: Import Data via SQL INSERT in Singdata Lakehouse Studio](comprehensive_guide_to_ingesting_studio_sql_insert.md)
|
|
45
|
+
* [Data Ingestion: Load Data via SQL INSERT in Zettapark](comprehensive_guide_to_ingesting_zettapark_sql_insert.md)
|
|
46
|
+
* [Data Ingestion: Load Data via SAVE_AS_TABLE in Zettapark](comprehensive_guide_to_ingesting_zettapark_save_as_table.md)
|
|
47
|
+
* [Data Ingestion: Batch and Real-time Load Data via Java SDK Bulkload](comprehensive_guide_to_ingesting_javasdk_bulkload_realtime.md)
|
|
48
|
+
* [Data Ingestion: Real-time Sync Kafka Data via Lakehouse Studio](comprehensive_guide_to_ingesting_kafka_realtime_sync.md)
|
|
49
|
+
* [Data Ingestion: Continuous Kafka Data Ingestion via Pipe](comprehensive_guide_to_ingesting_pipe_kafka.md)
|
|
50
|
+
* [Data Ingestion: Continuous Object Storage Data Ingestion via Pipe](comprehensive_guide_to_ingesting_pipe_oss.md)
|
|
51
|
+
* [Data Ingestion: Load Files from Web into Lake via Built-in Python Node in Singdata Lakehouse Studio](comprehensive_guide_to_ingesting_studio_python_node.md)
|
|
52
|
+
* [Data Ingestion: Load Files via Database Client DBV/SQLWorkbench PUT](comprehensive_guide_to_ingesting_dbv_sql_put.md)
|
|
53
|
+
* [Data Ingestion: Through Third-Party Tools](comprehensive_guide_to_ingesting_3rd_tools.md)
|
|
54
|
+
* [Built-in Sample Datasets](clickzetta-sample-data.md)
|
|
55
|
+
* [Experience Performance with TPCH Queries and Sample Data](get-started-with-sample-data.md)
|
|
56
|
+
* [Team Collaboration with Workspace](tutorial_work_with_workspace.md)
|
|
57
|
+
* [Building a Data Development Environment Using Workspaces](quick_start_workspace.md)
|
|
58
|
+
* [Quickly Set Up a Data Development Environment for Team Use](quickstart_envirment_for_team.md)
|
|
59
|
+
|
|
60
|
+
## User Guide
|
|
61
|
+
* [Object Model](object_model_design.md)
|
|
62
|
+
* [Organization Hierarchy](org-hierarchy.md)
|
|
63
|
+
* [Workspace](om-workspace.md)
|
|
64
|
+
* [Schema](om-schema.md)
|
|
65
|
+
* [External Schema](external-schema.md)
|
|
66
|
+
* [EXTERNAL CATALOG](external-catalog-summary.md)
|
|
67
|
+
* [External Catalog Concept](external-catalog-concept.md)
|
|
68
|
+
* [Data Tables](table-overview.md)
|
|
69
|
+
* [Regular Tables](om-table.md)
|
|
70
|
+
* [Dynamic Table](om-dynamic-table.md)
|
|
71
|
+
* [Views](om-view.md)
|
|
72
|
+
* [Materialized View](materializedview.md)
|
|
73
|
+
* [External Table Overview](external-table-guide.md)
|
|
74
|
+
* [Delta Lake External Table](delta-lake.md)
|
|
75
|
+
* [Hudi External Table](external-hudi-table.md)
|
|
76
|
+
* [Lance External Table](lance_guide.md)
|
|
77
|
+
* [Kafka External Table](kafka-external-table.md)
|
|
78
|
+
* [Semantic View](om-semantic-view.md)
|
|
79
|
+
* [File Storage](volume-overview.md)
|
|
80
|
+
* [Internal Volume](om-internal-volume.md)
|
|
81
|
+
* [Named Volume](om-named-volume.md)
|
|
82
|
+
* [External Volume](om-external-volume.md)
|
|
83
|
+
* [Connection Objects](connection-overview.md)
|
|
84
|
+
* [API Connection](om-api-connection.md)
|
|
85
|
+
* [Storage Connection](om-storage-connection.md)
|
|
86
|
+
* [Catalog Connection](om-catalog-connection.md)
|
|
87
|
+
* [Data Pipelines](pipe-overview.md)
|
|
88
|
+
* [Pipe](om-pipe.md)
|
|
89
|
+
* [Table Stream](om-table-stream.md)
|
|
90
|
+
* [Indexes and Partitions](index-partition-overview.md)
|
|
91
|
+
* [Index Overview](index-overview.md)
|
|
92
|
+
* [Bloomfilter Index](om-bloomfilter.md)
|
|
93
|
+
* [Inverted Index](om-inverted-index.md)
|
|
94
|
+
* [Partition](partition_table_guide.md)
|
|
95
|
+
* [Clustering](cluster-table-guide.md)
|
|
96
|
+
* [Functions](function-overview.md)
|
|
97
|
+
* [External Function](om-external-function.md)
|
|
98
|
+
* [Synonyms](om-synonym.md)
|
|
99
|
+
* [Data Sharing](data-sharing-overview.md)
|
|
100
|
+
* [Data Sharing Concept](data-sharing-concept.md)
|
|
101
|
+
* [Data Sharing](om-data-sharing.md)
|
|
102
|
+
* [Compute Resources](compute-overview.md)
|
|
103
|
+
* [VCluster (Compute Cluster)](om-vcluster.md)
|
|
104
|
+
* [Security Policies](security-policy-overview.md)
|
|
105
|
+
* [Network Policy](om-network-policy.md)
|
|
106
|
+
* [Dynamic Data Masking](om-dynamic-mask.md)
|
|
107
|
+
* [User Management](om-user-management.md)
|
|
108
|
+
* [Roles](om-roles.md)
|
|
109
|
+
* [Manage Compute Resources](tutorial_virtual_cluster.md)
|
|
110
|
+
* [Using Lakehouse Compute Clusters](working_with_vclusters.md)
|
|
111
|
+
* [Supporting Multi-Concurrent Queries with Horizontal Elastic Scaling](concurrency_scaling.md)
|
|
112
|
+
* [Lakehouse Studio](studio_manual.md)
|
|
113
|
+
* [Overview](studio_overview.md)
|
|
114
|
+
* [Data Agent](dataagent.md)
|
|
115
|
+
* [Service Instance Homepage](lakehouse_instance_overview.md)
|
|
116
|
+
* [Worksheet](worksheet.md)
|
|
117
|
+
* [Data Sync](data-integration.md)
|
|
118
|
+
* [Overview](data-integration-intro.md)
|
|
119
|
+
* [Data Source Management](config-datasource.md)
|
|
120
|
+
* [Data Source Support Scope](data-sources.md)
|
|
121
|
+
* [Data Source Configuration Guide](datasource-config-guide.md)
|
|
122
|
+
* [Amazon DocumentDB](datasource_amazon_documentdb.md)
|
|
123
|
+
* [Amazon OpenSearch](datasource_amazon_opensearch.md)
|
|
124
|
+
* [ADB MySQL](datasource_adbmysql.md)
|
|
125
|
+
* [ADB PostgreSQL](datasource_adb_postgresql.md)
|
|
126
|
+
* [Aurora MySQL](datasource_aurora_mysql.md)
|
|
127
|
+
* [Aurora PostgreSQL](datasource_aurora_postgresql.md)
|
|
128
|
+
* [AutoMQ](datasource_automq.md)
|
|
129
|
+
* [ClickHouse](datasource_clickhouse.md)
|
|
130
|
+
* [COS](datasource_cos.md)
|
|
131
|
+
* [Databricks](datasource_databricks.md)
|
|
132
|
+
* [DB2](datasource_db2.md)
|
|
133
|
+
* [DM](datasource_dm.md)
|
|
134
|
+
* [Doris](datasource_doris.md)
|
|
135
|
+
* [DynamoDB](datasource_dynamodb.md)
|
|
136
|
+
* [ElasticSearch](datasource_elasticsearch.md)
|
|
137
|
+
* [Greenplum](datasource_greenplum.md)
|
|
138
|
+
* [HANA](datasource_hana.md)
|
|
139
|
+
* [HBase](datasource_hbase.md)
|
|
140
|
+
* [Hive](datasource_hive.md)
|
|
141
|
+
* [Hologres](datasource_hologres.md)
|
|
142
|
+
* [Kafka](datasource_kafka.md)
|
|
143
|
+
* [MariaDB](datasource_mariadb.md)
|
|
144
|
+
* [MaxCompute](datasource_maxcompute.md)
|
|
145
|
+
* [MySQL](datasource_mysql.md)
|
|
146
|
+
* [MongoDB](datasource_mongodb.md)
|
|
147
|
+
* [Oracle](datasource_oracle.md)
|
|
148
|
+
* [OSS](datasource_oss.md)
|
|
149
|
+
* [PolarDB](datasource_polardb.md)
|
|
150
|
+
* [PostgreSQL](datasource_postgresql.md)
|
|
151
|
+
* [Redis](datasource_redis.md)
|
|
152
|
+
* [Redshift](datasource_redshift.md)
|
|
153
|
+
* [RestApi](datasource_restapi.md)
|
|
154
|
+
* [S3](datasource_s3.md)
|
|
155
|
+
* [SLS(LogHub)](datasource_sls.md)
|
|
156
|
+
* [SQL Server](datasource_sqlserver.md)
|
|
157
|
+
* [StarRocks](datasource_starrocks.md)
|
|
158
|
+
* [TiDB](datasource_tidb.md)
|
|
159
|
+
* [Data Source IP Whitelist](datasource_ip_whitelist.md)
|
|
160
|
+
* [Batch Sync Tasks](batch_sync.md)
|
|
161
|
+
* [Multi-table Batch Sync Task](multitable_batch_sync.md)
|
|
162
|
+
* [Real-time Sync Tasks](realtime_sync.md)
|
|
163
|
+
* [Multi-table Real-time Sync Tasks](multitable_realtime_sync.md)
|
|
164
|
+
* [Multi-table Real-time Sync SOP](multitable_realtime_sync_sop.md)
|
|
165
|
+
* [Batch Sync FAQ and Usage Guide](batch_sync_sop.md)
|
|
166
|
+
* [Task Development](ide.md)
|
|
167
|
+
* [Task Development Overview](task_development.md)
|
|
168
|
+
* [Task Development and Orchestration](task-develop.md)
|
|
169
|
+
* [Task Parameters](task_param.md)
|
|
170
|
+
* [Task Parameter Syntax Reference](task_param_reference.md)
|
|
171
|
+
* [Task Parameter Scenario Examples](task_param_examples.md)
|
|
172
|
+
* [Dynamic Table Tasks](dynamic_table_task.md)
|
|
173
|
+
* [Python Task](python-task.md)
|
|
174
|
+
* [Using Data Sources in Python/Shell Task](python_shell_datasource.md)
|
|
175
|
+
* [JDBC Task](jdbc_task.md)
|
|
176
|
+
* [Stream SQL](continue-job.md)
|
|
177
|
+
* [Composite Task](composite_task.md)
|
|
178
|
+
* [Task Group](task_group.md)
|
|
179
|
+
* [Data Result Profile](data_result_profile.md)
|
|
180
|
+
* [Data Visualization](data_visualization.md)
|
|
181
|
+
* [For Each Loop Task](foreach.md)
|
|
182
|
+
* [Context Parameters](input_output.md)
|
|
183
|
+
* [Code Approval](code_approval.md)
|
|
184
|
+
* [Git Folder](gitfolder.md)
|
|
185
|
+
* [Branch Task](if_else_task.md)
|
|
186
|
+
* [Task Scheduling](task_scheduling.md)
|
|
187
|
+
* [Task Scheduling and Instance Execution](f6fc6447ee.md)
|
|
188
|
+
* [Task Scheduling Dependencies](task_scheduling_dependency.md)
|
|
189
|
+
* [Effect of Instance Configuration on Instance Execution](task_instance.md)
|
|
190
|
+
* [Operations and Monitoring](data_ops.md)
|
|
191
|
+
* [Task and Instance Operation](task-instance-maintenance.md)
|
|
192
|
+
* [Backfilling Data](backfilling_data.md)
|
|
193
|
+
* [Monitoring and Alerting](monitoring_and_alerting.md)
|
|
194
|
+
* [Monitoring Item Specification](monitoring_item_specification.md)
|
|
195
|
+
* [Analysis](notebook.md)
|
|
196
|
+
* [Data](data.md)
|
|
197
|
+
* [Data Catalog](data_catalog.md)
|
|
198
|
+
* [Data Quality](data-quality.md)
|
|
199
|
+
* [Computation](computation.md)
|
|
200
|
+
* [Virtual Cluster](virtual-cluster.md)
|
|
201
|
+
* [Job History](web-job-history.md)
|
|
202
|
+
* [Virtual Cluster Specification Code Change Description](vcluster_size_description.md)
|
|
203
|
+
* [Approval](approval.md)
|
|
204
|
+
* [Permission Application](permission-application.md)
|
|
205
|
+
* [Approval List](approval-list.md)
|
|
206
|
+
* [Application List](application-list.md)
|
|
207
|
+
* [Data Ingestion](ingestion.md)
|
|
208
|
+
* [Import Data](upload-data.md)
|
|
209
|
+
* [Data Import and Export](data-load-summary.md)
|
|
210
|
+
* [Import Local Data](load-data-local.md)
|
|
211
|
+
* [Upload Local Data Using the Data Upload Feature](upload_data.md)
|
|
212
|
+
* [Upload JSON/JSONL Files into Lakehouse Tables](upload-json-jsonl.md)
|
|
213
|
+
* [Batch Import Data from Object Storage](load-data-oss.md)
|
|
214
|
+
* [Batch Upload Data Using Java SDK](use-java-sdk-upload-data-local.md)
|
|
215
|
+
* [Real-time Data Upload Using Java SDK to Read Kafka Data](use-java-sdk-realtime-uploaddata.md)
|
|
216
|
+
* [Batch Upload Data Using Python SDK](use-python-sdk-upload-data.md)
|
|
217
|
+
* [Import Data Using Data Sync Task](import_data_with_data-integration.md)
|
|
218
|
+
* [Pipe Overview](pipe-summary.md)
|
|
219
|
+
* [Pipe Introduction](pipe-introduction.md)
|
|
220
|
+
* [Using the read_Kafka function](pipe-kafka.md)
|
|
221
|
+
* [Using Kafka Table Stream](pipe-kafka-table-stream.md)
|
|
222
|
+
* [Best Practice: Efficiently Ingesting Kafka Data Using Pipe](pipe-kafka-bestpractice-1.md)
|
|
223
|
+
* [Continuous Data Import from Object Storage Using Pipe](pipe-storage-object.md)
|
|
224
|
+
* [Export Data](download-data.md)
|
|
225
|
+
* [Export Data to Local](unload-data-local.md)
|
|
226
|
+
* [Export Data Using Data Integration](export_data_with_data-integration.md)
|
|
227
|
+
* [Export File Using COPY INTO](copy_into_location.md)
|
|
228
|
+
* [Data Transformation via SQL](sql_data_transform.md)
|
|
229
|
+
* [Incremental Computation](streaming_data_pipeline_overview1.md)
|
|
230
|
+
* [Overview](streaming_data_pipeline_overview.md)
|
|
231
|
+
* [Real-time Pipeline Selection Guide](realtime-pipeline-selection-guide.md)
|
|
232
|
+
* [Dynamic Table Overview](dynamic_table_summary.md)
|
|
233
|
+
* [View Dynamic Table Refresh Mode](dynamic-table-incre.md)
|
|
234
|
+
* [Converting Batch Tasks to Incremental Practice](transform-dt.md)
|
|
235
|
+
* [Dynamic Table Parameters](dynamic-table-parameters.md)
|
|
236
|
+
* [Dynamic Table DML](dynamic-table-dml.md)
|
|
237
|
+
* [Develop and Monitor Dynamic Table Using Studio](dynamic_table_using_studio.md)
|
|
238
|
+
* [Using UDF in Dynamic Table](using-udf-in-dynamic-table.md)
|
|
239
|
+
* [Dynamic Table Refresh Scheduling](dynamic-table-scheduling.md)
|
|
240
|
+
* [Table Stream Change Data Capture](table_stream.md)
|
|
241
|
+
* [Basics of SQL Data Transformation](sql_data_transform_basic.md)
|
|
242
|
+
* [Data Transformation via Window Functions](sql_data_transform_windows.md)
|
|
243
|
+
* [Data Transformation via CTE](sql_data_transform_cte.md)
|
|
244
|
+
* [Data Transformation via Nested Data Types](sql_data_transfom_nesteddatatypes.md)
|
|
245
|
+
* [Tips for Data Transformation via SQL](sql_data_transform_tips.md)
|
|
246
|
+
* [Spark Lakehouse Iceberg REST](spark-lakehouse-iceberg-rest.md)
|
|
247
|
+
* [Data Analysis and SQL Guide](analysis.md)
|
|
248
|
+
* [Data Query and Analysis](sql_query_analysis_guide.md)
|
|
249
|
+
* [Data Deduplication](sql_deduplication_guide.md)
|
|
250
|
+
* [Data Filtering and Sorting](sql_filter_sort_guide.md)
|
|
251
|
+
* [Data Grouping and Aggregation](sql_group_aggregation_guide.md)
|
|
252
|
+
* [Ranking and Percentile Analysis](sql_ranking_guide.md)
|
|
253
|
+
* [Time Series Analysis](sql_timeseries_guide.md)
|
|
254
|
+
* [Funnel Analysis and User Behavior](sql_funnel_analysis_guide.md)
|
|
255
|
+
* [Sessionization Analysis](sql_sessionization_guide.md)
|
|
256
|
+
* [Retention and Cohort Analysis](sql_retention_cohort_guide.md)
|
|
257
|
+
* [Marketing Attribution Analysis](sql_attribution_guide.md)
|
|
258
|
+
* [Hierarchical Query Workaround](sql_hierarchy_workaround_guide.md)
|
|
259
|
+
* [String Processing](sql_string_processing_guide.md)
|
|
260
|
+
* [Data Pivot and Row-Column Conversion](sql_pivot_guide.md)
|
|
261
|
+
* [Null Value Handling](sql_null_handling_guide.md)
|
|
262
|
+
* [Data Type Conversion](sql_type_conversion_guide.md)
|
|
263
|
+
* [JSON Data Parsing](sql_json_parsing_guide.md)
|
|
264
|
+
* [Cumulative Calculation and Running Total](sql_running_total_guide.md)
|
|
265
|
+
* [BITMAP User Analysis](sql_bitmap_guide.md)
|
|
266
|
+
* [Data Sampling](sql_sampling_guide.md)
|
|
267
|
+
* [Data Comparison and Set Operations](sql_set_operations_guide.md)
|
|
268
|
+
* [Semi-structured Data Analysis](json_analyze.md)
|
|
269
|
+
* [Data Write and Modification](sql_write_change_guide.md)
|
|
270
|
+
* [Batch Data Insertion](sql_batch_insert_guide.md)
|
|
271
|
+
* [Upsert Operations](sql_upsert_guide.md)
|
|
272
|
+
* [Data Update and Cleanup](sql_update_delete_guide.md)
|
|
273
|
+
* [Table Cloning and Quick Backup](sql_clone_guide.md)
|
|
274
|
+
* [Real-time and Incremental Processing](sql_realtime_guide.md)
|
|
275
|
+
* [Dynamic Table Development Guide](sql_dynamic_table_guide.md)
|
|
276
|
+
* [Table Stream Change Data Capture](sql_table_stream_guide.md)
|
|
277
|
+
* [Continuous Data Import](sql_pipe_guide.md)
|
|
278
|
+
* [Object and Storage Management](sql_object_storage_guide.md)
|
|
279
|
+
* [Views and Materialized Views](sql_view_guide.md)
|
|
280
|
+
* [Semantic View Usage Guide](semantic_view.md)
|
|
281
|
+
* [Volume File Management](sql_volume_guide.md)
|
|
282
|
+
* [File Batch Import and Export](sql_copy_into_guide.md)
|
|
283
|
+
* [External Table Queries](sql_external_table_guide.md)
|
|
284
|
+
* [Federation Queries](sql_external_catalog_guide.md)
|
|
285
|
+
* [Cross-Instance Data Sharing](sql_share_guide.md)
|
|
286
|
+
* [Query Acceleration Indexes](sql_index_guide.md)
|
|
287
|
+
* [Historical Data Time Travel](sql_time_travel_guide.md)
|
|
288
|
+
* [SQL Syntax and Optimization](sql_syntax_guide.md)
|
|
289
|
+
* [SQL CREATE TABLE Guide](sql_create_table_guide.md)
|
|
290
|
+
* [SQL DML Guide](sql_dml_considerations.md)
|
|
291
|
+
* [SQL SELECT Guide](sql_select_considerations.md)
|
|
292
|
+
* [SQL Join Guide](sql_join_guide.md)
|
|
293
|
+
* [SQL With CTE Guide](sql_with_cte_guide.md)
|
|
294
|
+
* [Partition Table Guide](notes-and-guidelines-for-partition-tables.md)
|
|
295
|
+
* [Generated Columns Guide](generated_columns_guide.md)
|
|
296
|
+
* [JSON Query Syntax](query-json-sy.md)
|
|
297
|
+
* [JSON Data Processing Guide](json_data_process_guide.md)
|
|
298
|
+
* [Vector Data Processing Guide](vector_data_process_guide.md)
|
|
299
|
+
* [Execution Plan Analysis](sql_explain_guide.md)
|
|
300
|
+
* [Small File Compaction Optimization](sql_optimize_guide.md)
|
|
301
|
+
* [SQL Functions Guide](sql_functions_guide.md)
|
|
302
|
+
* [Array and Map Processing in Practice](sql_array_map_processing_guide.md)
|
|
303
|
+
* [Approximate Aggregate Functions in Practice](sql_approx_aggregate_functions_guide.md)
|
|
304
|
+
* [Array Explode and Flattening in Practice](sql_array_explode_guide.md)
|
|
305
|
+
* [Full-Text Search and Text Analysis in Practice](sql_fulltext_search_guide.md)
|
|
306
|
+
* [Vector Search and RAG Applications in Practice](sql_vector_search_guide.md)
|
|
307
|
+
* [Federation Query](federation-query.md)
|
|
308
|
+
* [External Object User Guide](external_object_user_guide.md)
|
|
309
|
+
* [Query Snowflake Open Catalog Iceberg Table](query-snowflake-open-catalog-iceberg-table.md)
|
|
310
|
+
* [Databricks-Singdata Cross-Platform Data Federation](databricks_yunqi_integration_guide_v2.md)
|
|
311
|
+
* [Data Lake Management and Analytics](datalake_volume_analytics.md)
|
|
312
|
+
* [Data Lake Overview](datalake_overview.md)
|
|
313
|
+
* [Data Lake Storage Connection](datalake-storage-connection.md)
|
|
314
|
+
* [Cloud Object Storage](cloud_object_storage.md)
|
|
315
|
+
* [Alibaba Cloud Storage Connection Creation](aliyun_storage_connection.md)
|
|
316
|
+
* [Tencent Cloud Storage Connection Creation](cos_storage_connection.md)
|
|
317
|
+
* [Amazon Cloud Storage Connection Creation](aws_storage_connection.md)
|
|
318
|
+
* [Database & Data Warehouse](db_dw_connection.md)
|
|
319
|
+
* [Hive](hive-connection.md)
|
|
320
|
+
* [Streaming Data](kafka_storage_connection.md)
|
|
321
|
+
* [Kafka](kafka-connection.md)
|
|
322
|
+
* [Data Lake VOLUME Object](datalake_volume_object.md)
|
|
323
|
+
* [Volume](datalake_volume.md)
|
|
324
|
+
* [Internal Volume](internal_volume.md)
|
|
325
|
+
* [External Volume](external_volume.md)
|
|
326
|
+
* [Alibaba Cloud OSS Volume](oss_volume_creation.md)
|
|
327
|
+
* [Tencent Cloud COS Volume](cos_volume_creation.md)
|
|
328
|
+
* [Amazon S3 Volume](s3_volume_creation.md)
|
|
329
|
+
* [Data Import and Export in Object Storage](data_transfer_datalake.md)
|
|
330
|
+
* [Upload and Download Data to VOLUME from Local](put_get_volume.md)
|
|
331
|
+
* [Import Data from VOLUME to Table - COPY INTO TABLE](from_volume_to_table.md)
|
|
332
|
+
* [Export Data to VOLUME - COPY INTO VOLUME](from_lakehouse_to_volume.md)
|
|
333
|
+
* [Data Lake VOLUME Query and Analysis](datalake_query_ingest.md)
|
|
334
|
+
* [Structured and Semi-structured Data Analysis](structure_data_analysis.md)
|
|
335
|
+
* [Unstructured Data Analysis](unstructure_data_analysis.md)
|
|
336
|
+
* [Invoke AI Capabilities to Process Unstructured Data](datalake_unstructure_data.md)
|
|
337
|
+
* [Data Lake Permissions](datalake_privilege.md)
|
|
338
|
+
* [Developing Custom Functions](remotefunction-as-udf.md)
|
|
339
|
+
* [SQL Custom Function Guide](sql-function-guide.md)
|
|
340
|
+
* [Introduction: External Function](remotefunction-intro.md)
|
|
341
|
+
* [Development Guide: External Function (Python3)](remotefunction-dev-guide-python3.md)
|
|
342
|
+
* [Development Guide: External Function (Java)](external-function-dev-guide-java.md)
|
|
343
|
+
* [Usage Guide: External Function](remotefunction-best-practice.md)
|
|
344
|
+
* [Data Sharing](data_sharing_guide.md)
|
|
345
|
+
* [Data Sharing Overview](data-sharing.md)
|
|
346
|
+
* [Cross-Account Data Sharing Guide](data_sharing_between_accounts_guide.md)
|
|
347
|
+
* [Quick Start Data Share Between Companies](quickstart_datashare_between_companies.md)
|
|
348
|
+
* [Data Governance](time_travel_guide.md)
|
|
349
|
+
* [Time Travel Overview](timetravel-summary.md)
|
|
350
|
+
* [Time Travel](om-time-travel.md)
|
|
351
|
+
* [Time Travel Concept](time-travel-concept.md)
|
|
352
|
+
* [Data Lifecycle Management](data-lifecycle.md)
|
|
353
|
+
* [Security](data_security.md)
|
|
354
|
+
* [Security Features Overview](security_overview.md)
|
|
355
|
+
* [Access Control Overview](access-control-general.md)
|
|
356
|
+
* [Configure Access Control](access-control-configuration.md)
|
|
357
|
+
* [Roles](roles.md)
|
|
358
|
+
* [Metadata Objects and Privilege Points](meta-objects-and-privileges.md)
|
|
359
|
+
* [User Identification](user-identification.md)
|
|
360
|
+
* [Explanation of Permissions for Built-in Workspace Level Roles](permissions-of-built-in-workspace-level-roles.md)
|
|
361
|
+
* [User Authorization Getting Started Guide](user_permission_grand_guide.md)
|
|
362
|
+
* [Identity Authentication](identity-auth.md)
|
|
363
|
+
* [Bind Google Authenticator for Multi-Factor Authentication (MFA)](using-google-authenticator.md)
|
|
364
|
+
* [Single Sign-On](sso-configuration.md)
|
|
365
|
+
* [Private Network Connection](connect_to_lakehouse.md)
|
|
366
|
+
* [Overview of Private Network Connection](private-link-general.md)
|
|
367
|
+
* [Alibaba Cloud Private Network Connection Configuration](private_link.md)
|
|
368
|
+
* [Creating Alibaba Cloud Privatelink Endpoint](creating_alicloud_privatelinkendpoint.md)
|
|
369
|
+
* [Creating Alibaba Cloud Privatelink Service](creating_alicloud_privatelinkservice.md)
|
|
370
|
+
* [Obtaining Alibaba Cloud ARN and ExternalID](alicloud-arn-externalid.md)
|
|
371
|
+
* [Creating Tencent Cloud Privatelink Endpoint](creating_tencentcloud_privatelinkendpoint.md)
|
|
372
|
+
* [Creating Tencent Cloud Privatelink Service](creating_tencentcloud_privatelinkservice.md)
|
|
373
|
+
* [Obtaining Tencent Cloud ARN and ExternalID](tencentcloud_arn_and_externalid.md)
|
|
374
|
+
* [Dynamic Data Masking](dynamic-mask.md)
|
|
375
|
+
* [Backup and Recovery](data-recover.md)
|
|
376
|
+
* [Private Storage](bring_your_own_storage.md)
|
|
377
|
+
* [BYOS Overview](byos_general.md)
|
|
378
|
+
* [Alibaba Cloud BYOS Configuration](alicloud_byos_configuration.md)
|
|
379
|
+
* [Tencent Cloud BYOS Configuration](byos_tencentcloud_configuration.md)
|
|
380
|
+
* [Storage Encryption](storage_encryption.md)
|
|
381
|
+
* [INFORMATION SCHEMA](information_schema_guide.md)
|
|
382
|
+
* [Instance-Level INFORMATION SCHEMA](instance-information_schema.md)
|
|
383
|
+
* [Instance-Level INFORMATION SCHEMA Introduction](instance-information-schema-summary.md)
|
|
384
|
+
* [Instance-Level INFORMATION SCHEMA View List](instance-information-schema.md)
|
|
385
|
+
* [Workspace-Level INFORMATION SCHEMA](workspace_information_schema.md)
|
|
386
|
+
* [Workspace-Level INFORMATION SCHEMA Introduction](workspace-informationschema-summary.md)
|
|
387
|
+
* [Workspace-Level INFORMATION SCHEMA View List](workspace-information_schema-views.md)
|
|
388
|
+
* [Account and Billing](management_guide.md)
|
|
389
|
+
* [Overview](management.md)
|
|
390
|
+
* [Manage Users](account_user_management.md)
|
|
391
|
+
* [Manage Service Instances](managing-instance.md)
|
|
392
|
+
* [Workspace Management](workspace-introduction.md)
|
|
393
|
+
* [Real-Name Authentication](authentication.md)
|
|
394
|
+
* [Account Funds](account-funds.md)
|
|
395
|
+
* [Billing](billing.md)
|
|
396
|
+
* [Connect Using Ecosystem Tools](ecosystem-all.md)
|
|
397
|
+
* [Airbyte](airbyte.md)
|
|
398
|
+
* [Datax](eco_integration/datax.md)
|
|
399
|
+
* [DBT](eco_integration/dbt.md)
|
|
400
|
+
* [DBT Quick Start (jaffle-shop)](eco_integration/dbt-jaffle-shop-quickstart.md)
|
|
401
|
+
* [Incremental Development in Lakehouse with DBT](use-dbt-dev.md)
|
|
402
|
+
* [Database Management Tools](data-manager-tool.md)
|
|
403
|
+
* [SQL Workbench/J Connect to Singdata Lakehouse](eco_integration/sqlworkbench-j-lakehouse.md)
|
|
404
|
+
* [DBeaver Connect to Singdata Lakehouse](eco_integration/dbeaver-lakehouse.md)
|
|
405
|
+
* [DataGrip Connect to Singdata Lakehouse](eco_integration/datagrip-lakehouse.md)
|
|
406
|
+
* [Zeppelin](eco_integration/zeppelin.md)
|
|
407
|
+
* [BI](tools_bi.md)
|
|
408
|
+
* [FineBI](finebi.md)
|
|
409
|
+
* [Metabase](metabase.md)
|
|
410
|
+
* [Rath](eco_integration/rath.md)
|
|
411
|
+
* [Superset](eco_integration/superset.md)
|
|
412
|
+
* [Tableau Connect to Lakehouse](tableau-connect-to-lakehouse.md)
|
|
413
|
+
* [PowerBI Using Lakehouse MySQL Protocol](powerbi.md)
|
|
414
|
+
* [FineBI Using Lakehouse MySQL Protocol](finebi-mysql.md)
|
|
415
|
+
* [Navicat Using Lakehouse MySQL Protocol](navicat-mysql.md)
|
|
416
|
+
* [AI Tools](tools_ai.md)
|
|
417
|
+
* [LangChain Integration](langchain.md)
|
|
418
|
+
* [LlamaIndex](llama-index.md)
|
|
419
|
+
* [MindsDB](mindsdb.md)
|
|
420
|
+
* [Streamlit](eco_integration/streamlit.md)
|
|
421
|
+
* [Logstash Connector](logstash.md)
|
|
422
|
+
* [Trino Connector](eco_integration/trino.md)
|
|
423
|
+
* [Introduction to Spark Connector](spark-connector-summary.md)
|
|
424
|
+
* [Using Spark Connector](spark-connector-use.md)
|
|
425
|
+
* [Flink Write Connector](flink-write-connector.md)
|
|
426
|
+
* [Performance Optimization](performance_optimization.md)
|
|
427
|
+
* [Result Cache](result_cache.md)
|
|
428
|
+
* [Compute Cluster Cache](vc_cache.md)
|
|
429
|
+
* [Small File Optimization](small_file_optimization.md)
|
|
430
|
+
* [Recommended Sorting Columns for Tables](auto-index.md)
|
|
431
|
+
* [Job Profile](jobprofile-bestpractices.md)
|
|
432
|
+
* [Performance Testing](benchmark_guide.md)
|
|
433
|
+
* [SSB Single Table Performance Testing](ssb-benchmark.md)
|
|
434
|
+
* [TPC-H Performance Testing](tpch-benchmark.md)
|
|
435
|
+
* [TPC-DS Performance Testing](tpcds-benchmark.md)
|
|
436
|
+
* [Comprehensive Comparison: Singdata Lakehouse vs. Snowflake, Databricks, and BigQuery](comprehensive_comparison.md)
|
|
437
|
+
|
|
438
|
+
## AI Guide
|
|
439
|
+
* [Lakehouse AI Overview](lakehouseai-overview.md)
|
|
440
|
+
* [Server Data for AI](server-data-for-ai.md)
|
|
441
|
+
* [AI Data Readiness](ai_ready_data_overview.md)
|
|
442
|
+
* [Vector Search with AI](vector_search_ai.md)
|
|
443
|
+
* [Full-Text Search](full-text-search.md)
|
|
444
|
+
* [Full-Text Search Guide](fulltext_indexes_guide.md)
|
|
445
|
+
* [Multi-Match Feature](inverted_idx_multi-match.md)
|
|
446
|
+
* [Inverted Index BM25 Parameter Tuning](inverted_idx_bm25_param.md)
|
|
447
|
+
* [Multi-Modal Data Retrieval](vector-and-scalar-retrieval-in-same-table.md)
|
|
448
|
+
* [Semantic View](semantic-view-overview.md)
|
|
449
|
+
* [Create Semantic View](semantic-view-create.md)
|
|
450
|
+
* [Query Semantic View](semantic-view-query.md)
|
|
451
|
+
* [Advanced Query Usage](semantic-view-advanced.md)
|
|
452
|
+
* [Manage Semantic View](semantic-view-manage.md)
|
|
453
|
+
* [Integration with AI Features](semantic-view-ai.md)
|
|
454
|
+
* [Generate and Maintain Semantic Views with AI Agent](semantic-view-agent-guide.md)
|
|
455
|
+
* [Best Practices](semantic-view-best-practices.md)
|
|
456
|
+
* [AI Functions](ai_function_in_sql.md)
|
|
457
|
+
* [AI Functions Overview](ai_functions_overview.md)
|
|
458
|
+
* [AI COMPLETE](ai_complete.md)
|
|
459
|
+
* [AI_SUMMARIZE](ai_summarize.md)
|
|
460
|
+
* [AI_TRANSLATE](ai_translate.md)
|
|
461
|
+
* [AI_FIX_GRAMMAR](ai_fix_grammar.md)
|
|
462
|
+
* [AI_CLASSIFY](ai_classify.md)
|
|
463
|
+
* [AI_SENTIMENT](ai_sentiment.md)
|
|
464
|
+
* [AI_EXTRACT](ai_extract.md)
|
|
465
|
+
* [AI_MASK](ai_mask.md)
|
|
466
|
+
* [AI EMBEDDING](ai_embedding.md)
|
|
467
|
+
* [AI_SIMILARITY](ai_similarity.md)
|
|
468
|
+
* [AI_TRANSCRIBE](ai_transcribe.md)
|
|
469
|
+
* [Best practices](ai_function_best_practice.md)
|
|
470
|
+
* [RRF Full-Text + Vector Hybrid Search Best Practices](rrf-fulltext-vector-hybrid-search-best-practices.md)
|
|
471
|
+
* [Create LLM Function](create-llm-function.md)
|
|
472
|
+
* [Create Embedding Function](create-embedding-function.md)
|
|
473
|
+
* [AI + BI Unified Workflow](unified-workflow.md)
|
|
474
|
+
* [Lakehouse MCP Server](lakehousemcpserver.md)
|
|
475
|
+
* [Lakehouse MCP Server Introduction](lakehousemcpserver-intro.md)
|
|
476
|
+
* [Dify Integrated with Lakehouse MCP Server](dify_integrated_with_lakehousemcpserver.md)
|
|
477
|
+
* [N8N Integrated with Lakehouse MCP Server](n8n_integrated_with_lakehousemcpserver.md)
|
|
478
|
+
* [Quick Analysis of Public Internet Data](analysis_internet_data_nyc_green_data.md)
|
|
479
|
+
* [NYC Green Taxi Data Clean Transform with MCP Server](nyc_green_taxi_data_clean_transform_with_mcp_server.md)
|
|
480
|
+
* [Multi-Cloud Instance Management with MCP Server](multi_cloud_instance_manage_with_mcp_server.md)
|
|
481
|
+
* [Charge Analysis with Lakehouse MCP Server](charge_analysis_with_lakehouse_mcp_server.md)
|
|
482
|
+
* [Using MCP to Solve Data Pipeline Issues](using_mcp_solute_data_pipeline_issue.md)
|
|
483
|
+
* [AI Gateway](aigateway.md)
|
|
484
|
+
* [Product Introduction](introduction.md)
|
|
485
|
+
* [Model Pricing](modelprice.md)
|
|
486
|
+
* [Quick Start](quickstart.md)
|
|
487
|
+
* [Conversational Analytics (Analytics Agent)](datagpt_introduction.md)
|
|
488
|
+
* [Quick Start](datagpt_quickstart.md)
|
|
489
|
+
* [User Guide](datagpt_tutorial.md)
|
|
490
|
+
* [Data Source Management](datagpt_data_source.md)
|
|
491
|
+
* [Metrics and Answer Builder](metrics_answer_build.md)
|
|
492
|
+
* [Scheduled Task](scheduled_task.md)
|
|
493
|
+
* [Table Rendering](table_rendering.md)
|
|
494
|
+
* [Web Search](web_search.md)
|
|
495
|
+
* [Dashboard Version Management](dashboard-version-management-guide.md)
|
|
496
|
+
* [Data Governance, Answer Builder & Analysis Domains](analytics-agent-core-concepts.md)
|
|
497
|
+
* [Chart Auto-Refresh Configuration](chart-auto-refresh-guide.md)
|
|
498
|
+
* [Row-Level Permissions](row_level_permission.md)
|
|
499
|
+
* [Best Practices](datagpt_bestpractice.md)
|
|
500
|
+
* [Web Data Retrieval and Conversational Data Analysis](simpletosimple_bazhuayu_datagpt.md)
|
|
501
|
+
* [Improve Answer Accuracy](answer-accuracy-improve.md)
|
|
502
|
+
* [Data Privacy](data_privacy.md)
|
|
503
|
+
* [Singdata CLI (cz-cli)](cz-cli.md)
|
|
504
|
+
* [Installation and Configuration Guide](setup_cz_cli.md)
|
|
505
|
+
* [SQL Execution and Data Exploration](cz-cli-sql.md)
|
|
506
|
+
* [Studio Task Development and Operations](cz-cli-studio-tasks.md)
|
|
507
|
+
* [Studio External Data Source Management](cz-cli-datasource.md)
|
|
508
|
+
* [AI Agent Integration](cz-cli-agent.md)
|
|
509
|
+
* [AI Ecosystem](ai_eco.md)
|
|
510
|
+
* [Dify Integration Overview](dify_yunqilakehouse_integration_overview.md)
|
|
511
|
+
* [Configure Lakehouse as Vector DB in Dify](dify_config_lakehouse_as_vectordb.md)
|
|
512
|
+
* [Configure Volume for Dify Storage](config_volume_dify_storage.md)
|
|
513
|
+
* [N8N AI Workflow Integration](n8n_ai_workflow_integration.md)
|
|
514
|
+
* [n8n Integrated with Lakehouse MCP Server (Extended)](n8n_integreated_with_lakehouse_mcp_server.md)
|
|
515
|
+
* [LangChain Integration](langchain_integration.md)
|
|
516
|
+
* [LangChain Plugins Overview](langchain-plugins-overview.md)
|
|
517
|
+
* [LangChain Plug Installation](langchain-plug-installation.md)
|
|
518
|
+
* [LangChain Plug Quick Start](langchain-plug-quick-start.md)
|
|
519
|
+
* [LangChain Basic Samples](langchain_basic_samples.md)
|
|
520
|
+
* [Build RAG Application with LangChain](build_rag_with_langchain.md)
|
|
521
|
+
* [Unstructured Data ETL](unstructured-io.md)
|
|
522
|
+
* [Unstructured ETL User Guide](unstructured_etl_pipeline_user_guide.md)
|
|
523
|
+
* [Unstructured ETL Python API](unstructured_etl_python_api.md)
|
|
524
|
+
* [Unstructured ETL Pipeline Example Notebooks](unstructured_etl_pipeline_notebook.md)
|
|
525
|
+
* [Datus Lakehouse Integrated Guide](datus_lakehouse_integrated_guide.md)
|
|
526
|
+
* [Datus Integration](datus_lakehouse_solution_overview.md)
|
|
527
|
+
* [Datus Lakehouse Installation](datus_lakehouse_installation.md)
|
|
528
|
+
* [Datus Lakehouse MCP Server](datus_lakehouse_mcpserver.md)
|
|
529
|
+
|
|
530
|
+
## SQL Manual
|
|
531
|
+
* [SQL Statements](sql-commands.md)
|
|
532
|
+
* [SQL Statements](sql-reference.md)
|
|
533
|
+
* [Object Identifier](object_identifier.md)
|
|
534
|
+
* [Comments](sql-comments.md)
|
|
535
|
+
* [SET (Session Parameters)](set-command.md)
|
|
536
|
+
* [SET/UNSET/SHOW PROPERTIES (Object Properties)](set-properties.md)
|
|
537
|
+
* [CREATE](create.md)
|
|
538
|
+
* [ALTER](alter.md)
|
|
539
|
+
* [DROP](drop.md)
|
|
540
|
+
* [UNDROP](undrop.md)
|
|
541
|
+
* [DESCRIBE](describe.md)
|
|
542
|
+
* [DESC HISTORY](desc-history.md)
|
|
543
|
+
* [SHOW](show.md)
|
|
544
|
+
* [Query Syntax](dql.md)
|
|
545
|
+
* [Query Syntax](query-syntax.md)
|
|
546
|
+
* [WITH](with.md)
|
|
547
|
+
* [JOIN](join.md)
|
|
548
|
+
* [Map Join](mapjoin.md)
|
|
549
|
+
* [LATERAL VIEW](lateralview.md)
|
|
550
|
+
* [GROUP BY Clause](groupby.md)
|
|
551
|
+
* [Window Functions](windowfunction.md)
|
|
552
|
+
* [TABLESAMPLE](tablesample.md)
|
|
553
|
+
* [QUALIFY](sql-qualify.md)
|
|
554
|
+
* [FILTER Clause](filter-clause.md)
|
|
555
|
+
* [Set Operations (UNION/INTERSECT/EXCEPT)](set-operations.md)
|
|
556
|
+
* [VALUES](values.md)
|
|
557
|
+
* [TIME TRAVEL](timetravel.md)
|
|
558
|
+
* [EXPLAIN](explain.md)
|
|
559
|
+
* [Data Write and Modification](dml.md)
|
|
560
|
+
* [INSERT INTO](insert.md)
|
|
561
|
+
* [UPDATE](update.md)
|
|
562
|
+
* [DELETE](delete.md)
|
|
563
|
+
* [MERGE](merge.md)
|
|
564
|
+
* [TRUNCATE](truncate.md)
|
|
565
|
+
* [Workspace](workspace-sql.md)
|
|
566
|
+
* [ALTER WORKSPACE](alter-workspace.md)
|
|
567
|
+
* [DESC WORKSPACE](desc-workspace.md)
|
|
568
|
+
* [SHOW WORKSPACES](show-workspaces.md)
|
|
569
|
+
* [Schema](schema.md)
|
|
570
|
+
* [CREATE SCHEMA](create-schema.md)
|
|
571
|
+
* [ALTER SCHEMA](alter-schema.md)
|
|
572
|
+
* [DROP SCHEMA](drop-schema.md)
|
|
573
|
+
* [USE](use-schema.md)
|
|
574
|
+
* [DESC SCHEMA](desc-schemas.md)
|
|
575
|
+
* [SHOW SCHEMAS](show-schemas.md)
|
|
576
|
+
* [Tables](table.md)
|
|
577
|
+
* [Create Table Syntax](create-table-ddl.md)
|
|
578
|
+
* [Partition](partition_table.md)
|
|
579
|
+
* [Cluster](cluster-table.md)
|
|
580
|
+
* [Primary Key](primary-key.md)
|
|
581
|
+
* [Identity Column](identity-column.md)
|
|
582
|
+
* [Generated Column](generated-column.md)
|
|
583
|
+
* [Default Value](default-value.md)
|
|
584
|
+
* [CREATE...CLONE](clone-doc.md)
|
|
585
|
+
* [ALTER TABLE](alter-table.md)
|
|
586
|
+
* [ALTER TABLE COLUMN](alter-table-column.md)
|
|
587
|
+
* [DROP TABLE](drop-table.md)
|
|
588
|
+
* [RESTORE TABLE](restore.md)
|
|
589
|
+
* [UNDROP TABLE](undrop-table.md)
|
|
590
|
+
* [DESC TABLE](desc-table.md)
|
|
591
|
+
* [DESC HISTORY TABLE](desc-history-table.md)
|
|
592
|
+
* [SHOW TABLES](show-tables.md)
|
|
593
|
+
* [SHOW COLUMNS](show-columns.md)
|
|
594
|
+
* [SHOW CREATE TABLE](show-create-table.md)
|
|
595
|
+
* [SHOW PARTITIONS](list-partition.md)
|
|
596
|
+
* [SHOW TABLES HISTORY](show-tables-history.md)
|
|
597
|
+
* [ANALYZE TABLE](analyze-table.md)
|
|
598
|
+
* [OPTIMIZE](optimize.md)
|
|
599
|
+
* [View](view.md)
|
|
600
|
+
* [CREATE VIEW](create-view.md)
|
|
601
|
+
* [DROP VIEW](drop-view.md)
|
|
602
|
+
* [DESC VIEW](desc-view.md)
|
|
603
|
+
* [SHOW VIEWS](show-views.md)
|
|
604
|
+
* [Materialized View](materialized_ddl.md)
|
|
605
|
+
* [CREATE MATERIALIZED VIEW](create-materialized-view.md)
|
|
606
|
+
* [ALTER MATERIALIZED VIEW](alter-materialized-view.md)
|
|
607
|
+
* [REFRESH MATERIALIZED VIEW](refresh-materialized-view.md)
|
|
608
|
+
* [DROP MATERIALIZED VIEW](drop-materialized-view.md)
|
|
609
|
+
* [UNDROP MATERIALIZED VIEW](undrop-materialized-view.md)
|
|
610
|
+
* [DESC MATERIALIZED VIEW](desc-materialized-view.md)
|
|
611
|
+
* [SHOW MATERIALIZED VIEWS](show-materialized-view.md)
|
|
612
|
+
* [SHOW CREATE MATERIALIZED VIEW](show-create-materialized-view.md)
|
|
613
|
+
* [Dynamic Table and TABLE STREAM](dynamic-table.md)
|
|
614
|
+
* [CREATE DYNAMIC TABLE](create-dynamic-table.md)
|
|
615
|
+
* [ALTER DYNAMIC TABLE](alter-dynamic-table.md)
|
|
616
|
+
* [Dynamic Table DML SQL](dynamic-table-dml-sql.md)
|
|
617
|
+
* [DROP DYNAMIC TABLE](drop-dynamic-table.md)
|
|
618
|
+
* [RESTORE DYNAMIC TABLE](restore-dynamic-table.md)
|
|
619
|
+
* [UNDROP DYNAMIC TABLE](undrop-dynamic-table.md)
|
|
620
|
+
* [DESC DYNAMIC TABLE](desc-dynamic-table.md)
|
|
621
|
+
* [DESC HISTORY DYNAMIC TABLE](desc-history-dynamic-table.md)
|
|
622
|
+
* [SHOW DYNAMIC TABLES](show-dynamic-table.md)
|
|
623
|
+
* [SHOW CREATE DYNAMIC TABLE](show-create-dynamic-table.md)
|
|
624
|
+
* [REFRESH DYNAMIC TABLE](refresh-dynamic-table.md)
|
|
625
|
+
* [SHOW DYNAMIC TABLE REFRESH HISTORY](refresh-history.md)
|
|
626
|
+
* [TABLE STREAM](table-stream-title.md)
|
|
627
|
+
* [TABLE STREAM Introduction](tablestream_summary.md)
|
|
628
|
+
* [CREATE TABLE STREAM](create-table-stream.md)
|
|
629
|
+
* [DESC TABLE STREAM](desc-table-stream.md)
|
|
630
|
+
* [SHOW TABLE STREAMS](show-table-streams.md)
|
|
631
|
+
* [DROP TABLE STREAM](drop-table-stream.md)
|
|
632
|
+
* [External Table](create-external-table.md)
|
|
633
|
+
* [CREATE EXTERNAL TABLE](create-kafka-external.md)
|
|
634
|
+
* [ALTER EXTERNAL TABLE](alter-external-table.md)
|
|
635
|
+
* [DROP EXTERNAL TABLE](drop-external-table.md)
|
|
636
|
+
* [DESC EXTERNAL TABLE](desc-external-table.md)
|
|
637
|
+
* [SHOW EXTERNAL TABLES](show-external-table.md)
|
|
638
|
+
* [SHOW CREATE EXTERNAL TABLE](show-create-external-table.md)
|
|
639
|
+
* [Index](index_guide.md)
|
|
640
|
+
* [Bloom Filter](bloomfilter-summary.md)
|
|
641
|
+
* [CREATE BLOOMFILTER INDEX](create-bloomfilter-index.md)
|
|
642
|
+
* [Inverted Index](inverted-index.md)
|
|
643
|
+
* [CREATE INVERTED INDEX](create-inverted-index.md)
|
|
644
|
+
* [Vector Search](vector-search.md)
|
|
645
|
+
* [Create Vector Index](create-vector-index.md)
|
|
646
|
+
* [BUILD INDEX](build-index.md)
|
|
647
|
+
* [DESC INDEX](desc-index.md)
|
|
648
|
+
* [DROP INDEX](drop-index.md)
|
|
649
|
+
* [SHOW INDEX](show-index.md)
|
|
650
|
+
* [Volume Object](volume-introduction.md)
|
|
651
|
+
* [CREATE VOLUME](create-volume.md)
|
|
652
|
+
* [CREATE EXTERNAL VOLUME](create-external-volume.md)
|
|
653
|
+
* [ALTER VOLUME](alter-volume.md)
|
|
654
|
+
* [DROP VOLUME](drop-volume.md)
|
|
655
|
+
* [DESC VOLUME](desc-volume.md)
|
|
656
|
+
* [SHOW VOLUMES](show-volume.md)
|
|
657
|
+
* [PUT](put.md)
|
|
658
|
+
* [GET](get.md)
|
|
659
|
+
* [LIST](volume-list.md)
|
|
660
|
+
* [REMOVE](remove-volume.md)
|
|
661
|
+
* [Data Export Overview](unload-data-summary.md)
|
|
662
|
+
* [COPY INTO Import](copy-into-table.md)
|
|
663
|
+
* [COPY INTO Export](copy-into-location.md)
|
|
664
|
+
* [PIPE Import](pipe-syntax.md)
|
|
665
|
+
* [CREATE PIPE](create-pipe.md)
|
|
666
|
+
* [ALTER PIPE](alter-pipe.md)
|
|
667
|
+
* [DROP PIPE](drop-pipe.md)
|
|
668
|
+
* [SHOW PIPES](show-pipes.md)
|
|
669
|
+
* [SHOW CREATE PIPE](show-create-pipe.md)
|
|
670
|
+
* [DESC PIPE](desc-pipe.md)
|
|
671
|
+
* [Synonym](synonym.md)
|
|
672
|
+
* [CREATE SYNONYM](create-synonym.md)
|
|
673
|
+
* [DROP SYNONYM](drop-synonym.md)
|
|
674
|
+
* [SHOW SYNONYMS](show-synonyms.md)
|
|
675
|
+
* [Connection](connection.md)
|
|
676
|
+
* [CREATE API CONNECTION](create-api-connection.md)
|
|
677
|
+
* [CREATE STORAGE CONNECTION](create-storage-connection.md)
|
|
678
|
+
* [CREATE CATALOG CONNECTION](create-catalog-connection.md)
|
|
679
|
+
* [DESC CONNECTION](desc-connection.md)
|
|
680
|
+
* [SHOW CONNECTIONS](show-connections.md)
|
|
681
|
+
* [SHOW STORAGE CONNECTIONS](show-storage-connections.md)
|
|
682
|
+
* [DROP CONNECTION](drop-connection.md)
|
|
683
|
+
* [CREATE CONNECTION](create-connection.md)
|
|
684
|
+
* [External Catalog&Schema](external_catalog_schema.md)
|
|
685
|
+
* [CREATE EXTERNAL SCHEMA](create-external-schema.md)
|
|
686
|
+
* [ALTER EXTERNAL SCHEMA](alter-external-schema.md)
|
|
687
|
+
* [DROP SCHEMA](drop-external-schema.md)
|
|
688
|
+
* [USE SCHEMA](use-external-schema.md)
|
|
689
|
+
* [DESC SCHEMA](desc-external-schemas.md)
|
|
690
|
+
* [SHOW EXTERNAL SCHEMA](show-external-schemas.md)
|
|
691
|
+
* [CREATE EXTERNAL CATALOG](create-external-catalog.md)
|
|
692
|
+
* [Create Hive Catalog](create-hive-catalog.md)
|
|
693
|
+
* [DESC CATALOG](desc-catalog.md)
|
|
694
|
+
* [SHOW CATALOGS](show-catalog.md)
|
|
695
|
+
* [View SCHEMA under EXTERNAL CATALOG](show-catalog-schema.md)
|
|
696
|
+
* [List tables under CATALOG](show-catalog-table.md)
|
|
697
|
+
* [Query tables under CATALOG](select-catalog-table.md)
|
|
698
|
+
* [View table structure under CATALOG](desc-catalog-table.md)
|
|
699
|
+
* [SHARE DDL](share-ddl.md)
|
|
700
|
+
* [CREATE SHARE](create-share.md)
|
|
701
|
+
* [ALTER SHARE](alter-share.md)
|
|
702
|
+
* [GRANT TO SHARE](grant-to-share.md)
|
|
703
|
+
* [REVOKE FROM SHARE](revoke-from-share.md)
|
|
704
|
+
* [DROP SHARE](drop-share.md)
|
|
705
|
+
* [DESC SHARE](desc-share.md)
|
|
706
|
+
* [SHOW SHARES](show-shares.md)
|
|
707
|
+
* [CREATE SCHEMA FROM SHARE](create-schema-from-share.md)
|
|
708
|
+
* [Network Policy](network_policy.md)
|
|
709
|
+
* [CREATE NETWORK POLICY](create-network-policy.md)
|
|
710
|
+
* [ALTER NETWORK POLICY](alter-network-policy.md)
|
|
711
|
+
* [DROP NETWORK POLICY](drop-network-policy.md)
|
|
712
|
+
* [SHOW NETWORK POLICY](show-network-policy.md)
|
|
713
|
+
* [DESC NETWORK POLICY](desc-network-policy.md)
|
|
714
|
+
* [Compute Cluster (VCluster)](compute-resource-ddl.md)
|
|
715
|
+
* [CREATE VCLUSTER](create_cluster.md)
|
|
716
|
+
* [ALTER VCLUSTER](alter-vcluster.md)
|
|
717
|
+
* [DROP VCLUSTER](drop-vcluster.md)
|
|
718
|
+
* [USE VCLUSTER](use-vcluster.md)
|
|
719
|
+
* [DESC VCLUSTER](desc-vcluster.md)
|
|
720
|
+
* [SHOW VCLUSTERS](show-vclusters.md)
|
|
721
|
+
* [Job Management](job-manage.md)
|
|
722
|
+
* [SHOW JOBS](show-jobs.md)
|
|
723
|
+
* [DESC JOB](desc-job.md)
|
|
724
|
+
* [CANCEL JOB](cancel-job.md)
|
|
725
|
+
* [Users, Roles, and Permissions](authority-management.md)
|
|
726
|
+
* [CREATE USER](create-user.md)
|
|
727
|
+
* [ALTER USER](alter-user.md)
|
|
728
|
+
* [DROP USER](drop-user.md)
|
|
729
|
+
* [SHOW USERS](show-users.md)
|
|
730
|
+
* [Role and Permission Management](role-privilege-manage.md)
|
|
731
|
+
* [CREATE ROLE](create-role.md)
|
|
732
|
+
* [DROP ROLE](drop-role.md)
|
|
733
|
+
* [GRANT](grant-user-privileges.md)
|
|
734
|
+
* [REVOKE](revoke-user-privileges.md)
|
|
735
|
+
* [SHOW GRANTS](show-grants-user.md)
|
|
736
|
+
* [GRANT PRIVILEGES](grant-privileges.md)
|
|
737
|
+
* [REVOKE PRIVILEGES](revoke-privileges.md)
|
|
738
|
+
* [SHOW ROLES](show-roles.md)
|
|
739
|
+
* [SHOW GRANTS](show-grants.md)
|
|
740
|
+
* [User-defined External Functions](user-external-function.md)
|
|
741
|
+
* [CREATE EXTERNAL FUNCTION](create_external_function.md)
|
|
742
|
+
* [CREATE SQL FUNCTION](create-sql-function.md)
|
|
743
|
+
* [DROP FUNCTION](drop-function.md)
|
|
744
|
+
* [DESC FUNCTION](desc-function.md)
|
|
745
|
+
* [SHOW FUNCTIONS](show-functions.md)
|
|
746
|
+
* [SHOW EXTERNAL FUNCTIONS](show-external-functions.md)
|
|
747
|
+
* [Data Types](data-type-guide.md)
|
|
748
|
+
* [Datetime Types](data-type.md)
|
|
749
|
+
* [Data Type Conversion](datatype-conversion.md)
|
|
750
|
+
* [Numeric Types](number_type_guide.md)
|
|
751
|
+
* [BIGINT](bigint.md)
|
|
752
|
+
* [DECIMAL](decimal.md)
|
|
753
|
+
* [DOUBLE](double.md)
|
|
754
|
+
* [FLOAT](float.md)
|
|
755
|
+
* [Numeric Types](int.md)
|
|
756
|
+
* [SMALLINT](smallint.md)
|
|
757
|
+
* [TINYINT](tinyint.md)
|
|
758
|
+
* [String Types](string_guide.md)
|
|
759
|
+
* [CHAR](char.md)
|
|
760
|
+
* [VARCHAR(n)](varcharlength.md)
|
|
761
|
+
* [String Types](string.md)
|
|
762
|
+
* [Date and Time Types](time_date_guide.md)
|
|
763
|
+
* [DATE](date.md)
|
|
764
|
+
* [INTERVAL](interval.md)
|
|
765
|
+
* [TIMESTAMP](timestamp.md)
|
|
766
|
+
* [TIMESTAMP_NTZ](data-types-timestamp-ntz.md)
|
|
767
|
+
* [BINARY](binary.md)
|
|
768
|
+
* [BITMAP](bitmap-type.md)
|
|
769
|
+
* [BOOLEAN](boolean.md)
|
|
770
|
+
* [ARRAY](array.md)
|
|
771
|
+
* [MAP](map.md)
|
|
772
|
+
* [STRUCT](struct.md)
|
|
773
|
+
* [JSON](json.md)
|
|
774
|
+
* [Vector Data Type](vector-type.md)
|
|
775
|
+
* [SQL Functions](functions.md)
|
|
776
|
+
* [Operators](sql_functions/scalar_functions/math_functions/operators.md)
|
|
777
|
+
* [Type Cast Functions](datatype-cast.md)
|
|
778
|
+
* [Aggregate Functions](agg_function.md)
|
|
779
|
+
* [any_value](sql_functions/aggregate_functions/any_value.md)
|
|
780
|
+
* [approx_count_distinct](sql_functions/aggregate_functions/approx_count_distinct.md)
|
|
781
|
+
* [approx_histogram](sql_functions/aggregate_functions/approx_histogram.md)
|
|
782
|
+
* [approx_percentile](sql_functions/aggregate_functions/approx_percentile.md)
|
|
783
|
+
* [approx_top_k](sql_functions/aggregate_functions/approx_top_k.md)
|
|
784
|
+
* [array_agg](sql_functions/aggregate_functions/array_agg.md)
|
|
785
|
+
* [avg](sql_functions/aggregate_functions/avg.md)
|
|
786
|
+
* [bit_and](sql_functions/aggregate_functions/bit_and.md)
|
|
787
|
+
* [bit_or](sql_functions/aggregate_functions/bit_or.md)
|
|
788
|
+
* [bit_xor](sql_functions/aggregate_functions/bit_xor.md)
|
|
789
|
+
* [bitmap_agg](sql_functions/aggregate_functions/bitmap_agg.md)
|
|
790
|
+
* [bitmap_union](sql_functions/aggregate_functions/bitmap_union.md)
|
|
791
|
+
* [bitmap_union_count](sql_functions/aggregate_functions/bitmap_union_count.md)
|
|
792
|
+
* [bool_and](sql_functions/aggregate_functions/bool_and.md)
|
|
793
|
+
* [bool_or](sql_functions/aggregate_functions/bool_or.md)
|
|
794
|
+
* [collect_list](sql_functions/aggregate_functions/collect_list.md)
|
|
795
|
+
* [collect_list_on_array](sql_functions/aggregate_functions/collect_list_on_array.md)
|
|
796
|
+
* [collect_set](sql_functions/aggregate_functions/collect_set.md)
|
|
797
|
+
* [collect_set_on_array](sql_functions/aggregate_functions/collect_set_on_array.md)
|
|
798
|
+
* [corr](sql_functions/aggregate_functions/corr.md)
|
|
799
|
+
* [count](sql_functions/aggregate_functions/count.md)
|
|
800
|
+
* [count_distinct](sql_functions/aggregate_functions/count_distinct.md)
|
|
801
|
+
* [count_if](sql_functions/aggregate_functions/count_if.md)
|
|
802
|
+
* [covar_pop](sql_functions/aggregate_functions/covar_pop.md)
|
|
803
|
+
* [covar_samp](sql_functions/aggregate_functions/covar_samp.md)
|
|
804
|
+
* [first_value](sql_functions/aggregate_functions/first_value.md)
|
|
805
|
+
* [group_bitmap](sql_functions/aggregate_functions/group_bitmap.md)
|
|
806
|
+
* [group_bitmap_and](sql_functions/aggregate_functions/group_bitmap_and.md)
|
|
807
|
+
* [group_bitmap_and_state](sql_functions/aggregate_functions/group_bitmap_and_state.md)
|
|
808
|
+
* [group_bitmap_merge](sql_functions/aggregate_functions/group_bitmap_merge.md)
|
|
809
|
+
* [group_bitmap_merge_state](sql_functions/aggregate_functions/group_bitmap_merge_state.md)
|
|
810
|
+
* [group_bitmap_or](sql_functions/aggregate_functions/group_bitmap_or.md)
|
|
811
|
+
* [group_bitmap_or_state](sql_functions/aggregate_functions/group_bitmap_or_state.md)
|
|
812
|
+
* [group_bitmap_state](sql_functions/aggregate_functions/group_bitmap_state.md)
|
|
813
|
+
* [group_bitmap_xor](sql_functions/aggregate_functions/group_bitmap_xor.md)
|
|
814
|
+
* [group_bitmap_xor_state](sql_functions/aggregate_functions/group_bitmap_xor_state.md)
|
|
815
|
+
* [group_concat](sql_functions/aggregate_functions/group_concat.md)
|
|
816
|
+
* [groupArray](sql_functions/aggregate_functions/group-array.md)
|
|
817
|
+
* [json_array_agg](sql_functions/aggregate_functions/json_array_agg.md)
|
|
818
|
+
* [json_merge_agg](sql_functions/aggregate_functions/json_merge_agg.md)
|
|
819
|
+
* [json_object_agg](sql_functions/aggregate_functions/json_object_agg.md)
|
|
820
|
+
* [last_value](sql_functions/aggregate_functions/last_value.md)
|
|
821
|
+
* [map_agg](sql_functions/aggregate_functions/map_agg.md)
|
|
822
|
+
* [max](sql_functions/aggregate_functions/max.md)
|
|
823
|
+
* [max_by](sql_functions/aggregate_functions/max_by.md)
|
|
824
|
+
* [median](sql_functions/aggregate_functions/median.md)
|
|
825
|
+
* [min](sql_functions/aggregate_functions/min.md)
|
|
826
|
+
* [min_by](sql_functions/aggregate_functions/min_by.md)
|
|
827
|
+
* [percentile](sql_functions/aggregate_functions/percentile.md)
|
|
828
|
+
* [percentile_approx](sql_functions/aggregate_functions/percentile_approx.md)
|
|
829
|
+
* [std](sql_functions/aggregate_functions/std.md)
|
|
830
|
+
* [stddev](sql_functions/aggregate_functions/stddev.md)
|
|
831
|
+
* [stddev_pop](sql_functions/aggregate_functions/stddev_pop.md)
|
|
832
|
+
* [stddev_samp](sql_functions/aggregate_functions/stddev_samp.md)
|
|
833
|
+
* [sum](sql_functions/aggregate_functions/sum.md)
|
|
834
|
+
* [topn](sql_functions/aggregate_functions/topn.md)
|
|
835
|
+
* [topn_array](sql_functions/aggregate_functions/topn_array.md)
|
|
836
|
+
* [var_pop](sql_functions/aggregate_functions/var_pop.md)
|
|
837
|
+
* [var_samp](sql_functions/aggregate_functions/var_samp.md)
|
|
838
|
+
* [variance](sql_functions/aggregate_functions/variance.md)
|
|
839
|
+
* [wm_concat](sql_functions/aggregate_functions/wm_concat.md)
|
|
840
|
+
* [BITMAP Functions](bitmap_function.md)
|
|
841
|
+
* [binary_to_bitmap](sql_functions/scalar_functions/bitmap_functions/binary_to_bitmap.md)
|
|
842
|
+
* [bitmap_and](sql_functions/scalar_functions/bitmap_functions/bitmap_and.md)
|
|
843
|
+
* [bitmap_and_cardinality](sql_functions/scalar_functions/bitmap_functions/bitmap_and_cardinality.md)
|
|
844
|
+
* [bitmap_andnot](sql_functions/scalar_functions/bitmap_functions/bitmap_andnot.md)
|
|
845
|
+
* [bitmap_andnot_cardinality](sql_functions/scalar_functions/bitmap_functions/bitmap_andnot_cardinality.md)
|
|
846
|
+
* [bitmap_build](sql_functions/scalar_functions/bitmap_functions/bitmap_build.md)
|
|
847
|
+
* [bitmap_cardinality](sql_functions/scalar_functions/bitmap_functions/bitmap_cardinality.md)
|
|
848
|
+
* [bitmap_contains](sql_functions/scalar_functions/bitmap_functions/bitmap_contains.md)
|
|
849
|
+
* [bitmap_count](sql_functions/scalar_functions/bitmap_functions/bitmap_count.md)
|
|
850
|
+
* [bitmap_empty](sql_functions/scalar_functions/bitmap_functions/bitmap_empty.md)
|
|
851
|
+
* [bitmap_has_all](sql_functions/scalar_functions/bitmap_functions/bitmap_has_all.md)
|
|
852
|
+
* [bitmap_has_any](sql_functions/scalar_functions/bitmap_functions/bitmap_has_any.md)
|
|
853
|
+
* [bitmap_hash](sql_functions/scalar_functions/bitmap_functions/bitmap_hash.md)
|
|
854
|
+
* [bitmap_hash64](sql_functions/scalar_functions/bitmap_functions/bitmap_hash64.md)
|
|
855
|
+
* [bitmap_max](sql_functions/scalar_functions/bitmap_functions/bitmap_max.md)
|
|
856
|
+
* [bitmap_min](sql_functions/scalar_functions/bitmap_functions/bitmap_min.md)
|
|
857
|
+
* [bitmap_or](sql_functions/scalar_functions/bitmap_functions/bitmap_or.md)
|
|
858
|
+
* [bitmap_or_cardinality](sql_functions/scalar_functions/bitmap_functions/bitmap_or_cardinality.md)
|
|
859
|
+
* [bitmap_remove](sql_functions/scalar_functions/bitmap_functions/bitmap_remove.md)
|
|
860
|
+
* [bitmap_subset_in_range](sql_functions/scalar_functions/bitmap_functions/bitmap_subset_in_range.md)
|
|
861
|
+
* [bitmap_subset_limit](sql_functions/scalar_functions/bitmap_functions/bitmap_subset_limit.md)
|
|
862
|
+
* [bitmap_to_array](sql_functions/scalar_functions/bitmap_functions/bitmap_to_array.md)
|
|
863
|
+
* [bitmap_to_binary](sql_functions/scalar_functions/bitmap_functions/bitmap_to_binary.md)
|
|
864
|
+
* [bitmap_to_rb32](sql_functions/scalar_functions/bitmap_functions/bitmap_to_rb32.md)
|
|
865
|
+
* [bitmap_to_rb64](sql_functions/scalar_functions/bitmap_functions/bitmap_to_rb64.md)
|
|
866
|
+
* [bitmap_to_string](sql_functions/scalar_functions/bitmap_functions/bitmap_to_string.md)
|
|
867
|
+
* [bitmap_transform](sql_functions/scalar_functions/bitmap_functions/bitmap_transform.md)
|
|
868
|
+
* [bitmap_xor](sql_functions/scalar_functions/bitmap_functions/bitmap_xor.md)
|
|
869
|
+
* [bitmap_xor_cardinality](sql_functions/scalar_functions/bitmap_functions/bitmap_xor_cardinality.md)
|
|
870
|
+
* [rb32_to_bitmap](sql_functions/scalar_functions/bitmap_functions/rb32_to_bitmap.md)
|
|
871
|
+
* [rb64_to_bitmap](sql_functions/scalar_functions/bitmap_functions/rb64_to_bitmap.md)
|
|
872
|
+
* [string_to_bitmap](sql_functions/scalar_functions/bitmap_functions/string_to_bitmap.md)
|
|
873
|
+
* [sub_bitmap](sql_functions/scalar_functions/bitmap_functions/sub_bitmap.md)
|
|
874
|
+
* [to_bitmap](sql_functions/scalar_functions/bitmap_functions/to_bitmap.md)
|
|
875
|
+
* [BIT Functions](bit_function.md)
|
|
876
|
+
* [bit_count](sql_functions/scalar_functions/bitwise_functions/bit_count.md)
|
|
877
|
+
* [bitnot](sql_functions/scalar_functions/bitwise_functions/bitnot.md)
|
|
878
|
+
* [shiftleft](sql_functions/scalar_functions/bitwise_functions/shiftleft.md)
|
|
879
|
+
* [shiftright](sql_functions/scalar_functions/bitwise_functions/shiftright.md)
|
|
880
|
+
* [shiftrightunsigned](sql_functions/scalar_functions/bitwise_functions/shiftrightunsigned.md)
|
|
881
|
+
* [Conditional Functions](conditional_function.md)
|
|
882
|
+
* [assert_true](sql_functions/scalar_functions/conditional_functions/assert_true.md)
|
|
883
|
+
* [between](sql_functions/scalar_functions/conditional_functions/between.md)
|
|
884
|
+
* [case_when](sql_functions/scalar_functions/conditional_functions/case_when.md)
|
|
885
|
+
* [coalesce](sql_functions/scalar_functions/conditional_functions/coalesce.md)
|
|
886
|
+
* [decode](sql_functions/scalar_functions/conditional_functions/decode.md)
|
|
887
|
+
* [if](sql_functions/scalar_functions/conditional_functions/if.md)
|
|
888
|
+
* [ifnull](sql_functions/scalar_functions/conditional_functions/ifnull.md)
|
|
889
|
+
* [in](sql_functions/scalar_functions/conditional_functions/in.md)
|
|
890
|
+
* [is_false](sql_functions/scalar_functions/conditional_functions/is_false.md)
|
|
891
|
+
* [is_not_null](sql_functions/scalar_functions/conditional_functions/is_not_null.md)
|
|
892
|
+
* [is_null](sql_functions/scalar_functions/conditional_functions/is_null.md)
|
|
893
|
+
* [is_true](sql_functions/scalar_functions/conditional_functions/is_true.md)
|
|
894
|
+
* [multiif](sql_functions/scalar_functions/conditional_functions/multiif.md)
|
|
895
|
+
* [nullif](sql_functions/scalar_functions/conditional_functions/nullif.md)
|
|
896
|
+
* [nvl](sql_functions/scalar_functions/conditional_functions/nvl.md)
|
|
897
|
+
* [nvl2](sql_functions/scalar_functions/conditional_functions/nvl2.md)
|
|
898
|
+
* [raise_error](sql_functions/scalar_functions/conditional_functions/raise_error.md)
|
|
899
|
+
* [typeof](sql_functions/scalar_functions/conditional_functions/typeof.md)
|
|
900
|
+
* [Time Functions](time-function.md)
|
|
901
|
+
* [Lakehouse Date and Time Formats](sql_functions/scalar_functions/datetime_functions/datetime_patterns.md)
|
|
902
|
+
* [add_days](sql_functions/scalar_functions/datetime_functions/add_days.md)
|
|
903
|
+
* [add_months](sql_functions/scalar_functions/datetime_functions/add_months.md)
|
|
904
|
+
* [add_years](sql_functions/scalar_functions/datetime_functions/add_years.md)
|
|
905
|
+
* [adddate](sql_functions/scalar_functions/datetime_functions/adddate.md)
|
|
906
|
+
* [convert_timezone](sql_functions/scalar_functions/datetime_functions/convert_timezone.md)
|
|
907
|
+
* [current_date](sql_functions/scalar_functions/datetime_functions/current_date.md)
|
|
908
|
+
* [current_timestamp](sql_functions/scalar_functions/datetime_functions/current_timestamp.md)
|
|
909
|
+
* [date](sql_functions/scalar_functions/datetime_functions/date.md)
|
|
910
|
+
* [date_add](sql_functions/scalar_functions/datetime_functions/date_add.md)
|
|
911
|
+
* [date_format](sql_functions/scalar_functions/datetime_functions/date_format.md)
|
|
912
|
+
* [date_format_mysql](sql_functions/scalar_functions/datetime_functions/date_format_mysql.md)
|
|
913
|
+
* [date_format_pg](sql_functions/scalar_functions/datetime_functions/date_format_pg.md)
|
|
914
|
+
* [date_sub](sql_functions/scalar_functions/datetime_functions/date_sub.md)
|
|
915
|
+
* [date_trunc](sql_functions/scalar_functions/datetime_functions/date_trunc.md)
|
|
916
|
+
* [dateadd](sql_functions/scalar_functions/datetime_functions/dateadd.md)
|
|
917
|
+
* [datediff](sql_functions/scalar_functions/datetime_functions/datediff.md)
|
|
918
|
+
* [day](sql_functions/scalar_functions/datetime_functions/day.md)
|
|
919
|
+
* [dayofmonth](sql_functions/scalar_functions/datetime_functions/dayofmonth.md)
|
|
920
|
+
* [dayofweek](sql_functions/scalar_functions/datetime_functions/dayofweek.md)
|
|
921
|
+
* [dayofweek_iso](sql_functions/scalar_functions/datetime_functions/dayofweek_iso.md)
|
|
922
|
+
* [dayofyear](sql_functions/scalar_functions/datetime_functions/dayofyear.md)
|
|
923
|
+
* [days](sql_functions/scalar_functions/datetime_functions/days.md)
|
|
924
|
+
* [days_diff](sql_functions/scalar_functions/datetime_functions/days_diff.md)
|
|
925
|
+
* [extract](sql_functions/scalar_functions/datetime_functions/extract.md)
|
|
926
|
+
* [from_unixtime](sql_functions/scalar_functions/datetime_functions/from_unixtime.md)
|
|
927
|
+
* [from_utc_timestamp](sql_functions/scalar_functions/datetime_functions/from_utc_timestamp.md)
|
|
928
|
+
* [hour](sql_functions/scalar_functions/datetime_functions/hour.md)
|
|
929
|
+
* [hours](sql_functions/scalar_functions/datetime_functions/hours.md)
|
|
930
|
+
* [hours_diff](sql_functions/scalar_functions/datetime_functions/hours_diff.md)
|
|
931
|
+
* [last_day](sql_functions/scalar_functions/datetime_functions/last_day.md)
|
|
932
|
+
* [localtimestamp](sql_functions/scalar_functions/datetime_functions/localtimestamp.md)
|
|
933
|
+
* [make_date](sql_functions/scalar_functions/datetime_functions/make_date.md)
|
|
934
|
+
* [make_dt_interval](sql_functions/scalar_functions/datetime_functions/make_dt_interval.md)
|
|
935
|
+
* [make_ym_interval](sql_functions/scalar_functions/datetime_functions/make_ym_interval.md)
|
|
936
|
+
* [milliseconds_diff](sql_functions/scalar_functions/datetime_functions/milliseconds_diff.md)
|
|
937
|
+
* [minute](sql_functions/scalar_functions/datetime_functions/minute.md)
|
|
938
|
+
* [minutes_diff](sql_functions/scalar_functions/datetime_functions/minutes_diff.md)
|
|
939
|
+
* [month](sql_functions/scalar_functions/datetime_functions/month.md)
|
|
940
|
+
* [months](sql_functions/scalar_functions/datetime_functions/months.md)
|
|
941
|
+
* [months_between](sql_functions/scalar_functions/datetime_functions/months_between.md)
|
|
942
|
+
* [months_diff](sql_functions/scalar_functions/datetime_functions/months_diff.md)
|
|
943
|
+
* [next_day](sql_functions/scalar_functions/datetime_functions/next_day.md)
|
|
944
|
+
* [now](sql_functions/scalar_functions/datetime_functions/now.md)
|
|
945
|
+
* [quarter](sql_functions/scalar_functions/datetime_functions/quarter.md)
|
|
946
|
+
* [second](sql_functions/scalar_functions/datetime_functions/second.md)
|
|
947
|
+
* [seconds_diff](sql_functions/scalar_functions/datetime_functions/seconds_diff.md)
|
|
948
|
+
* [str_to_date_mysql](sql_functions/scalar_functions/datetime_functions/str_to_date_mysql.md)
|
|
949
|
+
* [sub_days](sql_functions/scalar_functions/datetime_functions/sub_days.md)
|
|
950
|
+
* [subdate](sql_functions/scalar_functions/datetime_functions/subdate.md)
|
|
951
|
+
* [timestamp_micros](sql_functions/scalar_functions/datetime_functions/timestamp_micros.md)
|
|
952
|
+
* [timestamp_millis](sql_functions/scalar_functions/datetime_functions/timestamp_millis.md)
|
|
953
|
+
* [timestamp_seconds](sql_functions/scalar_functions/datetime_functions/timestamp_seconds.md)
|
|
954
|
+
* [timestampadd](sql_functions/scalar_functions/datetime_functions/timestampadd.md)
|
|
955
|
+
* [timestampdiff](sql_functions/scalar_functions/datetime_functions/timestampdiff.md)
|
|
956
|
+
* [to_date](sql_functions/scalar_functions/datetime_functions/to_date.md)
|
|
957
|
+
* [to_start_of_interval](sql_functions/scalar_functions/datetime_functions/to_start_of_interval.md)
|
|
958
|
+
* [to_timestamp](sql_functions/scalar_functions/datetime_functions/to_timestamp.md)
|
|
959
|
+
* [to_timestamp_ntz](sql_functions/scalar_functions/datetime_functions/to_timestamp_ntz.md)
|
|
960
|
+
* [to_unix_timestamp](sql_functions/scalar_functions/datetime_functions/to_unix_timestamp.md)
|
|
961
|
+
* [to_unix_timestamp_ms](sql_functions/scalar_functions/datetime_functions/to_unix_timestamp_ms.md)
|
|
962
|
+
* [to_unix_timestamp_us](sql_functions/scalar_functions/datetime_functions/to_unix_timestamp_us.md)
|
|
963
|
+
* [to_utc_timestamp](sql_functions/scalar_functions/datetime_functions/to_utc_timestamp.md)
|
|
964
|
+
* [toyyyymmdd](sql_functions/scalar_functions/datetime_functions/toyyyymmdd.md)
|
|
965
|
+
* [trunc](sql_functions/scalar_functions/datetime_functions/trunc.md)
|
|
966
|
+
* [unix_timestamp](sql_functions/scalar_functions/datetime_functions/unix_timestamp.md)
|
|
967
|
+
* [week](sql_functions/scalar_functions/datetime_functions/week.md)
|
|
968
|
+
* [weekday](sql_functions/scalar_functions/datetime_functions/weekday.md)
|
|
969
|
+
* [weekofyear](sql_functions/scalar_functions/datetime_functions/weekofyear.md)
|
|
970
|
+
* [weeks_diff](sql_functions/scalar_functions/datetime_functions/weeks_diff.md)
|
|
971
|
+
* [year](sql_functions/scalar_functions/datetime_functions/year.md)
|
|
972
|
+
* [yearofweek](sql_functions/scalar_functions/datetime_functions/yearofweek.md)
|
|
973
|
+
* [years](sql_functions/scalar_functions/datetime_functions/years.md)
|
|
974
|
+
* [years_diff](sql_functions/scalar_functions/datetime_functions/years_diff.md)
|
|
975
|
+
* [GEO Functions](geo.md)
|
|
976
|
+
* [st_geohash](sql_functions/scalar_functions/geo_functions/st_geohash.md)
|
|
977
|
+
* [st_latfromgeohash](sql_functions/scalar_functions/geo_functions/st_latfromgeohash.md)
|
|
978
|
+
* [st_longfromgeohash](sql_functions/scalar_functions/geo_functions/st_longfromgeohash.md)
|
|
979
|
+
* [HASH Functions](hash.md)
|
|
980
|
+
* [bucket](sql_functions/scalar_functions/hash_functions/bucket.md)
|
|
981
|
+
* [crc32](sql_functions/scalar_functions/hash_functions/crc32.md)
|
|
982
|
+
* [general_complexhash2](sql_functions/scalar_functions/hash_functions/general_complexhash2.md)
|
|
983
|
+
* [general_murmurhash3](sql_functions/scalar_functions/hash_functions/general_murmurhash3.md)
|
|
984
|
+
* [hash_combine](sql_functions/scalar_functions/hash_functions/hash_combine.md)
|
|
985
|
+
* [hash_combine_commutative](sql_functions/scalar_functions/hash_functions/hash_combine_commutative.md)
|
|
986
|
+
* [md5](sql_functions/scalar_functions/hash_functions/md5.md)
|
|
987
|
+
* [murmurhash3_32](sql_functions/scalar_functions/hash_functions/murmurhash3_32.md)
|
|
988
|
+
* [murmurhash3_64](sql_functions/scalar_functions/hash_functions/murmurhash3_64.md)
|
|
989
|
+
* [sha1](sql_functions/scalar_functions/hash_functions/sha1.md)
|
|
990
|
+
* [sha2](sql_functions/scalar_functions/hash_functions/sha2.md)
|
|
991
|
+
* [sha224](sql_functions/scalar_functions/hash_functions/sha224.md)
|
|
992
|
+
* [sha256](sql_functions/scalar_functions/hash_functions/sha256.md)
|
|
993
|
+
* [sha384](sql_functions/scalar_functions/hash_functions/sha384.md)
|
|
994
|
+
* [sha512](sql_functions/scalar_functions/hash_functions/sha512.md)
|
|
995
|
+
* [sm3](sql_functions/scalar_functions/hash_functions/sm3.md)
|
|
996
|
+
* [IP Functions](ip_function.md)
|
|
997
|
+
* [get_ip_info](sql_functions/scalar_functions/ip_functions/get_ip_info.md)
|
|
998
|
+
* [ipv4_num_to_string](sql_functions/scalar_functions/ip_functions/ipv4_num_to_string.md)
|
|
999
|
+
* [ipv4_string_to_num](sql_functions/scalar_functions/ip_functions/ipv4_string_to_num.md)
|
|
1000
|
+
* [ipv6_num_to_string](sql_functions/scalar_functions/ip_functions/ipv6_num_to_string.md)
|
|
1001
|
+
* [ipv6_string_to_num](sql_functions/scalar_functions/ip_functions/ipv6_string_to_num.md)
|
|
1002
|
+
* [is_ip_address_in_range](sql_functions/scalar_functions/ip_functions/is_ip_address_in_range.md)
|
|
1003
|
+
* [JSON Functions](json_function.md)
|
|
1004
|
+
* [from_json](sql_functions/scalar_functions/json_functions/from_json.md)
|
|
1005
|
+
* [get_json_object](sql_functions/scalar_functions/json_functions/get_json_object.md)
|
|
1006
|
+
* [json_array](sql_functions/scalar_functions/json_functions/json_array.md)
|
|
1007
|
+
* [json_array_get](sql_functions/scalar_functions/json_functions/json_array_get.md)
|
|
1008
|
+
* [json_contains](sql_functions/scalar_functions/json_functions/json_contains.md)
|
|
1009
|
+
* [json_extract](sql_functions/scalar_functions/json_functions/json_extract.md)
|
|
1010
|
+
* [json_extract_bigint](sql_functions/scalar_functions/json_functions/json_extract_bigint.md)
|
|
1011
|
+
* [json_extract_boolean](sql_functions/scalar_functions/json_functions/json_extract_boolean.md)
|
|
1012
|
+
* [json_extract_date](sql_functions/scalar_functions/json_functions/json_extract_date.md)
|
|
1013
|
+
* [json_extract_double](sql_functions/scalar_functions/json_functions/json_extract_double.md)
|
|
1014
|
+
* [json_extract_float](sql_functions/scalar_functions/json_functions/json_extract_float.md)
|
|
1015
|
+
* [json_extract_int](sql_functions/scalar_functions/json_functions/json_extract_int.md)
|
|
1016
|
+
* [json_extract_string](sql_functions/scalar_functions/json_functions/json_extract_string.md)
|
|
1017
|
+
* [json_extract_timestamp](sql_functions/scalar_functions/json_functions/json_extract_timestamp.md)
|
|
1018
|
+
* [json_extract_timestamp_ntz](sql_functions/scalar_functions/json_functions/json_extract_timestamp_ntz.md)
|
|
1019
|
+
* [json_length](sql_functions/scalar_functions/json_functions/json_length.md)
|
|
1020
|
+
* [json_minify](sql_functions/scalar_functions/json_functions/json_minify.md)
|
|
1021
|
+
* [json_normalize](sql_functions/scalar_functions/json_functions/json_normalize.md)
|
|
1022
|
+
* [json_object](sql_functions/scalar_functions/json_functions/json_object.md)
|
|
1023
|
+
* [json_parse](sql_functions/scalar_functions/json_functions/json_parse.md)
|
|
1024
|
+
* [json_remove](sql_functions/scalar_functions/json_functions/json_remove.md)
|
|
1025
|
+
* [json_type](sql_functions/scalar_functions/json_functions/json_type.md)
|
|
1026
|
+
* [json_unquote](sql_functions/scalar_functions/json_functions/json_unquote.md)
|
|
1027
|
+
* [json_valid](sql_functions/scalar_functions/json_functions/json_valid.md)
|
|
1028
|
+
* [schema_of_json](sql_functions/scalar_functions/json_functions/schema_of_json.md)
|
|
1029
|
+
* [to_json](sql_functions/scalar_functions/json_functions/to_json.md)
|
|
1030
|
+
* [try_from_json](sql_functions/scalar_functions/json_functions/try_from_json.md)
|
|
1031
|
+
* [Mathematical Functions](math_function.md)
|
|
1032
|
+
* [abs](sql_functions/scalar_functions/math_functions/abs.md)
|
|
1033
|
+
* [acos](sql_functions/scalar_functions/math_functions/acos.md)
|
|
1034
|
+
* [acosh](sql_functions/scalar_functions/math_functions/acosh.md)
|
|
1035
|
+
* [asin](sql_functions/scalar_functions/math_functions/asin.md)
|
|
1036
|
+
* [asinh](sql_functions/scalar_functions/math_functions/asinh.md)
|
|
1037
|
+
* [atan](sql_functions/scalar_functions/math_functions/atan.md)
|
|
1038
|
+
* [atan2](sql_functions/scalar_functions/math_functions/atan2.md)
|
|
1039
|
+
* [atanh](sql_functions/scalar_functions/math_functions/atanh.md)
|
|
1040
|
+
* [bround](sql_functions/scalar_functions/math_functions/bround.md)
|
|
1041
|
+
* [cbrt](sql_functions/scalar_functions/math_functions/cbrt.md)
|
|
1042
|
+
* [ceil](sql_functions/scalar_functions/math_functions/ceil.md)
|
|
1043
|
+
* [ceiling](sql_functions/scalar_functions/math_functions/ceiling.md)
|
|
1044
|
+
* [cos](sql_functions/scalar_functions/math_functions/cos.md)
|
|
1045
|
+
* [cosh](sql_functions/scalar_functions/math_functions/cosh.md)
|
|
1046
|
+
* [cot](sql_functions/scalar_functions/math_functions/cot.md)
|
|
1047
|
+
* [csc](sql_functions/scalar_functions/math_functions/csc.md)
|
|
1048
|
+
* [degrees](sql_functions/scalar_functions/math_functions/degrees.md)
|
|
1049
|
+
* [div](sql_functions/scalar_functions/math_functions/div.md)
|
|
1050
|
+
* [e](sql_functions/scalar_functions/math_functions/e.md)
|
|
1051
|
+
* [erf](sql_functions/scalar_functions/math_functions/erf.md)
|
|
1052
|
+
* [exp](sql_functions/scalar_functions/math_functions/exp.md)
|
|
1053
|
+
* [exp2](sql_functions/scalar_functions/math_functions/exp2.md)
|
|
1054
|
+
* [expm1](sql_functions/scalar_functions/math_functions/expm1.md)
|
|
1055
|
+
* [floor](sql_functions/scalar_functions/math_functions/floor.md)
|
|
1056
|
+
* [greatest](sql_functions/scalar_functions/math_functions/greatest.md)
|
|
1057
|
+
* [hypot](sql_functions/scalar_functions/math_functions/hypot.md)
|
|
1058
|
+
* [isnan](sql_functions/scalar_functions/math_functions/isnan.md)
|
|
1059
|
+
* [least](sql_functions/scalar_functions/math_functions/least.md)
|
|
1060
|
+
* [lgamma](sql_functions/scalar_functions/math_functions/lgamma.md)
|
|
1061
|
+
* [ln](sql_functions/scalar_functions/math_functions/ln.md)
|
|
1062
|
+
* [log](sql_functions/scalar_functions/math_functions/log.md)
|
|
1063
|
+
* [log10](sql_functions/scalar_functions/math_functions/log10.md)
|
|
1064
|
+
* [log1p](sql_functions/scalar_functions/math_functions/log1p.md)
|
|
1065
|
+
* [log2](sql_functions/scalar_functions/math_functions/log2.md)
|
|
1066
|
+
* [mod](sql_functions/scalar_functions/math_functions/mod.md)
|
|
1067
|
+
* [monotonically_increasing_id](sql_functions/scalar_functions/math_functions/monotonically_increasing_id.md)
|
|
1068
|
+
* [negative](sql_functions/scalar_functions/math_functions/negative.md)
|
|
1069
|
+
* [pi](sql_functions/scalar_functions/math_functions/pi.md)
|
|
1070
|
+
* [pmod](sql_functions/scalar_functions/math_functions/pmod.md)
|
|
1071
|
+
* [positive](sql_functions/scalar_functions/math_functions/positive.md)
|
|
1072
|
+
* [pow](sql_functions/scalar_functions/math_functions/pow.md)
|
|
1073
|
+
* [power](sql_functions/scalar_functions/math_functions/power.md)
|
|
1074
|
+
* [radians](sql_functions/scalar_functions/math_functions/radians.md)
|
|
1075
|
+
* [rand](sql_functions/scalar_functions/math_functions/rand.md)
|
|
1076
|
+
* [randn](sql_functions/scalar_functions/math_functions/randn.md)
|
|
1077
|
+
* [random](sql_functions/scalar_functions/math_functions/random.md)
|
|
1078
|
+
* [round](sql_functions/scalar_functions/math_functions/round.md)
|
|
1079
|
+
* [sign](sql_functions/scalar_functions/math_functions/sign.md)
|
|
1080
|
+
* [sin](sql_functions/scalar_functions/math_functions/sin.md)
|
|
1081
|
+
* [sinh](sql_functions/scalar_functions/math_functions/sinh.md)
|
|
1082
|
+
* [sqrt](sql_functions/scalar_functions/math_functions/sqrt.md)
|
|
1083
|
+
* [tan](sql_functions/scalar_functions/math_functions/tan.md)
|
|
1084
|
+
* [tanh](sql_functions/scalar_functions/math_functions/tanh.md)
|
|
1085
|
+
* [tgamma](sql_functions/scalar_functions/math_functions/tgamma.md)
|
|
1086
|
+
* [Encryption Functions](encryption-function.md)
|
|
1087
|
+
* [aes_decrypt](sql_functions/scalar_functions/string_functions/aes_decrypt.md)
|
|
1088
|
+
* [aes_decrypt_mysql](sql_functions/scalar_functions/string_functions/aes_decrypt_mysql.md)
|
|
1089
|
+
* [aes_encrypt](sql_functions/scalar_functions/string_functions/aes_encrypt.md)
|
|
1090
|
+
* [aes_encrypt_mysql](sql_functions/scalar_functions/string_functions/aes_encrypt_mysql.md)
|
|
1091
|
+
* [mask_inner](sql_functions/scalar_functions/string_functions/mask_inner.md)
|
|
1092
|
+
* [mask_outer](sql_functions/scalar_functions/string_functions/mask_outer.md)
|
|
1093
|
+
* [Regular Functions](regexp-function.md)
|
|
1094
|
+
* [Regular Expression](sql_functions/scalar_functions/string_functions/regexp-statement.md)
|
|
1095
|
+
* [regexp_count](sql_functions/scalar_functions/string_functions/regexp_count.md)
|
|
1096
|
+
* [regexp_extract](sql_functions/scalar_functions/string_functions/regexp_extract.md)
|
|
1097
|
+
* [regexp_extract_all](sql_functions/scalar_functions/string_functions/regexp_extract_all.md)
|
|
1098
|
+
* [regexp_instr](sql_functions/scalar_functions/string_functions/regexp_instr.md)
|
|
1099
|
+
* [regexp_replace](sql_functions/scalar_functions/string_functions/regexp_replace.md)
|
|
1100
|
+
* [regexp_split_to_array](sql_functions/scalar_functions/string_functions/regexp_split_to_array.md)
|
|
1101
|
+
* [rlike](sql_functions/scalar_functions/string_functions/rlike.md)
|
|
1102
|
+
* [String Functions](string_function.md)
|
|
1103
|
+
* [ascii](sql_functions/scalar_functions/string_functions/ascii.md)
|
|
1104
|
+
* [base64](sql_functions/scalar_functions/string_functions/base64.md)
|
|
1105
|
+
* [binary](sql_functions/scalar_functions/string_functions/binary.md)
|
|
1106
|
+
* [btrim](sql_functions/scalar_functions/string_functions/btrim.md)
|
|
1107
|
+
* [char](sql_functions/scalar_functions/string_functions/char.md)
|
|
1108
|
+
* [char_length](sql_functions/scalar_functions/string_functions/char_length.md)
|
|
1109
|
+
* [character_length](sql_functions/scalar_functions/string_functions/character_length.md)
|
|
1110
|
+
* [chr](sql_functions/scalar_functions/string_functions/chr.md)
|
|
1111
|
+
* [collation_sort_key](sql_functions/scalar_functions/string_functions/collation_sort_key.md)
|
|
1112
|
+
* [concat](sql_functions/scalar_functions/string_functions/concat.md)
|
|
1113
|
+
* [concat_ws](sql_functions/scalar_functions/string_functions/concat_ws.md)
|
|
1114
|
+
* [contains](sql_functions/scalar_functions/string_functions/contains.md)
|
|
1115
|
+
* [conv](sql_functions/scalar_functions/string_functions/conv.md)
|
|
1116
|
+
* [endswith](sql_functions/scalar_functions/string_functions/endswith.md)
|
|
1117
|
+
* [find_in_set](sql_functions/scalar_functions/string_functions/find_in_set.md)
|
|
1118
|
+
* [format_string](sql_functions/scalar_functions/string_functions/format_string.md)
|
|
1119
|
+
* [gunzip](sql_functions/scalar_functions/string_functions/gunzip.md)
|
|
1120
|
+
* [gzip](sql_functions/scalar_functions/string_functions/gzip.md)
|
|
1121
|
+
* [hex](sql_functions/scalar_functions/string_functions/hex.md)
|
|
1122
|
+
* [ilike](sql_functions/scalar_functions/string_functions/ilike.md)
|
|
1123
|
+
* [instr](sql_functions/scalar_functions/string_functions/instr.md)
|
|
1124
|
+
* [is_ascii](sql_functions/scalar_functions/string_functions/is_ascii.md)
|
|
1125
|
+
* [is_utf8](sql_functions/scalar_functions/string_functions/is_utf8.md)
|
|
1126
|
+
* [lcase](sql_functions/scalar_functions/string_functions/lcase.md)
|
|
1127
|
+
* [left](sql_functions/scalar_functions/string_functions/left.md)
|
|
1128
|
+
* [length](sql_functions/scalar_functions/string_functions/length.md)
|
|
1129
|
+
* [lengthb](sql_functions/scalar_functions/string_functions/lengthb.md)
|
|
1130
|
+
* [like](sql_functions/scalar_functions/string_functions/like.md)
|
|
1131
|
+
* [locate](sql_functions/scalar_functions/string_functions/locate.md)
|
|
1132
|
+
* [lower](sql_functions/scalar_functions/string_functions/lower.md)
|
|
1133
|
+
* [lpad](sql_functions/scalar_functions/string_functions/lpad.md)
|
|
1134
|
+
* [ltrim](sql_functions/scalar_functions/string_functions/ltrim.md)
|
|
1135
|
+
* [octet_length](sql_functions/scalar_functions/string_functions/octet_length.md)
|
|
1136
|
+
* [parse_url](sql_functions/scalar_functions/string_functions/parse_url.md)
|
|
1137
|
+
* [position](sql_functions/scalar_functions/string_functions/position.md)
|
|
1138
|
+
* [repeat](sql_functions/scalar_functions/string_functions/repeat.md)
|
|
1139
|
+
* [replace](sql_functions/scalar_functions/string_functions/replace.md)
|
|
1140
|
+
* [reverse](sql_functions/scalar_functions/string_functions/reverse.md)
|
|
1141
|
+
* [right](sql_functions/scalar_functions/string_functions/right.md)
|
|
1142
|
+
* [rpad](sql_functions/scalar_functions/string_functions/rpad.md)
|
|
1143
|
+
* [rtrim](sql_functions/scalar_functions/string_functions/rtrim.md)
|
|
1144
|
+
* [space](sql_functions/scalar_functions/string_functions/space.md)
|
|
1145
|
+
* [split](sql_functions/scalar_functions/string_functions/split.md)
|
|
1146
|
+
* [split_by_regexp](sql_functions/scalar_functions/string_functions/split_by_regexp.md)
|
|
1147
|
+
* [split_by_string](sql_functions/scalar_functions/string_functions/split_by_string.md)
|
|
1148
|
+
* [split_part](sql_functions/scalar_functions/string_functions/split_part.md)
|
|
1149
|
+
* [startswith](sql_functions/scalar_functions/string_functions/startswith.md)
|
|
1150
|
+
* [strpos](sql_functions/scalar_functions/string_functions/strpos.md)
|
|
1151
|
+
* [substr](sql_functions/scalar_functions/string_functions/substr.md)
|
|
1152
|
+
* [substring](sql_functions/scalar_functions/string_functions/substring.md)
|
|
1153
|
+
* [substring_index](sql_functions/scalar_functions/string_functions/substring_index.md)
|
|
1154
|
+
* [translate](sql_functions/scalar_functions/string_functions/translate.md)
|
|
1155
|
+
* [trim](sql_functions/scalar_functions/string_functions/trim.md)
|
|
1156
|
+
* [ucase](sql_functions/scalar_functions/string_functions/ucase.md)
|
|
1157
|
+
* [unbase64](sql_functions/scalar_functions/string_functions/unbase64.md)
|
|
1158
|
+
* [unhex](sql_functions/scalar_functions/string_functions/unhex.md)
|
|
1159
|
+
* [upper](sql_functions/scalar_functions/string_functions/upper.md)
|
|
1160
|
+
* [url_decode](sql_functions/scalar_functions/string_functions/url_decode.md)
|
|
1161
|
+
* [url_encode](sql_functions/scalar_functions/string_functions/url_encode.md)
|
|
1162
|
+
* [uuid](sql_functions/scalar_functions/string_functions/uuid.md)
|
|
1163
|
+
* [ARRAY Functions](array_function.md)
|
|
1164
|
+
* [array](sql_functions/scalar_functions/nested_functions/array.md)
|
|
1165
|
+
* [array_append](sql_functions/scalar_functions/nested_functions/array_append.md)
|
|
1166
|
+
* [array_compact](sql_functions/scalar_functions/nested_functions/array_compact.md)
|
|
1167
|
+
* [array_contains](sql_functions/scalar_functions/nested_functions/array_contains.md)
|
|
1168
|
+
* [array_distinct](sql_functions/scalar_functions/nested_functions/array_distinct.md)
|
|
1169
|
+
* [array_except](sql_functions/scalar_functions/nested_functions/array_except.md)
|
|
1170
|
+
* [array_intersect](sql_functions/scalar_functions/nested_functions/array_intersect.md)
|
|
1171
|
+
* [array_join](sql_functions/scalar_functions/nested_functions/array_join.md)
|
|
1172
|
+
* [array_max](sql_functions/scalar_functions/nested_functions/array_max.md)
|
|
1173
|
+
* [array_min](sql_functions/scalar_functions/nested_functions/array_min.md)
|
|
1174
|
+
* [array_position](sql_functions/scalar_functions/nested_functions/array_position.md)
|
|
1175
|
+
* [array_prepend](sql_functions/scalar_functions/nested_functions/array_prepend.md)
|
|
1176
|
+
* [array_remove](sql_functions/scalar_functions/nested_functions/array_remove.md)
|
|
1177
|
+
* [array_repeat](sql_functions/scalar_functions/nested_functions/array_repeat.md)
|
|
1178
|
+
* [array_size](sql_functions/scalar_functions/nested_functions/array_size.md)
|
|
1179
|
+
* [array_sort](sql_functions/scalar_functions/nested_functions/array_sort.md)
|
|
1180
|
+
* [array_sort_reverse](sql_functions/scalar_functions/nested_functions/array_sort_reverse.md)
|
|
1181
|
+
* [array_union](sql_functions/scalar_functions/nested_functions/array_union.md)
|
|
1182
|
+
* [arrays_overlap](sql_functions/scalar_functions/nested_functions/arrays_overlap.md)
|
|
1183
|
+
* [arrays_zip](sql_functions/scalar_functions/nested_functions/arrays_zip.md)
|
|
1184
|
+
* [cardinality](sql_functions/scalar_functions/nested_functions/cardinality.md)
|
|
1185
|
+
* [flatten](sql_functions/scalar_functions/nested_functions/flatten.md)
|
|
1186
|
+
* [hasany_clickhouse](sql_functions/scalar_functions/nested_functions/hasany_clickhouse.md)
|
|
1187
|
+
* [sequence](sql_functions/scalar_functions/nested_functions/sequence.md)
|
|
1188
|
+
* [size](sql_functions/scalar_functions/nested_functions/size.md)
|
|
1189
|
+
* [slice](sql_functions/scalar_functions/nested_functions/slice.md)
|
|
1190
|
+
* [sort_array](sql_functions/scalar_functions/nested_functions/sort_array.md)
|
|
1191
|
+
* [trans_array](sql_functions/scalar_functions/nested_functions/trans_array.md)
|
|
1192
|
+
* [try_element_at](sql_functions/scalar_functions/nested_functions/try_element_at.md)
|
|
1193
|
+
* [MAP Functions](map-function.md)
|
|
1194
|
+
* [map](sql_functions/scalar_functions/nested_functions/map.md)
|
|
1195
|
+
* [map_concat](sql_functions/scalar_functions/nested_functions/map_concat.md)
|
|
1196
|
+
* [map_concat_array](sql_functions/scalar_functions/nested_functions/map_concat_array.md)
|
|
1197
|
+
* [map_contains_key](sql_functions/scalar_functions/nested_functions/map_contains_key.md)
|
|
1198
|
+
* [map_entries](sql_functions/scalar_functions/nested_functions/map_entries.md)
|
|
1199
|
+
* [map_equal](sql_functions/scalar_functions/nested_functions/map_equal.md)
|
|
1200
|
+
* [map_except](sql_functions/scalar_functions/nested_functions/map_except.md)
|
|
1201
|
+
* [map_from_arrays](sql_functions/scalar_functions/nested_functions/map_from_arrays.md)
|
|
1202
|
+
* [map_from_entries](sql_functions/scalar_functions/nested_functions/map_from_entries.md)
|
|
1203
|
+
* [map_keys](sql_functions/scalar_functions/nested_functions/map_keys.md)
|
|
1204
|
+
* [map_values](sql_functions/scalar_functions/nested_functions/map_values.md)
|
|
1205
|
+
* [multimap_from_entries](sql_functions/scalar_functions/nested_functions/multimap_from_entries.md)
|
|
1206
|
+
* [str_to_map](sql_functions/scalar_functions/string_functions/str_to_map.md)
|
|
1207
|
+
* [STRUCT Functions](struct-function.md)
|
|
1208
|
+
* [named_struct](sql_functions/scalar_functions/nested_functions/named_struct.md)
|
|
1209
|
+
* [struct](sql_functions/scalar_functions/nested_functions/struct.md)
|
|
1210
|
+
* [struct_insert](sql_functions/scalar_functions/nested_functions/struct_insert.md)
|
|
1211
|
+
* [struct_update](sql_functions/scalar_functions/nested_functions/struct_update.md)
|
|
1212
|
+
* [Higher-Order Functions](high_order_function.md)
|
|
1213
|
+
* [array_aggregate](sql_functions/scalar_functions/high_order_functions/array_aggregate.md)
|
|
1214
|
+
* [array_filter_doris](sql_functions/scalar_functions/high_order_functions/array_filter_doris.md)
|
|
1215
|
+
* [array_map_doris](sql_functions/scalar_functions/high_order_functions/array_map_doris.md)
|
|
1216
|
+
* [array_sort_by_key](sql_functions/scalar_functions/high_order_functions/array_sort_by_key.md)
|
|
1217
|
+
* [element_at](sql_functions/scalar_functions/high_order_functions/element_at.md)
|
|
1218
|
+
* [exists](sql_functions/scalar_functions/high_order_functions/exists.md)
|
|
1219
|
+
* [filter](sql_functions/scalar_functions/high_order_functions/filter.md)
|
|
1220
|
+
* [forall](sql_functions/scalar_functions/high_order_functions/forall.md)
|
|
1221
|
+
* [map_filter](sql_functions/scalar_functions/high_order_functions/map_filter.md)
|
|
1222
|
+
* [map_zip_with](sql_functions/scalar_functions/high_order_functions/map_zip_with.md)
|
|
1223
|
+
* [transform](sql_functions/scalar_functions/high_order_functions/transform.md)
|
|
1224
|
+
* [transform_keys](sql_functions/scalar_functions/high_order_functions/transform_keys.md)
|
|
1225
|
+
* [transform_values](sql_functions/scalar_functions/high_order_functions/transform_values.md)
|
|
1226
|
+
* [zip_with](sql_functions/scalar_functions/high_order_functions/zip_with.md)
|
|
1227
|
+
* [Window Functions](sql_functions/window_functions/window_clause.md)
|
|
1228
|
+
* [window function](window-function-summary.md)
|
|
1229
|
+
* [Window Frame](window-frame.md)
|
|
1230
|
+
* [avg](sql_functions/window_functions/avg.md)
|
|
1231
|
+
* [count](sql_functions/window_functions/count.md)
|
|
1232
|
+
* [cume_dist](sql_functions/window_functions/cume_dist.md)
|
|
1233
|
+
* [dense_rank](sql_functions/window_functions/dense_rank.md)
|
|
1234
|
+
* [first](sql_functions/window_functions/first.md)
|
|
1235
|
+
* [first_value](sql_functions/window_functions/first_value.md)
|
|
1236
|
+
* [lag](sql_functions/window_functions/lag.md)
|
|
1237
|
+
* [last](sql_functions/window_functions/last.md)
|
|
1238
|
+
* [last_value](sql_functions/window_functions/last_value.md)
|
|
1239
|
+
* [lead](sql_functions/window_functions/lead.md)
|
|
1240
|
+
* [max](sql_functions/window_functions/max.md)
|
|
1241
|
+
* [min](sql_functions/window_functions/min.md)
|
|
1242
|
+
* [nth_value](sql_functions/window_functions/nth_value.md)
|
|
1243
|
+
* [ntile](sql_functions/window_functions/ntile.md)
|
|
1244
|
+
* [percent_rank](sql_functions/window_functions/percent_rank.md)
|
|
1245
|
+
* [rank](sql_functions/window_functions/rank.md)
|
|
1246
|
+
* [row_number](sql_functions/window_functions/row_number.md)
|
|
1247
|
+
* [sum](sql_functions/window_functions/sum.md)
|
|
1248
|
+
* [Table Functions](table_function.md)
|
|
1249
|
+
* [explode](sql_functions/table_functions/explode.md)
|
|
1250
|
+
* [explode_json_array_double](sql_functions/table_functions/explode_json_array_double.md)
|
|
1251
|
+
* [explode_json_array_int](sql_functions/table_functions/explode_json_array_int.md)
|
|
1252
|
+
* [explode_json_array_json](sql_functions/table_functions/explode_json_array_json.md)
|
|
1253
|
+
* [explode_json_array_string](sql_functions/table_functions/explode_json_array_string.md)
|
|
1254
|
+
* [explode_json_object](sql_functions/table_functions/explode_json_object.md)
|
|
1255
|
+
* [explode_outer](sql_functions/table_functions/explode_outer.md)
|
|
1256
|
+
* [inline](sql_functions/table_functions/inline.md)
|
|
1257
|
+
* [json_tuple](sql_functions/table_functions/json_tuple.md)
|
|
1258
|
+
* [load_history](sql_functions/table_functions/load_history.md)
|
|
1259
|
+
* [posexplode](sql_functions/table_functions/posexplode.md)
|
|
1260
|
+
* [posexplode_outer](sql_functions/table_functions/posexplode_outer.md)
|
|
1261
|
+
* [read_kafka](sql_functions/table_functions/read_kafka.md)
|
|
1262
|
+
* [stack](sql_functions/table_functions/stack.md)
|
|
1263
|
+
* [table_changes](sql_functions/table_functions/table_changes.md)
|
|
1264
|
+
* [unnest](sql_functions/table_functions/unnest.md)
|
|
1265
|
+
* [File Functions](file_functions.md)
|
|
1266
|
+
* [GET_PRESIGNED_URL](sql_functions/scalar_functions/file_functions/get_presigned_url.md)
|
|
1267
|
+
* [Context Functions](context_function.md)
|
|
1268
|
+
* [current_instance_id](sql_functions/context_functions/current_instance_id.md)
|
|
1269
|
+
* [current_schema](sql_functions/context_functions/current_schema.md)
|
|
1270
|
+
* [current_session_id](sql_functions/context_functions/current_session_id.md)
|
|
1271
|
+
* [current_user](sql_functions/context_functions/current_user.md)
|
|
1272
|
+
* [current_user_id](sql_functions/context_functions/current_user_id.md)
|
|
1273
|
+
* [current_vcluster](sql_functions/context_functions/current_vcluster.md)
|
|
1274
|
+
* [current_workspace](sql_functions/context_functions/current_workspace.md)
|
|
1275
|
+
* [current_workspace_id](sql_functions/context_functions/current_workspace_id.md)
|
|
1276
|
+
* [Vector Functions](vector-functions.md)
|
|
1277
|
+
* [binary_quantize](sql_functions/scalar_functions/vector_functions/binary_quantize.md)
|
|
1278
|
+
* [cosine_distance](sql_functions/scalar_functions/vector_functions/cosine_distance.md)
|
|
1279
|
+
* [dot_product](sql_functions/scalar_functions/vector_functions/dot_product.md)
|
|
1280
|
+
* [fill_vector](sql_functions/scalar_functions/vector_functions/fill_vector.md)
|
|
1281
|
+
* [hamming_distance](sql_functions/scalar_functions/vector_functions/hamming_distance.md)
|
|
1282
|
+
* [jaccard_distance](sql_functions/scalar_functions/vector_functions/jaccard_distance.md)
|
|
1283
|
+
* [l2_distance](sql_functions/scalar_functions/vector_functions/l2_distance.md)
|
|
1284
|
+
* [l2_norm](sql_functions/scalar_functions/vector_functions/l2_norm.md)
|
|
1285
|
+
* [l2_normalize](sql_functions/scalar_functions/vector_functions/l2_normalize.md)
|
|
1286
|
+
* [print_vector_bits](sql_functions/scalar_functions/vector_functions/print_vector_bits.md)
|
|
1287
|
+
* [vector](sql_functions/scalar_functions/vector_functions/vector.md)
|
|
1288
|
+
* [vector_add_scalar](sql_functions/scalar_functions/vector_functions/vector_add_scalar.md)
|
|
1289
|
+
* [Search Functions](search-functions.md)
|
|
1290
|
+
* [match_all](sql_functions/scalar_functions/search_functions/match_all.md)
|
|
1291
|
+
* [match_any](sql_functions/scalar_functions/search_functions/match_any.md)
|
|
1292
|
+
* [match_phrase](sql_functions/scalar_functions/search_functions/match_phrase.md)
|
|
1293
|
+
* [match_phrase_prefix](sql_functions/scalar_functions/search_functions/match_phrase_prefix.md)
|
|
1294
|
+
* [match_regexp](sql_functions/scalar_functions/search_functions/match_regexp.md)
|
|
1295
|
+
* [tokenize](sql_functions/scalar_functions/search_functions/tokenize.md)
|
|
1296
|
+
* [Partition Functions](partition-func.md)
|
|
1297
|
+
* [max_pt](sql_functions/scalar_functions/partition/max_pt.md)
|
|
1298
|
+
|
|
1299
|
+
## Development Manual
|
|
1300
|
+
* [Java SDK](java_sdk_guide.md)
|
|
1301
|
+
* [Java SDK Summary](java_reference/java-sdk-summary.md)
|
|
1302
|
+
* [Java SDK Version History](version-update.md)
|
|
1303
|
+
* [Initialize Client](java_reference/client.md)
|
|
1304
|
+
* [Query Using JDBC](java_reference/jdbc.md)
|
|
1305
|
+
* [Real-time Data Ingestion](java_reference/realtime-upload.md)
|
|
1306
|
+
* [Bulkload Introduction](bulkload-summary.md)
|
|
1307
|
+
* [Bulkload Java SDK](bulkloadv1-java-sdk.md)
|
|
1308
|
+
* [Python SDK (SQL Interface)](python_sdk_guide.md)
|
|
1309
|
+
* [Python SDK Summary](python_reference/python-sdk-summary.md)
|
|
1310
|
+
* [Query Using Python Database API](python_reference/connector.md)
|
|
1311
|
+
* [Python Connector Usage Examples](python_reference/connector_examples.md)
|
|
1312
|
+
* [Python Connector Advanced Usage](python_reference/connector_advanced.md)
|
|
1313
|
+
* [Query Using SQLAlchemy](python_reference/sqlalchemy.md)
|
|
1314
|
+
* [Bulkload Python SDK](bulkloadv1-python-sdk.md)
|
|
1315
|
+
* [Real-time Data Ingestion Python SDK](python-igs.md)
|
|
1316
|
+
* [Python SDK Version History](python-sdk-version-history.md)
|
|
1317
|
+
* [Python SQLAlchemy Version History](python-sqlalchemy-version-history.md)
|
|
1318
|
+
* [ZettaPark (DataFrame API)](lakehousepython-zettapark.md)
|
|
1319
|
+
* [ZettaPark Quick Start](zettapark-quick-start.md)
|
|
1320
|
+
* [Zettapark DataFrame API Guide](zettapark-dataframe-guide.md)
|
|
1321
|
+
* [Zettapark Common Functions Reference](zettapark-functions-guide.md)
|
|
1322
|
+
* [Zettapark Data Engineering Practice](zettapark-etl-guide.md)
|
|
1323
|
+
* [Zettapark Volume and File Operations](zettapark-volume-guide.md)
|
|
1324
|
+
* [Zettapark Table Stream Consumption](zettapark-stream-guide.md)
|
|
1325
|
+
* [Zettapark Dynamic Table Creation](zettapark-dynamic-table-guide.md)
|
|
1326
|
+
* [Zettapark Feature Engineering](zettapark-feature-engineering.md)
|
|
1327
|
+
* [Credit Scoring with Zettapark and Python ML](credit-scoring-with-zettapark.md)
|
|
1328
|
+
|
|
1329
|
+
## Practice Tutorials
|
|
1330
|
+
* [Efficient Object and Data Organization Management](data_org.md)
|
|
1331
|
+
* [Table Design Best Practices Guide](lakehouse_table_design_guide.md)
|
|
1332
|
+
* [Table Design and Data Type Operations](table-design.md)
|
|
1333
|
+
* [Volume Best Practices Guide](volume_best_practices.md)
|
|
1334
|
+
* [Metadata Query Commands SHOW and DESC Guide](metadata_show_desc_command_guide.md)
|
|
1335
|
+
* [Lakehouse Index Best Practices Guide](lakehouse-index-best-practice.md)
|
|
1336
|
+
* [JSON Data Processing](json_datatype.md)
|
|
1337
|
+
* [Validate Schema Evolution Results](validate_schema_evolution.md)
|
|
1338
|
+
* [Data Import and Export Practice](practice_data_import_and_export.md)
|
|
1339
|
+
* [Low Latency Real-time Data Integration and Real-time Analysis](realtime_sync_and_analysis_practice.md)
|
|
1340
|
+
* [Data Integration via PrivateLink VPC from RDS](studio-di-privatelink-vpc-from-rds.md)
|
|
1341
|
+
* [Batch Load Parquet Files into Lakehouse](batch-load-parquet-file-into-lakehouse.md)
|
|
1342
|
+
* [Import Data by Python into Lakehouse](import-data-by-python-into-lakehouse.md)
|
|
1343
|
+
* [Import Feishu Data into Lakehouse](import-feishu-data.md)
|
|
1344
|
+
* [Data Lake Acceleration](datalake-acceleration.md)
|
|
1345
|
+
* [In-Place Data Lake Acceleration Implementation Guide](lakehouse-acceleration-guide.md)
|
|
1346
|
+
* [Migration Guide](tutorial_migration.md)
|
|
1347
|
+
* [Data Type Compatibility Reference](migration-sql-compatibility.md)
|
|
1348
|
+
* [Migrating Spark Data Engineering Best Practices Project to Singdata Lakehouse](migrate-spark-data-engineering-best-practices-to-lakehouse.md)
|
|
1349
|
+
* [Spark Task Migration to Lakehouse Practice Guide](spark-migration-guide.md)
|
|
1350
|
+
* [Spark SQL Migration Guide](migration-spark-sql.md)
|
|
1351
|
+
* [PySpark → ZettaPark Migration: F1 Racing Data Engineering Project](pyspark-to-zettapark-migration-f1.md)
|
|
1352
|
+
* [Databricks → Lakehouse Migration: Medallion Three-Layer Data Warehouse](medallion-lakehouse-from-scratch.md)
|
|
1353
|
+
* [PySpark RDD → ZettaPark Migration: Web Log Analysis](rdd-to-zettapark-migration-weblog.md)
|
|
1354
|
+
* [Migrating Snowflake Real-Time ETL Pipeline to Singdata Lakehouse](migrate-snowflake-realtime-etl-to-lakehouse.md)
|
|
1355
|
+
* [Snowflake Dynamic Tables Migration: Bronze–Silver–Gold Three-Layer Pipeline](snowflake-dynamic-tables-to-lakehouse.md)
|
|
1356
|
+
* [Snowpark → ZettaPark Migration: Frostbyte Data Engineering Pipeline](snowflake-snowpark-to-zettapark-migration.md)
|
|
1357
|
+
* [MaxCompute → Lakehouse Migration: E-commerce Data Engineering Project](maxcompute-to-lakehouse-ecommerce.md)
|
|
1358
|
+
* [Hive → Lakehouse Migration: E-commerce User Behavior Data Warehouse](hive-to-lakehouse-ecommerce.md)
|
|
1359
|
+
* [pandas → ZettaPark Migration: Retail Data Analysis](pandas-to-zettapark-migration-retail.md)
|
|
1360
|
+
* [DBT Snowflake Migration: TPC-H Data Warehouse Pipeline](dbt-snowflake-to-clickzetta-migration.md)
|
|
1361
|
+
* [DBT BigQuery Migration: Retail Data Warehouse Pipeline](dbt-bigquery-to-clickzetta-migration.md)
|
|
1362
|
+
* [Studio Task Development and Operations Practice](studio-task-practice.md)
|
|
1363
|
+
* [Studio Python Task Development Guide (ZettaPark)](studio-python-task-zettapark.md)
|
|
1364
|
+
* [Studio Python Task Development Guide (Python Connector)](studio-python-task-connector.md)
|
|
1365
|
+
* [Studio Shell Task Development Guide](studio-shell-task.md)
|
|
1366
|
+
* [Studio JDBC Task Development Guide](studio-jdbc-task.md)
|
|
1367
|
+
* [Practice: Incremental Sync from External Data Sources (Shell + Python)](studio-incremental-sync-practice.md)
|
|
1368
|
+
* [DBT Practice Series](dbt-practice-series.md)
|
|
1369
|
+
* [DBT Incremental Processing in Practice](dbt-incremental.md)
|
|
1370
|
+
* [DBT Real-Time Data Pipeline in Practice](dbt-realtime-pipeline.md)
|
|
1371
|
+
* [DBT Data Quality in Practice](dbt-data-quality.md)
|
|
1372
|
+
* [DBT Advanced Features in Practice](dbt-advanced-features.md)
|
|
1373
|
+
* [Data Query and Analysis Practice](practice_data_analysis.md)
|
|
1374
|
+
* [Learning Product Features Through BI Analysis Scenarios](quick_start_bi_analysis.md)
|
|
1375
|
+
* [Geospatial Analysis Practice Guide](geospatial_analysis.md)
|
|
1376
|
+
* [BP AI Function Image2Text](bp_ai_function_image2text.md)
|
|
1377
|
+
* [Quick Start with Sample Data for Query and Analysis](sample-data-using.md)
|
|
1378
|
+
* [Quick Analysis of Local CSV Files](quickstart_local_csv.md)
|
|
1379
|
+
* [Data Processing and Analysis Using Virtual Cluster](getting_started_with_vcluster_for_processing_analytics.md)
|
|
1380
|
+
* [Discover and Analyze Data in JSON Files on External Volume](discovery_analysis_data_in_json_file_on_external_volume.md)
|
|
1381
|
+
* [Discover and Analyze Data in Parquet Files on External Volume](discovery_analysis_data_in_parquet_file_on_external_volume.md)
|
|
1382
|
+
* [Job History Analysis with INFORMATION_SCHEMA](job_history_analysis_with_information_schema.md)
|
|
1383
|
+
* [User Behavior Analysis and Precision Marketing BITMAP Practice Guide](bitmap_uba_guide.md)
|
|
1384
|
+
* [JSON Data Processing for Complex Business Scenarios](json_guide_for_complex_biz_cases.md)
|
|
1385
|
+
* [Calculate Customer Retention Metrics Using SQL Tasks](sql_revenue.md)
|
|
1386
|
+
* [Calculate New, Active, and Churned Customers Using SQL Tasks](sql_customers.md)
|
|
1387
|
+
* [RFM Analysis of Customers Using SQL](sql_rfm.md)
|
|
1388
|
+
* [Customer Cohort Analysis Using CTE](cterevenuecohort.md)
|
|
1389
|
+
* [Building and Maintaining ELT Processes](elt_practice.md)
|
|
1390
|
+
* [Studio Python Task Development](python-task-dev.md)
|
|
1391
|
+
* [Python Package Install Guide](python_package_install_import_guide.md)
|
|
1392
|
+
* [Python Task Usage Practice](practice_python_task.md)
|
|
1393
|
+
* [Python Sample Put gharchive to OSS](python-sample-put-gharchive2oss.md)
|
|
1394
|
+
* [Python Sample Put GitHub RT Events](python-sample-put-github-rt-events.md)
|
|
1395
|
+
* [Building Data Processing Pipelines with Zettapark for Python](tutorial_zettapark.md)
|
|
1396
|
+
* [Data Engineering with Lakehouse Zettapark](zettapark-data-engineering-demo.md)
|
|
1397
|
+
* [Managing Lakehouse Volume Files with Zettapark](managing-files-on-volume-with-zettapark.md)
|
|
1398
|
+
* [Feature Engineering for Customer Features with Zettapark](feature-engineering-with-zettapark.md)
|
|
1399
|
+
* [Data Cleansing with SQL](data_clean_with_sql.md)
|
|
1400
|
+
* [Building Dynamic Tables for Near Real-Time Incremental Processing](streaming_pipeline_with_dynamic_table.md)
|
|
1401
|
+
* [Implementing SCD (Slowly Changing Dimensions) with Streams and Tasks on Lakehouse](slowly-changing-dimensions-with-streams-and-tasks.md)
|
|
1402
|
+
* [Real-time ETL Using Dynamic Table](tutorials-streaming-data-pipeline-with_dynamic-table.md)
|
|
1403
|
+
* [Table Stream Best Practices Guide](lakehouse-table-stream-best-practices.md)
|
|
1404
|
+
* [Customer Data Change Tracking: Preserving Complete Change History with Table Stream](business-audit-trail-with-table-stream.md)
|
|
1405
|
+
* [Real-time Sales Dashboard: Building a Multi-Layer Incremental Data Warehouse with Dynamic Table](realtime-sales-dashboard-with-dynamic-table.md)
|
|
1406
|
+
* [Product Dimension History Tracking: Implementing SCD Type 2 with MERGE INTO](scd2-product-dimension-with-merge-into.md)
|
|
1407
|
+
* [User Behavior Funnel Analysis: Tracking Conversion from Impression to Order](funnel-analysis-with-window-functions.md)
|
|
1408
|
+
* [Data Recovery from Mistakes: Using Time Travel to Restore Deleted and Modified Data](data-recovery-with-time-travel.md)
|
|
1409
|
+
* [New ELT method with Lakehouse](refactor-elt-practice.md)
|
|
1410
|
+
* [DataOps data security and stable production practice](dataops_practice.md)
|
|
1411
|
+
* [Optimize Computing Resources](optimizing-computing-resources.md)
|
|
1412
|
+
* [Analytical cluster planning, configuration, and practical use](analytics_cluster_best_practices.md)
|
|
1413
|
+
* [Performance Experience](performence_test.md)
|
|
1414
|
+
* [Experience TPC-H 100G performance test at the cost of a bottle of water](tpc-h100g_experience.md)
|
|
1415
|
+
* [Understand and use Result Cache](working_with_cache.md)
|
|
1416
|
+
* [Lakehouse Data Engineering Handbook](lakehouse-data-engineering-handbook.md)
|
|
1417
|
+
* [Modern Data Stack with Ecosystem Tools](modern-data-stack-with-ecosystem-tools.md)
|
|
1418
|
+
* [Build an ELT-oriented Modern Data Stack based on Singdata Lakehouse](eltmoderndatastack.md)
|
|
1419
|
+
* [Analytics Modern Data Stack](analytics-modern-data-stack.md)
|
|
1420
|
+
* [Lakehouse Zilliz Make Data Ready for BI and AI](lakehouse-zilliz-make-data-ready-for-bi-and-ai.md)
|
|
1421
|
+
* [AI Application Development](ai_app_dev_practical.md)
|
|
1422
|
+
* [Using Hugging Face Image Recognition Model to Process Image Data](remotefunction-on-acr.md)
|
|
1423
|
+
* [JDBC MindsDB ML LLM](jdbc_mindsdb_ml_llm.md)
|
|
1424
|
+
* [Security Compliance Audit](security_compliance_audit_dir_guide.md)
|
|
1425
|
+
* [Security and Compliance Overview](security_compliance_audit_guide.md)
|
|
1426
|
+
* [Security System Inventory and Optimization Based on Information Schema](security-system-inventory-based-information-schema.md)
|
|
1427
|
+
* [Cost Management](cost_management.md)
|
|
1428
|
+
* [Lakehouse Billing Anomaly Alert Configuration Guide](lakehouse_billing_anomaly_alert_configuration_guide.md)
|
|
1429
|
+
|
|
1430
|
+
## Release Notes
|
|
1431
|
+
* [Release Notes](release-notes.md)
|
|
1432
|
+
* [Lakehouse Studio Release Notes](lakehouse-studio-release-note.md)
|
|
1433
|
+
* [May 14, 2026 - 2.2.0](rn_2026-05-14.md)
|
|
1434
|
+
* [April 1, 2026 - 2.1.0](rn_2026-04-01.md)
|
|
1435
|
+
* [January 30, 2026 - 2.0.0](rn_2026-01-30-2.0.0.md)
|
|
1436
|
+
* [December 17, 2025 - 1.9.3](rn_2025-12-17.md)
|
|
1437
|
+
* [October 23, 2025 - 1.9.2](rn_2025-10-23.md)
|
|
1438
|
+
* [August 25, 2025 - 1.9.1](rn_2025-08-25.md)
|
|
1439
|
+
* [July 3, 2025 - 1.8.3](rn_2025-07-03.md)
|
|
1440
|
+
* [May 20, 2025 - 1.8.2](rn_2025-05-20.md)
|
|
1441
|
+
* [April 1, 2025 - 1.8.1](rn_2025-04-01.md)
|
|
1442
|
+
* [March 5, 2025 - 1.7](rn_2025-03-05.md)
|
|
1443
|
+
* [December 25, 2024 - 1.6](rn_2024-12-25.md)
|
|
1444
|
+
* [December 12, 2024 - 1.5](rn_2024-12-12.md)
|
|
1445
|
+
* [November 11, 2024 - 1.4](rn_2024-11-11.md)
|
|
1446
|
+
* [October 15, 2024 - 1.3](rn_2024-10-15.md)
|
|
1447
|
+
* [September 18, 2024 - 1.2](rn_2023-09-18.md)
|
|
1448
|
+
* [August 7, 2024 - 1.1](rn_2024-08-07.md)
|
|
1449
|
+
* [July 24, 2024 - 1.0](rn_2024-07-24.md)
|
|
1450
|
+
* [June 27, 2024 - 0.9](rn_2024-06-27.md)
|
|
1451
|
+
* [June 6, 2024 - 0.8.1](rn_2024-06-06.md)
|
|
1452
|
+
* [May 15, 2024 - 0.8](rn_2024-05-15.md)
|
|
1453
|
+
* [May 10, 2024 - 0.7](rn_2024-05-10.md)
|
|
1454
|
+
* [April 10, 2024 - 0.6.1](rn_2024-04-10.md)
|
|
1455
|
+
* [March 22, 2024 - 0.6](rn_2024-03-22.md)
|
|
1456
|
+
* [January 5, 2024 - 0.5](rn_2024-01-05.md)
|
|
1457
|
+
* [November 9, 2023 - 0.4](rn_2023-11-09.md)
|
|
1458
|
+
* [September 20, 2023 - 0.3](rn_2023-09-20.md)
|
|
1459
|
+
* [September 5, 2023 - 0.2](rn_2023-09-05.md)
|
|
1460
|
+
* [August 7, 2023 - 0.1](rn_2023-08-07.md)
|
|
1461
|
+
* [Lakehouse Platform Release Notes](lakehouse-platform-release-note.md)
|
|
1462
|
+
* [March 30, 2026](rn_lh_2026-03-30.md)
|
|
1463
|
+
* [March 13, 2026](rn_lh_2026-03-13.md)
|
|
1464
|
+
* [December 30, 2025](rn_lh_2025-12-30.md)
|
|
1465
|
+
* [October 30, 2025](rn_2025-10-30.md)
|
|
1466
|
+
* [July 15, 2025](rn_2025-07-15.md)
|
|
1467
|
+
* [April 22, 2025](rn_2025-04-22.md)
|
|
1468
|
+
* [March 3, 2025](rn_2025-03-03.md)
|
|
1469
|
+
* [November 12, 2024](rn_2024-11-12.md)
|
|
1470
|
+
* [September 26, 2024](rn_2024-09-26.md)
|
|
1471
|
+
* [July 22, 2024](rn_2024-07-22.md)
|
|
1472
|
+
* [May 24, 2024](rn_2024-05-24.md)
|
|
1473
|
+
* [April 16, 2024](rn_2024-04-16.md)
|
|
1474
|
+
* [February 5, 2024](rn_2024-02-05.md)
|
|
1475
|
+
* [December 25, 2023](rn_2023-12-25.md)
|
|
1476
|
+
* [October 25, 2023](rn_2023-10-25.md)
|
|
1477
|
+
* [Analytics Agent Release Notes](datagpt-release.md)
|
|
1478
|
+
* [April 14, 2026 - v1.1](release-note-0414-1.1.md)
|
|
1479
|
+
* [May 19, 2026 - v1.2](release-note-2026-05-19.md)
|
|
1480
|
+
|
|
1481
|
+
## Other
|
|
1482
|
+
* [User Agreement](service-aggrement.md)
|
|
1483
|
+
* [Privacy Policy](privacy-policy.md)
|
|
1484
|
+
* [Product Trial Agreement](product-trial-agreement.md)
|
|
1485
|
+
|