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
-
showExtended
flag
ListStreams
is created when:
AstBuilder.Visitor
is requested to parse LIST STREAMS statement