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