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