public class ReferencedDimAtrribute extends BaseDimAttribute
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,
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 |
isChainedColumn()
Tells whether the attribute is retrieved from chain
|
boolean |
removeReference(TableReference ref) |
boolean |
useAsJoinKey() |
equals, getDimNumOfDistinctValues, getDimType, hashCode
getCost, getDescription, getDisplayString, getEndTime, getEndTimeMillisSinceEpoch, getName, getStartTime, getStartTimeMillisSinceEpoch, isColumnAvailableFrom, isColumnAvailableInTimeRange, isColumnAvailableTill, toString
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, 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 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()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.