Uses of Class
adams.flow.transformer.SpreadSheetAggregate.Aggregate
-
Packages that use SpreadSheetAggregate.Aggregate Package Description adams.flow.transformer adams.parser.spreadsheetquery -
-
Uses of SpreadSheetAggregate.Aggregate in adams.flow.transformer
Fields in adams.flow.transformer declared as SpreadSheetAggregate.Aggregate Modifier and Type Field Description protected SpreadSheetAggregate.Aggregate[]
SpreadSheetAggregate. m_Aggregates
the aggregates to generate.Methods in adams.flow.transformer that return SpreadSheetAggregate.Aggregate Modifier and Type Method Description SpreadSheetAggregate.Aggregate[]
SpreadSheetAggregate. getAggregates()
Returns the aggregates to calculate.static SpreadSheetAggregate.Aggregate
SpreadSheetAggregate.Aggregate. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpreadSheetAggregate.Aggregate[]
SpreadSheetAggregate.Aggregate. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.transformer that return types with arguments of type SpreadSheetAggregate.Aggregate Modifier and Type Method Description protected HashMap<SpreadSheetAggregate.Aggregate,Number>
SpreadSheetAggregate. computeAggregates(SpreadSheet input, List<Integer> subset, int index)
Computes the aggregates.Methods in adams.flow.transformer with parameters of type SpreadSheetAggregate.Aggregate Modifier and Type Method Description void
SpreadSheetAggregate. setAggregates(SpreadSheetAggregate.Aggregate[] value)
Sets the aggregates to calculate. -
Uses of SpreadSheetAggregate.Aggregate in adams.parser.spreadsheetquery
Fields in adams.parser.spreadsheetquery with type parameters of type SpreadSheetAggregate.Aggregate Modifier and Type Field Description protected HashMap<SpreadSheetAggregate.Aggregate,List<String>>
ParserHelper. m_Aggregates
the aggregates to generate (aggregate - list of columns).Methods in adams.parser.spreadsheetquery with parameters of type SpreadSheetAggregate.Aggregate Modifier and Type Method Description void
ParserHelper. addAggregate(SpreadSheetAggregate.Aggregate agg, String col)
Adds the aggregate to generate from a column.void
ParserHelper. renameAggregate(SpreadSheetAggregate.Aggregate agg, String col, String newCol)
Sets the new column name for the aggregate generated from a column.
-