Class MultiColumnSelectorFactory

java.lang.Object
org.apache.druid.frame.processor.MultiColumnSelectorFactory
All Implemented Interfaces:
Expr.InputBindingInspector, ColumnInspector, ColumnSelectorFactory

public class MultiColumnSelectorFactory extends Object implements ColumnSelectorFactory
A ColumnSelectorFactory that wraps multiple ColumnSelectorFactory and delegates to one of them at any given time. The identity of the delegated-to factory is changed by calling setCurrentFactory(int).