public class SummaryFunction extends Object
| Constructor and Description |
|---|
SummaryFunction(Table original,
String summarizedColumnName,
AggregateFunction function) |
| Modifier and Type | Method and Description |
|---|---|
NumericSummaryTable |
by(String... columnNames) |
double |
get()
Returns the result of applying to the function to all the values in the appropriate column
|
String |
summarizedColumnName() |
public SummaryFunction(Table original, String summarizedColumnName, AggregateFunction function)
public String summarizedColumnName()
public NumericSummaryTable by(String... columnNames)
public double get()
Copyright © 2018. All rights reserved.