Package tech.tablesaw.analytic
Interface AnalyticQuerySteps.NumberingQuerySteps.FromStep
- Enclosing interface:
- AnalyticQuerySteps.NumberingQuerySteps
public static interface AnalyticQuerySteps.NumberingQuerySteps.FromStep
-
Method Summary
Modifier and TypeMethodDescriptionSet the From/Source Table name to use in the query.
-
Method Details
-
from
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.
-