Class SwitchColumn

java.lang.Object
com.illumon.iris.db.v2.select.SwitchColumn
All Implemented Interfaces:
SelectColumn

public class SwitchColumn
extends Object
implements SelectColumn
A SelectColumn that is backed by another SelectColumn. This could be a SourceColumn if this is simply renaming another column, or it could be a FormulaColumn if the input expression is more complex.