public interface Row extends Comparable<Row>
Modifier and Type | Method and Description |
---|---|
List<String> |
getDimension(String dimension)
Returns the list of dimension values for the given column name.
|
float |
getFloatMetric(String metric)
Returns the float value of the given metric column.
|
long |
getLongMetric(String metric)
Returns the long value of the given metric column.
|
Object |
getRaw(String dimension)
Returns the raw dimension value for the given column name.
|
org.joda.time.DateTime |
getTimestamp()
Returns the timestamp from the epoch as an org.joda.time.DateTime.
|
long |
getTimestampFromEpoch()
Returns the timestamp from the epoch in milliseconds.
|
compareTo
long getTimestampFromEpoch()
org.joda.time.DateTime getTimestamp()
List<String> getDimension(String dimension)
dimension
- the column name of the dimension requestedObject getRaw(String dimension)
dimension
- the column name of the dimension requestedfloat getFloatMetric(String metric)
metric
- the column name of the metric requestedlong getLongMetric(String metric)
metric
- the column name of the metric requestedCopyright © 2011–2017. All rights reserved.