Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gupta-himanshu
Last active May 17, 2018 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gupta-himanshu/f2842fefeaa996d3c432f030be246692 to your computer and use it in GitHub Desktop.
Save gupta-himanshu/f2842fefeaa996d3c432f030be246692 to your computer and use it in GitHub Desktop.
Table table = tableEnv.sqlQuery("SELECT * FROM employee");
DataSet<WC> result = tEnv.toDataSet(table, WC.class);
result.print();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment