Package tech.tablesaw.analytic
Interface AnalyticQuerySteps
-
public interface AnalyticQuerySteps
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AnalyticQuerySteps.AddAggregateFunctions
Step to add the first Analytic Aggregate Function.static interface
AnalyticQuerySteps.AddAggregateFunctionsWithExecute
Step to add the another Analytic Aggregate Function.static interface
AnalyticQuerySteps.AddNumberingFunction
Step to add the first Numbering Function.static interface
AnalyticQuerySteps.AddNumberingFunctionWithExecute
Step to add the another Numbering Function.static interface
AnalyticQuerySteps.AnalyticFunctions
An AnalyticFunction performs a calculation across a set of table rows that are somehow related to the current row.static interface
AnalyticQuerySteps.DefineWindowFame
First step in defining a window frame.static interface
AnalyticQuerySteps.Execute
static interface
AnalyticQuerySteps.FullAnalyticQuerySteps
static interface
AnalyticQuerySteps.NameStepAggregate
static interface
AnalyticQuerySteps.NameStepNumbering
static interface
AnalyticQuerySteps.NumberingFunctions
Numbering functions assign integer values to each row based on their position within the specified partition.static interface
AnalyticQuerySteps.NumberingQuerySteps
static interface
AnalyticQuerySteps.QuickQuerySteps
static interface
AnalyticQuerySteps.SetWindowEndOptionOne
Set the window frame boundary end.static interface
AnalyticQuerySteps.SetWindowEndOptionTwo
Set the window frame boundary end.static interface
AnalyticQuerySteps.SetWindowStart
Set the window frame boundary start.
-