Package tech.tablesaw.analytic
Interface AnalyticQuerySteps.NumberingQuerySteps.FromStep
-
- Enclosing interface:
- AnalyticQuerySteps.NumberingQuerySteps
public static interface AnalyticQuerySteps.NumberingQuerySteps.FromStep
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyticQuerySteps.NumberingQuerySteps.PartitionByStep
from(Table table)
Set the From/Source Table name to use in the query.
-
-
-
Method Detail
-
from
AnalyticQuerySteps.NumberingQuerySteps.PartitionByStep from(Table table)
Set the From/Source Table name to use in the query.- Parameters:
table
- to query.- Returns:
- the Partition By Step in the fluent analytic query builder.
-
-