Skip to content

Commit 488512c

Browse files
soyeric128BohuTANG
authored andcommitted
Update with-stream-hints.md
1 parent d9010ed commit 488512c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/en/sql-reference/10-sql-commands/20-query-syntax/with-stream-hints.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ SELECT ...
1616
FROM <stream_name> WITH (<hint1> = <value1>[, <hint2> = <value2>, ...])
1717
```
1818

19+
The following lists the available hints, including their descriptions and recommended usage for optimizing stream processing:
20+
1921
| Hint | Description |
2022
|------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2123
| `CONSUME` | Specifies whether this query will consume the stream. Defaults to `False`. |

0 commit comments

Comments
 (0)