Hello! I have a basic question about the concept of using Flink Table API. Based on the link <https://stackoverflow.com/questions/51618273/difference-between-datastream-and-table-api-in-apache-flink> here it seems like if I implement stream query with Table API the program is translated to datastream API eventually during execution. But is there a way to visualize how the datastream program looks like
Thanks, Le