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
-
AlterOptions
AlterSource is created when:
AstBuilder.Visitoris requested to parse ALTER SOURCE statement