| Package | Description |
|---|---|
| org.apache.flink.table.api | |
| org.apache.flink.table.api.internal |
| Modifier and Type | Method and Description |
|---|---|
static TableEnvironment |
TableEnvironment.create(org.apache.flink.configuration.Configuration configuration)
Creates a table environment that is the entry point and central context for creating Table
and SQL API programs.
|
static TableEnvironment |
TableEnvironment.create(EnvironmentSettings settings)
Creates a table environment that is the entry point and central context for creating Table
and SQL API programs.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TableEnvironmentInternal
An internal interface of
TableEnvironment that defines extended methods used for TableImpl. |
| Modifier and Type | Class and Description |
|---|---|
class |
TableEnvironmentImpl
Implementation of
TableEnvironment that works exclusively with Table API interfaces. |
| Modifier and Type | Method and Description |
|---|---|
TableEnvironment |
TableImpl.getTableEnvironment() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.