@Internal public class ExecutableOperationContextImpl extends Object implements ExecutableOperation.Context
ExecutableOperation.Context.| Constructor and Description |
|---|
ExecutableOperationContextImpl(CatalogManager catalogManager,
FunctionCatalog functionCatalog,
ModuleManager moduleManager,
ResourceManager resourceManager,
TableConfig tableConfig,
boolean isStreamingMode) |
| Modifier and Type | Method and Description |
|---|---|
CatalogManager |
getCatalogManager() |
FunctionCatalog |
getFunctionCatalog() |
ModuleManager |
getModuleManager() |
ResourceManager |
getResourceManager() |
TableConfig |
getTableConfig() |
boolean |
isStreamingMode() |
public ExecutableOperationContextImpl(CatalogManager catalogManager, FunctionCatalog functionCatalog, ModuleManager moduleManager, ResourceManager resourceManager, TableConfig tableConfig, boolean isStreamingMode)
public CatalogManager getCatalogManager()
getCatalogManager in interface ExecutableOperation.Contextpublic FunctionCatalog getFunctionCatalog()
getFunctionCatalog in interface ExecutableOperation.Contextpublic ModuleManager getModuleManager()
getModuleManager in interface ExecutableOperation.Contextpublic ResourceManager getResourceManager()
getResourceManager in interface ExecutableOperation.Contextpublic TableConfig getTableConfig()
getTableConfig in interface ExecutableOperation.Contextpublic boolean isStreamingMode()
isStreamingMode in interface ExecutableOperation.ContextCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.