public class ReferencedDimAtrribute extends BaseDimAttribute
Modifier and Type | Class and Description |
---|---|
static class |
ReferencedDimAtrribute.ChainRefCol |
Constructor and Description |
---|
ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
Collection<TableReference> references) |
ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
Collection<TableReference> references,
Date startTime,
Date endTime,
Double cost) |
ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
Collection<TableReference> references,
Date startTime,
Date endTime,
Double cost,
boolean isJoinKey) |
ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
Collection<TableReference> references,
Date startTime,
Date endTime,
Double cost,
boolean isJoinKey,
Long numOfDistinctValues) |
ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
Collection<TableReference> references,
Date startTime,
Date endTime,
Double cost,
boolean isJoinKey,
Long numOfDistinctValues,
List<String> values) |
ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
List<ReferencedDimAtrribute.ChainRefCol> chainRefCols,
Date startTime,
Date endTime,
Double cost,
Long numOfDistinctValues) |
ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
List<ReferencedDimAtrribute.ChainRefCol> chainRefCols,
Date startTime,
Date endTime,
Double cost,
Long numOfDistinctValues,
List<String> values) |
ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
String chainName,
String refColumn,
Date startTime,
Date endTime,
Double cost) |
ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
String chainName,
String refColumn,
Date startTime,
Date endTime,
Double cost,
Long numOfDistinctValues) |
ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
TableReference reference) |
ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
TableReference reference,
Date startTime,
Date endTime,
Double cost) |
ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
TableReference reference,
Date startTime,
Date endTime,
Double cost,
boolean isJoinKey) |
ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column,
String displayString,
TableReference reference,
Date startTime,
Date endTime,
Double cost,
boolean isJoinKey,
Long numOfDistinctValues) |
ReferencedDimAtrribute(String name,
Map<String,String> props)
This is used only for serializing
|
Modifier and Type | Method and Description |
---|---|
void |
addProperties(Map<String,String> props) |
void |
addReference(TableReference reference) |
boolean |
equals(Object o) |
List<ReferencedDimAtrribute.ChainRefCol> |
getChainRefColumns() |
Boolean |
getIsJoinKey() |
List<TableReference> |
getReferences() |
int |
hashCode() |
boolean |
isChainedColumn()
Tells whether the attribute is retrieved from chain
|
boolean |
removeReference(TableReference ref) |
String |
toString() |
boolean |
useAsJoinKey() |
getNumOfDistinctValues, getType, getValues
getCost, getDescription, getDisplayString, getEndTime, getEndTimeMillisSinceEpoch, getName, getStartTime, getStartTimeMillisSinceEpoch, isColumnAvailableFrom, isColumnAvailableInTimeRange, isColumnAvailableTill
public ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, TableReference reference)
public ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, TableReference reference, Date startTime, Date endTime, Double cost)
public ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, TableReference reference, Date startTime, Date endTime, Double cost, boolean isJoinKey)
public ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, TableReference reference, Date startTime, Date endTime, Double cost, boolean isJoinKey, Long numOfDistinctValues)
public ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, Collection<TableReference> references)
public ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, Collection<TableReference> references, Date startTime, Date endTime, Double cost)
public ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, Collection<TableReference> references, Date startTime, Date endTime, Double cost, boolean isJoinKey)
public ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, Collection<TableReference> references, Date startTime, Date endTime, Double cost, boolean isJoinKey, Long numOfDistinctValues)
public ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, Collection<TableReference> references, Date startTime, Date endTime, Double cost, boolean isJoinKey, Long numOfDistinctValues, List<String> values)
public ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, String chainName, String refColumn, Date startTime, Date endTime, Double cost)
public ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, String chainName, String refColumn, Date startTime, Date endTime, Double cost, Long numOfDistinctValues)
public ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, List<ReferencedDimAtrribute.ChainRefCol> chainRefCols, Date startTime, Date endTime, Double cost, Long numOfDistinctValues)
public ReferencedDimAtrribute(org.apache.hadoop.hive.metastore.api.FieldSchema column, String displayString, List<ReferencedDimAtrribute.ChainRefCol> chainRefCols, Date startTime, Date endTime, Double cost, Long numOfDistinctValues, List<String> values)
public void addReference(TableReference reference)
public boolean removeReference(TableReference ref)
public boolean useAsJoinKey()
public void addProperties(Map<String,String> props)
addProperties
in class BaseDimAttribute
public boolean isChainedColumn()
@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<TableReference> getReferences()
@Generated(value="lombok") public Boolean getIsJoinKey()
@Generated(value="lombok") public List<ReferencedDimAtrribute.ChainRefCol> getChainRefColumns()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.