public final class GettingStartedExample extends Object
The example shows how to create, transform, and query a table. It should give a first impression about the look-and-feel of the API without going too much into details. See the other examples for using connectors or more complex operations.
In particular, the example shows how to
TableEnvironment,
The example executes two Flink jobs. The results are written to stdout.
| Modifier and Type | Class and Description |
|---|---|
static class |
GettingStartedExample.AddressNormalizer
We can put frequently used procedures in user-defined functions.
|
| Constructor and Description |
|---|
GettingStartedExample() |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.