CreateStreamAsSelect¶
CreateStreamAsSelect is a CreateAsSelect that represents CREATE STREAM AS SELECT KSQL command.
Creating Instance¶
CreateStreamAsSelect takes the following to be created:
-
NodeLocation - Source Name
- Query
-
notExistsflag -
orReplaceflag - CreateSourceAsProperties
CreateStreamAsSelect is created when:
StatementRewriter.Rewriteris requested tovisitCreateStreamAsSelectAstBuilder.Visitoris requested to parse CREATE STREAM AS SELECT statement