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
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
getCatalogManager
CatalogManager getCatalogManager() -
getFunctionCatalog
FunctionCatalog getFunctionCatalog() -
getModuleManager
ModuleManager getModuleManager() -
getResourceManager
ResourceManager getResourceManager() -
getTableConfig
TableConfig getTableConfig() -
isStreamingMode
boolean isStreamingMode()
-