public final class ColumnMeasure extends CubeMeasure
Constructor and Description |
---|
ColumnMeasure(org.apache.hadoop.hive.metastore.api.FieldSchema column) |
ColumnMeasure(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
String formatString,
String aggregate,
String unit) |
ColumnMeasure(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
String formatString,
String aggregate,
String unit,
Date startTime,
Date endTime,
Double cost) |
ColumnMeasure(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
String formatString,
String aggregate,
String unit,
Date startTime,
Date endTime,
Double cost,
Double min,
Double max) |
ColumnMeasure(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
String formatString,
String aggregate,
String unit,
Date startTime,
Date endTime,
Double cost,
Double min,
Double max,
Map<String,String> tags) |
ColumnMeasure(String name,
Map<String,String> props) |
Modifier and Type | Method and Description |
---|---|
void |
addProperties(Map<String,String> props) |
boolean |
equals(Object obj) |
int |
hashCode() |
getAggregate, getColumn, getFormatString, getMax, getMin, getName, getType, getUnit, toString
getCost, getDescription, getDisplayString, getEndTime, getEndTimeMillisSinceEpoch, getStartTime, getStartTimeMillisSinceEpoch, getTags, isColumnAvailableFrom, isColumnAvailableInTimeRange, isColumnAvailableTill
public ColumnMeasure(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, String formatString, String aggregate, String unit)
public ColumnMeasure(org.apache.hadoop.hive.metastore.api.FieldSchema column)
public ColumnMeasure(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, String formatString, String aggregate, String unit, Date startTime, Date endTime, Double cost)
public ColumnMeasure(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, String formatString, String aggregate, String unit, Date startTime, Date endTime, Double cost, Double min, Double max)
public ColumnMeasure(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, String formatString, String aggregate, String unit, Date startTime, Date endTime, Double cost, Double min, Double max, Map<String,String> tags)
public void addProperties(Map<String,String> props)
addProperties
in class CubeMeasure
public int hashCode()
hashCode
in class CubeMeasure
public boolean equals(Object obj)
equals
in class CubeMeasure
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.