Class BaseOperatorContext

java.lang.Object
org.apache.drill.exec.ops.BaseOperatorContext
All Implemented Interfaces:
OperatorContext

public abstract class BaseOperatorContext extends Object implements OperatorContext
Implementation of OperatorContext that provides services needed by most run-time operators. Excludes services that need the entire Drillbit. This class provides services common to the test-time version of the operator context and the full production-time context that includes network services.