public abstract class StoreResizableDoubleArrayOperator extends AggregationOperator
ASC_NAME_COMPARATOR| Modifier | Constructor and Description |
|---|---|
protected |
StoreResizableDoubleArrayOperator(OperatorData operatorData,
GlobalSettings globalSettings,
OperatorColumnSettings opColSettings)
constructor of class StoreResizableDoubleArrayOperator.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
computeInternal(DataCell cell)
If the
AggregationOperator implementation also requires
the DataRow during computation override the
AggregationOperator.computeInternal(DataRow, DataCell) method. |
protected org.apache.commons.math.util.ResizableDoubleArray |
getCells() |
protected void |
resetInternal()
Should reset the operator to the start values.
|
compareTo, compute, compute, computeInternal, configure, createColumnSpec, createInstance, createOperator, equals, getAdditionalColumnNames, getColumnLabel, getDataType, getDetailedDescription, getGlobalSettings, getId, getLabel, getMaxUniqueValues, getOperatorColumnSettings, getOperatorData, getResult, getResultInternal, getSettingsPanel, getSkipMessage, getSupportedType, getSupportedTypeLabel, getValueDelimiter, hashCode, hasOptionalSettings, inclMissingCells, isCompatible, isCompatible, isSkipped, isUsesLimit, keepColumnSpec, loadSettingsFrom, loadValidatedSettings, reset, saveSettingsTo, setInclMissingFlag, setSkipMessage, setSkipped, supportsMissingValueOption, toString, validate, validateSettingsclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDescriptionprotected StoreResizableDoubleArrayOperator(OperatorData operatorData, GlobalSettings globalSettings, OperatorColumnSettings opColSettings)
operatorData - globalSettings - opColSettings - protected boolean computeInternal(DataCell cell)
AggregationOperatorAggregationOperator implementation also requires
the DataRow during computation override the
AggregationOperator.computeInternal(DataRow, DataCell) method.
Even if the AggregationOperator.computeInternal(DataRow, DataCell) method is
implemented this method still might be called by previous
implementations prior version 2.6 and should compute a reasonable result.computeInternal in class AggregationOperatorcell - the DataCell to consider during computing the cell
can't be null but can be a missing cell
DataCell.isMissing() if the AggregationOperator.inclMissingCells()
option is set to true.true if this column should be skipped in further
calculationsAggregationOperator.computeInternal(DataRow, DataCell)protected void resetInternal()
resetInternal in class AggregationOperatorprotected org.apache.commons.math.util.ResizableDoubleArray getCells()
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.