public interface MetricField
This may become a sub interface of a TBD Column interface to flag all dimensions and metrics.
Modifier and Type | Method and Description |
---|---|
Set<Dimension> |
getDependentDimensions()
Get the dimensions, if any, this metric depends on.
|
String |
getName()
Get the name of the metric field in the response.
|
boolean |
isFloatingPoint()
Indicate if the MetricField is a floating-point value.
|
boolean |
isSketch()
Indicate if the MetricField is based on a sketch.
|
String getName()
boolean isSketch()
boolean isFloatingPoint()
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.