Package io.deephaven.api
Interface Selectable
- All Known Subinterfaces:
FormulaColumn,SelectColumn
- All Known Implementing Classes:
AbstractFormulaColumn,ColumnName,DhFormulaColumn,FormulaColumnPython,FunctionalColumn,FunctionalColumnLong,MultiSourceFunctionalColumn,NullSelectColumn,ReinterpretedColumn,SourceColumn,SwitchColumn,TableTransformationColumn
public interface Selectable
Represents a selectable assignment for an
Expression.-
Method Summary
Modifier and TypeMethodDescriptionThe expression.static List<Selectable>static List<Selectable>from(Collection<String> values) The new column name, to be added to the new table.static Selectableof(ColumnName newColumn, Expression expression) static Selectable
-
Method Details
-
of
-
parse
-
from
-
from
-
newColumn
ColumnName newColumn()The new column name, to be added to the new table.- Returns:
- the new column name
-
expression
Expression expression()The expression.- Returns:
- the expression
-