Package tech.tablesaw.analytic
Interface AnalyticQuerySteps.NameStepNumbering
-
- Enclosing interface:
- AnalyticQuerySteps
public static interface AnalyticQuerySteps.NameStepNumbering
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyticQuerySteps.AddNumberingFunctionWithExecute
as(String columnName)
Add alias/name to the calculated column.
-
-
-
Method Detail
-
as
AnalyticQuerySteps.AddNumberingFunctionWithExecute as(String columnName)
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.
-
-