public interface  oadd.org.apache.drill.exec.ops.FragmentContextInterface extends java.lang.Object
{
public abstract oadd.org.apache.drill.exec.server.DrillbitContext getDrillbitContext();
public abstract oadd.org.apache.drill.exec.expr.fn.FunctionImplementationRegistry getFunctionRegistry();
public abstract oadd.org.apache.drill.exec.server.options.OptionManager getOptions();
public abstract java.lang.Object getImplementationClass(oadd.org.apache.drill.exec.expr.ClassGenerator) throws oadd.org.apache.drill.exec.exception.ClassTransformationException, java.io.IOException;
public abstract java.lang.Object getImplementationClass(oadd.org.apache.drill.exec.expr.CodeGenerator) throws oadd.org.apache.drill.exec.exception.ClassTransformationException, java.io.IOException;
public abstract java.util.List getImplementationClass(oadd.org.apache.drill.exec.expr.ClassGenerator, int) throws oadd.org.apache.drill.exec.exception.ClassTransformationException, java.io.IOException;
public abstract java.util.List getImplementationClass(oadd.org.apache.drill.exec.expr.CodeGenerator, int) throws oadd.org.apache.drill.exec.exception.ClassTransformationException, java.io.IOException;
public abstract boolean shouldContinue();
public abstract oadd.org.apache.drill.exec.testing.ExecutionControls getExecutionControls();
public abstract oadd.org.apache.drill.common.config.DrillConfig getConfig();
public abstract oadd.io.netty.buffer.DrillBuf replace(oadd.io.netty.buffer.DrillBuf, int);
public abstract oadd.io.netty.buffer.DrillBuf getManagedBuffer();
public abstract oadd.io.netty.buffer.DrillBuf getManagedBuffer(int);
public abstract oadd.org.apache.drill.exec.ops.OperatorContext newOperatorContext(oadd.org.apache.drill.exec.physical.base.PhysicalOperator, oadd.org.apache.drill.exec.ops.OperatorStats) throws oadd.org.apache.drill.exec.exception.OutOfMemoryException;
public abstract oadd.org.apache.drill.exec.ops.OperatorContext newOperatorContext(oadd.org.apache.drill.exec.physical.base.PhysicalOperator) throws oadd.org.apache.drill.exec.exception.OutOfMemoryException;
public abstract java.lang.String getQueryUserName();
}