public static class ExecutionContext.SessionState extends Object
| Modifier and Type | Field and Description |
|---|---|
org.apache.flink.table.catalog.CatalogManager |
catalogManager |
org.apache.flink.table.catalog.FunctionCatalog |
functionCatalog |
org.apache.flink.table.module.ModuleManager |
moduleManager |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionContext.SessionState |
of(org.apache.flink.table.catalog.CatalogManager catalogManager,
org.apache.flink.table.module.ModuleManager moduleManager,
org.apache.flink.table.catalog.FunctionCatalog functionCatalog) |
public final org.apache.flink.table.catalog.CatalogManager catalogManager
public final org.apache.flink.table.module.ModuleManager moduleManager
public final org.apache.flink.table.catalog.FunctionCatalog functionCatalog
public static ExecutionContext.SessionState of(org.apache.flink.table.catalog.CatalogManager catalogManager, org.apache.flink.table.module.ModuleManager moduleManager, org.apache.flink.table.catalog.FunctionCatalog functionCatalog)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.