ListStreams¶
ListStreams is a StatementWithExtendedClause that represents the following KSQL statement:
(LIST | SHOW) STREAMS EXTENDED?
ListStreams is executed using ListSourceExecutor.
Creating Instance¶
ListStreams takes the following to be created:
-
NodeLocation -
showExtendedflag
ListStreams is created when:
AstBuilder.Visitoris requested to parse LIST STREAMS statement