Package tech.tablesaw.analytic
Interface AnalyticQuerySteps.NameStepAggregate
- Enclosing interface:
- AnalyticQuerySteps
public static interface AnalyticQuerySteps.NameStepAggregate
-
Method Summary
Modifier and TypeMethodDescriptionAdd alias/name to the calculated column.
-
Method Details
-
as
Add alias/name to the calculated column.- Parameters:
columnName
- the name to give the calculated column.- Returns:
- the next step in the fluent query builder.
-