-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add basic support for key syntax (#3034)
* feat: add basic support for key syntax Adds ability to explicitly include key fields in C* statements so long as: - the key field is named `ROWKEY` - it of type `STRING`. i.e. you can now do: `CREATE STREAM FOO AS (ROWKEY STRING KEY, ...) ...;`
- Loading branch information
1 parent
1290b82
commit ca6478a
Showing
42 changed files
with
1,075 additions
and
382 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.