We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9010ed commit 488512cCopy full SHA for 488512c
docs/en/sql-reference/10-sql-commands/20-query-syntax/with-stream-hints.md
@@ -16,6 +16,8 @@ SELECT ...
16
FROM <stream_name> WITH (<hint1> = <value1>[, <hint2> = <value2>, ...])
17
```
18
19
+The following lists the available hints, including their descriptions and recommended usage for optimizing stream processing:
20
+
21
| Hint | Description |
22
|------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
23
| `CONSUME` | Specifies whether this query will consume the stream. Defaults to `False`. |
0 commit comments