Class AbstractPluginImplementor

java.lang.Object
org.apache.drill.exec.store.plan.AbstractPluginImplementor
All Implemented Interfaces:
PluginImplementor
Direct Known Subclasses:
DeltaPluginImplementor, DrillPluginImplementor, IcebergPluginImplementor, MongoPluginImplementor

public abstract class AbstractPluginImplementor extends Object implements PluginImplementor
Abstract base implementation of PluginImplementor that can be used by plugin implementors which can support only a subset of all provided operations.