Package tech.tablesaw.analytic
Interface AnalyticQuerySteps
public interface AnalyticQuerySteps
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Step to add the first Analytic Aggregate Function.static interface
Step to add the another Analytic Aggregate Function.static interface
Step to add the first Numbering Function.static interface
Step to add the another Numbering Function.static interface
An AnalyticFunction performs a calculation across a set of table rows that are somehow related to the current row.static interface
First step in defining a window frame.static interface
static interface
static interface
static interface
static interface
Numbering functions assign integer values to each row based on their position within the specified partition.static interface
static interface
static interface
Set the window frame boundary end.static interface
Set the window frame boundary end.static interface
Set the window frame boundary start.