Package tech.tablesaw.analytic
Interface AnalyticQuerySteps.QuickQuerySteps.FromStep
- Enclosing interface:
- AnalyticQuerySteps.QuickQuerySteps
public static interface AnalyticQuerySteps.QuickQuerySteps.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 define window frame step in the fluent analytic query builder.
-