public class GroupByHistogramItem extends Object
| Constructor and Description |
|---|
GroupByHistogramItem() |
| Modifier and Type | Method and Description |
|---|---|
ColumnValue |
getKey() |
AggregationResults |
getSubAggregationResults() |
GroupByResults |
getSubGroupByResults() |
long |
getValue() |
GroupByHistogramItem |
setKey(ColumnValue key) |
GroupByHistogramItem |
setSubAggregationResults(AggregationResults subAggregationResults) |
GroupByHistogramItem |
setSubGroupByResults(GroupByResults subGroupByResults) |
GroupByHistogramItem |
setValue(long value) |
public ColumnValue getKey()
public GroupByHistogramItem setKey(ColumnValue key)
public long getValue()
public GroupByHistogramItem setValue(long value)
public AggregationResults getSubAggregationResults()
public GroupByHistogramItem setSubAggregationResults(AggregationResults subAggregationResults)
public GroupByResults getSubGroupByResults()
public GroupByHistogramItem setSubGroupByResults(GroupByResults subGroupByResults)
Copyright © 2024. All Rights Reserved.