Interface ExecutableOperation.Context
-
- All Known Implementing Classes:
ExecutableOperationContextImpl
- Enclosing interface:
- ExecutableOperation
@Internal public static interface ExecutableOperation.Context
The context to execute the operation. Operation may make side effect to the context, e.g. catalog manager, configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CatalogManager
getCatalogManager()
FunctionCatalog
getFunctionCatalog()
ModuleManager
getModuleManager()
ResourceManager
getResourceManager()
TableConfig
getTableConfig()
boolean
isStreamingMode()
-
-
-
Method Detail
-
getCatalogManager
CatalogManager getCatalogManager()
-
getFunctionCatalog
FunctionCatalog getFunctionCatalog()
-
getModuleManager
ModuleManager getModuleManager()
-
getResourceManager
ResourceManager getResourceManager()
-
getTableConfig
TableConfig getTableConfig()
-
isStreamingMode
boolean isStreamingMode()
-
-