public class ReferencedDimAttribute extends BaseDimAttribute
Modifier and Type | Class and Description |
---|---|
static class |
ReferencedDimAttribute.ChainRefCol |
Constructor and Description |
---|
ReferencedDimAttribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
List<ReferencedDimAttribute.ChainRefCol> chainRefCols,
Date startTime,
Date endTime,
Double cost,
Long numOfDistinctValues) |
ReferencedDimAttribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
List<ReferencedDimAttribute.ChainRefCol> chainRefCols,
Date startTime,
Date endTime,
Double cost,
Long numOfDistinctValues,
List<String> values,
Map<String,String> tags) |
ReferencedDimAttribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
String chainName,
String refColumn,
Date startTime,
Date endTime,
Double cost) |
ReferencedDimAttribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
String chainName,
String refColumn,
Date startTime,
Date endTime,
Double cost,
Long numOfDistinctValues) |
ReferencedDimAttribute(String name,
Map<String,String> props)
This is used only for serializing
|
Modifier and Type | Method and Description |
---|---|
void |
addProperties(Map<String,String> props) |
boolean |
equals(Object o) |
List<ReferencedDimAttribute.ChainRefCol> |
getChainRefColumns() |
int |
hashCode() |
String |
toString() |
getNumOfDistinctValues, getType, getValues
getCost, getDescription, getDisplayString, getEndTime, getEndTimeMillisSinceEpoch, getName, getStartTime, getStartTimeMillisSinceEpoch, getTags, isColumnAvailableFrom, isColumnAvailableInTimeRange, isColumnAvailableTill
public ReferencedDimAttribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, String chainName, String refColumn, Date startTime, Date endTime, Double cost) throws LensException
LensException
public ReferencedDimAttribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, String chainName, String refColumn, Date startTime, Date endTime, Double cost, Long numOfDistinctValues) throws LensException
LensException
public ReferencedDimAttribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, List<ReferencedDimAttribute.ChainRefCol> chainRefCols, Date startTime, Date endTime, Double cost, Long numOfDistinctValues) throws LensException
LensException
public ReferencedDimAttribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, List<ReferencedDimAttribute.ChainRefCol> chainRefCols, Date startTime, Date endTime, Double cost, Long numOfDistinctValues, List<String> values, Map<String,String> tags) throws LensException
LensException
public ReferencedDimAttribute(String name, Map<String,String> props) throws LensException
name
- attribute nameprops
- PropertiesLensException
public void addProperties(Map<String,String> props)
addProperties
in class BaseDimAttribute
@Generated(value="lombok") public boolean equals(Object o)
equals
in class BaseDimAttribute
@Generated(value="lombok") public int hashCode()
hashCode
in class BaseDimAttribute
@Generated(value="lombok") public String toString()
toString
in class BaseDimAttribute
@Generated(value="lombok") public List<ReferencedDimAttribute.ChainRefCol> getChainRefColumns()
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.