|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnAggregator | |
---|---|
org.knime.base.node.preproc.groupby | Contains a node to perform a group by operation on an input table. |
org.knime.base.node.preproc.groupby.aggregation | Contains helper classes that perform the aggregation. |
org.knime.base.node.preproc.groupby.dialogutil | Contains helper classes that are used in the configuration dialog of the node. |
Uses of ColumnAggregator in org.knime.base.node.preproc.groupby |
---|
Methods in org.knime.base.node.preproc.groupby that return types with arguments of type ColumnAggregator | |
---|---|
protected static List<ColumnAggregator> |
GroupByNodeModel.compGetColumnMethods(DataTableSpec spec,
List<String> excludeCols,
ConfigRO config)
Compatibility method used for compatibility to versions prior Knime 2.0. |
Methods in org.knime.base.node.preproc.groupby with parameters of type ColumnAggregator | |
---|---|
static DataTableSpec |
GroupByTable.createGroupByTableSpec(DataTableSpec spec,
List<String> groupColNames,
ColumnAggregator[] columnAggregators,
ColumnNamePolicy colNamePolicy)
|
Constructors in org.knime.base.node.preproc.groupby with parameters of type ColumnAggregator | |
---|---|
GroupByTable(ExecutionContext exec,
BufferedDataTable inDataTable,
List<String> groupByCols,
ColumnAggregator[] colAggregators,
int maxUniqueValues,
boolean sortInMemory,
boolean enableHilite,
ColumnNamePolicy colNamePolicy)
Constructor for class GroupByTable. |
|
GroupByTable(ExecutionContext exec,
BufferedDataTable inDataTable,
List<String> groupByCols,
ColumnAggregator[] colAggregators,
int maxUniqueValues,
boolean sortInMemory,
boolean enableHilite,
ColumnNamePolicy colNamePolicy,
boolean retainOrder)
Constructor for class GroupByTable. |
Uses of ColumnAggregator in org.knime.base.node.preproc.groupby.aggregation |
---|
Methods in org.knime.base.node.preproc.groupby.aggregation that return types with arguments of type ColumnAggregator | |
---|---|
static List<ColumnAggregator> |
ColumnAggregator.loadColumnAggregators(NodeSettingsRO settings)
Creates a List with all ColumnAggregator s that were
stored in the settings. |
Method parameters in org.knime.base.node.preproc.groupby.aggregation with type arguments of type ColumnAggregator | |
---|---|
static void |
ColumnAggregator.saveColumnAggregators(NodeSettingsWO settings,
List<ColumnAggregator> cols)
|
Uses of ColumnAggregator in org.knime.base.node.preproc.groupby.dialogutil |
---|
Methods in org.knime.base.node.preproc.groupby.dialogutil that return types with arguments of type ColumnAggregator | |
---|---|
protected List<ColumnAggregator> |
AggregationColumnTableModel.getColumnAggregators()
|
Method parameters in org.knime.base.node.preproc.groupby.dialogutil with type arguments of type ColumnAggregator | |
---|---|
void |
AggregationColumnPanel.initialize(DataTableSpec spec,
List<ColumnAggregator> colAggrs)
Initializes the panel. |
protected void |
AggregationColumnTableModel.initialize(List<ColumnAggregator> colAggrs)
Initializes the column aggregator table with the given ColumnAggregator s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |