hotfix: added missing pushdown to table

pull/3672/head^2
Scott Anderson 2022-01-13 11:41:47 -07:00
parent 8d82079375
commit f2332a0a81
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ As shown in the following table, a handful of pushdowns are not supported in Inf
| **group()** \|> **max()** | | {{< icon "check" >}} |
| **group()** \|> **min()** | | {{< icon "check" >}} |
| **group()** \|> **sum()** | | {{< icon "check" >}} |
| **sort()** \|> **limit()** | | {{< icon "check" >}} |
| **window()** \|> **count()** | {{< icon "check" >}} | {{< icon "check" >}} |
| **window()** \|> **first()** | {{< icon "check" >}} | {{< icon "check" >}} |
| **window()** \|> **last()** | {{< icon "check" >}} | {{< icon "check" >}} |