Uses of Class
org.apache.drill.exec.ops.BaseFragmentContext
Packages that use BaseFragmentContext
-
Uses of BaseFragmentContext in org.apache.drill.exec.ops
Subclasses of BaseFragmentContext in org.apache.drill.exec.opsModifier and TypeClassDescriptionclassThis is the core Context which implements all the Context interfaces:FragmentContext: A context provided to non-exchange operators.ExchangeFragmentContext: A context provided to exchange operators.RootFragmentContext: A context provided to fragment roots.ExecutorFragmentContext: A context used by the Drillbit. The interfaces above expose resources to varying degrees.