Package | Description |
---|---|
com.yahoo.bard.webservice.data | |
com.yahoo.bard.webservice.metadata |
Modifier and Type | Method and Description |
---|---|
static Columns |
Columns.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Columns[] |
Columns.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Map<Columns,Map<String,SimplifiedIntervalList>> |
DataSourceMetadata.getIntervalLists(DataSourceMetadata metadata)
Return a pair of maps containing the simplified intervals for dimensions and metrics respectively.
|
static Map<Columns,Map<String,com.google.common.collect.RangeSet<org.joda.time.DateTime>>> |
DataSourceMetadata.getRangeLists(DataSourceMetadata metadata)
Return a pair of maps containing the ranges of availability for dimensions and metrics respectively.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.