Package org.apache.drill.exec.ops
Interface RootFragmentContext
- All Superinterfaces:
AutoCloseable
,ExchangeFragmentContext
,FragmentContext
,UdfUtilities
- All Known Subinterfaces:
ExecutorFragmentContext
- All Known Implementing Classes:
FragmentContextImpl
Provides services needed by the
FragmentExecutor
.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.drill.exec.ops.FragmentContext
FragmentContext.ExecutorState
-
Field Summary
Fields inherited from interface org.apache.drill.exec.ops.UdfUtilities
INJECTABLE_GETTER_METHODS
-
Method Summary
Modifier and TypeMethodDescriptiongetStats()
void
setExecutorState
(FragmentContext.ExecutorState executorState) Methods inherited from interface org.apache.drill.exec.ops.ExchangeFragmentContext
getBuffers, getController, getDataTunnel, getUserDataTunnel, waitForSendComplete
Methods inherited from interface org.apache.drill.exec.ops.FragmentContext
addRuntimeFilter, close, getAliasRegistryProvider, getAllocator, getCompiler, getConfig, getExecutionControls, getExecutor, getExecutorState, getFragIdString, getFullRootSchema, getFunctionRegistry, getHandle, getImplementationClass, getImplementationClass, getImplementationClass, getImplementationClass, getManagedBuffer, getManagedBuffer, getManagedBufferManager, getMetastoreRegistry, getNewChildAllocator, getOptions, getQueryId, getQueryIdString, getQueryUserName, getRuntimeFilter, getRuntimeFilter, getScanDecodeExecutor, getScanExecutor, getSQLStatementType, isImpersonationEnabled, newOperatorContext, newOperatorContext, replace, requestMemory
Methods inherited from interface org.apache.drill.exec.ops.UdfUtilities
getConstantValueHolder, getContextInformation, getDrillbitContext, getPartitionExplorer, getResultSetLoader
-
Method Details
-
getStats
FragmentStats getStats() -
setExecutorState
-