May 2017
Beginner to intermediate
596 pages
15h 2m
English
API’s built on top of DataStream and DataSet API’s enabling SQL like queries on the data is termed as Table API. They are available in the Java and Scala languages. Using these API’s you can use SQL-like expressions for specifying the required operations.
The Table API creates this abstraction above DataStream and DataSet, making it easy for coding. Using this, its easy to deal with structured data using the popular SQL expression. Basic data structures that the API deals with is Table.
Similar to the DataStream and ...