Open
Conversation
Signed-off-by: discord9 <discord9@163.com>
Contributor
|
@discord9 En part LGTM, Please add Ch part and also sync the document into v1.0. |
Signed-off-by: discord9 <discord9@163.com>
Deploying greptime-docs with
|
| Latest commit: |
0f24b94
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3202d054.greptime-docs.pages.dev |
| Branch Preview URL: | https://flow-tql-cte.greptime-docs.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's Changed in this PR
This PR documents the new
CREATE FLOWcapability introduced in GreptimeDB PRgreptimedb#7702: using a simple TQL CTE in flow definitions, for exampleWITH ... AS (TQL EVAL ...) SELECT * FROM ....The English docs in this PR now cover:
CREATE FLOWsyntax shape for TQL CTEs;TQL EVALin a CTE;Updated pages:
docs/reference/sql/create.mddocs/user-guide/flow-computation/continuous-aggregation.mddocs/user-guide/query-data/cte.mdNotes:
Checklist
sidebars.tsmatches the current document structure when you changed the document structure.