public class LogicalMetricColumn extends MetricColumn
Constructor and Description |
---|
LogicalMetricColumn(LogicalMetric metric)
Constructor.
|
LogicalMetricColumn(String name,
LogicalMetric metric)
Deprecated.
because LogicalMetricColumn is really only a thing for LogicalTable, so there's no reason for there
to be an alias on the LogicalMetric inside the LogicalTableSchema.
|
Modifier and Type | Method and Description |
---|---|
LogicalMetric |
getLogicalMetric()
Getter for a logical metric.
|
String |
toString() |
@Deprecated public LogicalMetricColumn(String name, LogicalMetric metric)
name
- The column namemetric
- The logical metricpublic LogicalMetricColumn(LogicalMetric metric)
metric
- The logical metricpublic LogicalMetric getLogicalMetric()
public String toString()
toString
in class MetricColumn
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.