Package tech.tablesaw.analytic
Interface AnalyticQuerySteps.FullAnalyticQuerySteps.FromStep
-
- Enclosing interface:
- AnalyticQuerySteps.FullAnalyticQuerySteps
public static interface AnalyticQuerySteps.FullAnalyticQuerySteps.FromStep
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyticQuerySteps.FullAnalyticQuerySteps.PartitionByStep
from(Table table)
Set the From/Source Table name to use in the query.
-
-
-
Method Detail
-
from
AnalyticQuerySteps.FullAnalyticQuerySteps.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.
-
-