| Package | Description |
|---|---|
| org.apache.flink.table.api | |
| org.apache.flink.table.api.internal |
| Modifier and Type | Method and Description |
|---|---|
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 | Class and Description |
|---|---|
class |
TableEnvironmentImpl
Implementation of
TableEnvironment that works exclusively with Table API interfaces. |
| Modifier and Type | Method and Description |
|---|---|
TableEnvironment |
TableImpl.getTableEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
static TableImpl |
TableImpl.createTable(TableEnvironment tableEnvironment,
QueryOperation operationTree,
OperationTreeBuilder operationTreeBuilder,
FunctionLookup functionLookup) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.