Class SelectColumnFactory
java.lang.Object
io.deephaven.engine.table.impl.select.SelectColumnFactory
A factory to create
SelectColumn
s from an input expression.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SelectColumn
getExpression
(String expression) static SelectColumn[]
getExpressions
(String... expressions) static SelectColumn[]
getExpressions
(Collection<String> expressions) static SelectColumn
getFormatExpression
(String expression) static DhFormulaColumn[]
getFormatExpressions
(String... expressions)
-
Constructor Details
-
SelectColumnFactory
public SelectColumnFactory()
-
-
Method Details
-
getExpression
-
getExpressions
-
getExpressions
-
getFormatExpression
-
getFormatExpressions
-