public class RegrAvgXDBAggregationFunction extends AbstractColumnDBAggregationFunction
Modifier and Type | Class and Description |
---|---|
static class |
RegrAvgXDBAggregationFunction.Factory
Factory for parent class.
|
Constructor and Description |
---|
RegrAvgXDBAggregationFunction()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getId()
The unique identifier of the function that is used for registration and
identification of the aggregation method.
|
String |
getLabel() |
DataType |
getType(DataType originalType) |
boolean |
isCompatible(DataType type) |
configure, getColumnName, getSelectedColumnName, getSettingsPanel, getSQLFragment, getSQLFragment4SubQuery, hasOptionalSettings, loadSettingsFrom, loadValidatedSettings, saveSettingsTo, validate, validateSettings
public RegrAvgXDBAggregationFunction()
public DataType getType(DataType originalType)
originalType
- Type of the column that will be aggregatedpublic String getLabel()
public String getId()
public boolean isCompatible(DataType type)
type
- the DataType
check for compatibilitytrue
if the aggregation method is compatiblepublic String getDescription()
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.