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.
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GettingStartedExample.AddressNormalizer
We can put frequently used procedures in user-defined functions.
|
| 构造器和说明 |
|---|
GettingStartedExample() |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.