Skip to content

Commit

Permalink
Updated function coverage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
localstack-bot committed Nov 26, 2024
1 parent 194b3fb commit 484425b
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 6 deletions.
117 changes: 116 additions & 1 deletion content/en/references/coverage-features/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,119 @@ cascade:
hide_readingtime: true
---

Details following soon ...
## Resource Types and Operations

This page provides a list of Snowflake query features (resource types and operations) that are supported in the LocalStack emulator.
The content will be updated as additional query features and functions are implemented.


### Databases
| |ALTER|CREATE|DESCRIBE|DROP|SHOW|UNDROP|USE|
|----|----|----|----|----|----|----|----|
|**DATABASE**||||||||

### External Tables
| |ALTER|CREATE|DESCRIBE|DROP|SHOW|
|----|----|----|----|----|----|
|**EXTERNAL TABLE**||||||

### File Formats
| |ALTER|CREATE|DESCRIBE|DROP|SHOW|
|----|----|----|----|----|----|
|**FILE FORMAT**||||||

### Functions
| |ALTER|CREATE|DESCRIBE|DROP|SHOW|
|----|----|----|----|----|----|
|**FUNCTION**||||||

### Integrations
| |ALTER|CREATE|DESCRIBE|DROP|SHOW|
|----|----|----|----|----|----|
|**INTEGRATION**||||||

### Iceberg Tables
| |ALTER|CREATE|DESCRIBE|DROP|SHOW|UNDROP|
|----|----|----|----|----|----|----|
|**ICEBERG TABLE**|||||||

### Pipes
| |ALTER|CREATE|DESCRIBE|DROP|SHOW|
|----|----|----|----|----|----|
|**PIPE**||||||

### Procedures
| |ALTER|CALL|CALL WITH|CREATE|DESCRIBE|DROP|SHOW|
|----|----|----|----|----|----|----|----|
|**PROCEDURE**||||||||

### Roles
| |ALTER|CREATE|DROP|GRANT|REVOKE|SHOW|USE|
|----|----|----|----|----|----|----|----|
|**ROLE**||||||||

### Schemas
| |ALTER|CREATE|DESCRIBE|DROP|SHOW|UNDROP|USE|
|----|----|----|----|----|----|----|----|
|**SCHEMA**||||||||

### Sequences
| |ALTER|CREATE|DESCRIBE|DROP|SHOW|
|----|----|----|----|----|----|
|**SEQUENCE**||||||

### Shares
| |ALTER|CREATE|DESCRIBE|DROP|SHOW|
|----|----|----|----|----|----|
|**SHARE**||||||

### Stages
| |ALTER|CREATE|DESCRIBE|DROP|SHOW|
|----|----|----|----|----|----|
|**STAGE**||||||

### Storage Integrations
| |ALTER|CREATE|
|----|----|----|
|**STORAGE INTEGRATION**|||

### Streams
| |ALTER|CREATE|DESCRIBE|DROP|SHOW|
|----|----|----|----|----|----|
|**STREAM**||||||

### Streamlits
| |ALTER|CREATE|DESCRIBE|DROP|SHOW|
|----|----|----|----|----|----|
|**STREAMLIT**||||||

### Tables
| |ALTER|CREATE|DESCRIBE|DROP|SHOW|TRUNCATE|UNDROP|
|----|----|----|----|----|----|----|----|
|**TABLE**||||||||

### Tags
| |ALTER|CREATE|DROP|SHOW|UNDROP|
|----|----|----|----|----|----|
|**TAG**||||||

### Tasks
| |ALTER|CREATE|DESCRIBE|DROP|EXECUTE|SHOW|
|----|----|----|----|----|----|----|
|**TASK**|||||||

### Users
| |ALTER|CREATE|DESCRIBE|DROP|SHOW|
|----|----|----|----|----|----|
|**USER**||||||

### Views
| |ALTER|CREATE|DESCRIBE|DROP|SHOW|
|----|----|----|----|----|----|
|**VIEW**||||||

### Warehouses
| |ALTER|CREATE|DESCRIBE|DROP|SHOW|USE|
|----|----|----|----|----|----|----|
|**WAREHOUSE**|||||||

11 changes: 6 additions & 5 deletions content/en/references/coverage-functions/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

---
title: "Functions Coverage"
linkTitle: "Functions Coverage"
title: "SQL Functions Coverage"
linkTitle: "SQL Functions Coverage"
weight: 1
description: >
Overview of the implemented Snowflake SQL functions in LocalStack
Expand All @@ -13,7 +13,8 @@ hide_readingtime: true
## Overview

This table provides a list of all Snowflake system-defined SQL functions, scalar or table, emulated by LocalStack.
The table is a work in progress and will be updated as more functions are implemented.
The content will be updated as additional query features and functions are implemented.

|Function|Supported|
|----|----|
|ABS||
Expand Down Expand Up @@ -113,7 +114,7 @@ The table is a work in progress and will be updated as more functions are implem
|BOOLXOR_AGG||
|BUILD_SCOPED_FILE_URL||
|BUILD_STAGE_FILE_URL||
|CASE||
|CASE||
|CAST, ::||
|CBRT||
|CEIL||
Expand Down Expand Up @@ -352,7 +353,6 @@ The table is a work in progress and will be updated as more functions are implem
|LIKE ANY||
|LISTAGG||
|LISTING_REFRESH_HISTORY||
|LISTING_REFRESH_PROGRESS, LISTING_REFRESH_PROGRESS_BY_JOB||
|LN||
|LOCALTIME||
|LOCALTIMESTAMP||
Expand Down Expand Up @@ -755,3 +755,4 @@ The table is a work in progress and will be updated as more functions are implem
|YEAR* / DAY* / WEEK* / MONTH / QUARTER||
|ZEROIFNULL||
|ZIPF||

0 comments on commit 484425b

Please sign in to comment.