Package org.apache.flink.table.examples.java.basics
package org.apache.flink.table.examples.java.basics
-
ClassesClassDescriptionExample for getting started with the Table & SQL API.We can put frequently used procedures in user-defined functions.Simple example for demonstrating the use of SQL on a table backed by a
DataStreamin Java DataStream API.Simple POJO.Simple example for demonstrating the use of SQL in Java.Example for demonstrating the use of temporal join between a table backed by aDataStreamand a table backed by a change log stream.Enriched transaction by joining with the currency rate table.A simple class to represent a transaction.Example for aggregating and ranking data using Flink SQL on updating tables.The famous word count example that shows a minimal Flink SQL job in batch execution mode.