| Package | Description |
|---|---|
| com.yahoo.bard.webservice.data | |
| com.yahoo.bard.webservice.data.dimension |
| Modifier and Type | Method and Description |
|---|---|
Map<DimensionColumn,DimensionRow> |
Result.getDimensionRows()
The dimensions in the result row expressed as an unmodifiable map keyed by columns.
|
| Modifier and Type | Method and Description |
|---|---|
DimensionRow |
Result.getDimensionRow(DimensionColumn dimensionColumn)
Fetch a DimensionRow from dimensionValues based on the column provided.
|
| Constructor and Description |
|---|
Result(Map<DimensionColumn,DimensionRow> dimensionRows,
Map<MetricColumn,Object> metricValues,
org.joda.time.DateTime timeStamp)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LogicalDimensionColumn
Deprecated.
in favor of DimensionColumn which stores name as api name now
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.