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