public class AggregateFrame extends Object implements Serializable
| Constructor and Description |
|---|
AggregateFrame(List<String> orderedColumnNames) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(AggregateGroup group,
AggregateMeasures measures) |
void |
addRow(AggregateMeasures measures) |
static AggregateFrame |
empty() |
static AggregateFrame |
fromDmbsQueryResult(DbmsQueryResult result,
List<String> nonaggColumns,
List<AggNameAndType> aggColumns) |
List<String> |
getColumnNames() |
List<Integer> |
getColumnTypes() |
AggregateMeasures |
getMeasures() |
AggregateMeasures |
getMeasures(AggregateGroup group) |
Set<Map.Entry<AggregateGroup,AggregateMeasures>> |
groupAndMeasuresSet() |
void |
setColumnTypes(List<Integer> columnTypes) |
DbmsQueryResult |
toDbmsQueryResult() |
String |
toString() |
public AggregateFrame(List<String> orderedColumnNames) throws VerdictDBValueException
VerdictDBValueExceptionpublic static AggregateFrame empty()
public static AggregateFrame fromDmbsQueryResult(DbmsQueryResult result, List<String> nonaggColumns, List<AggNameAndType> aggColumns) throws VerdictDBValueException
VerdictDBValueExceptionpublic DbmsQueryResult toDbmsQueryResult()
public void addRow(AggregateGroup group, AggregateMeasures measures)
public void addRow(AggregateMeasures measures)
public AggregateMeasures getMeasures(AggregateGroup group)
public AggregateMeasures getMeasures() throws VerdictDBValueException
VerdictDBValueExceptionpublic Set<Map.Entry<AggregateGroup,AggregateMeasures>> groupAndMeasuresSet()
Copyright © 2018 University of Michigan. All rights reserved.