Skip to content

Commit

Permalink
Add pushdown docs for Snowflake
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Mar 25, 2024
1 parent 8ae6858 commit d2201c3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/src/main/sphinx/connector/snowflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,27 @@ statements, the connector supports the following features:
- {doc}`/sql/alter-table`
- {doc}`/sql/create-schema`
- {doc}`/sql/drop-schema`

## Performance

The connector includes a number of performance improvements, detailed in the
following sections.

(snowflake-pushdown)=
### Pushdown

The connector supports pushdown for a number of operations:

- [](limit-pushdown)
- [](topn-pushdown)

{ref}`Aggregate pushdown <aggregation-pushdown>` for the following functions:

- {func}`avg`
- {func}`count`
- {func}`max`
- {func}`min`
- {func}`sum`

```{include} pushdown-correctness-behavior.fragment
```

0 comments on commit d2201c3

Please sign in to comment.