AlterSource¶
AlterSource
is a Statement and a ExecutableDdlStatement that represents ALTER SOURCE KSQL command.
AlterSource
is converted into AlterSourceCommand (using CommandFactories and AlterSourceFactory).
Creating Instance¶
AlterSource
takes the following to be created:
-
NodeLocation
-
SourceName
- DataSourceType
-
AlterOption
s
AlterSource
is created when:
AstBuilder.Visitor
is requested to parse ALTER SOURCE statement