public class LookupDimension extends KeyValueStoreDimension implements ExtractionFunctionDimension
LookupDimension is essentially a special case of RegisteredLookupDimension using namespace. Hence
this class ONLY applies to the Druid namespace lookup serialization. See
http://druid.io/docs/latest/querying/dimensionspecs.html#lookup-extraction-function for more details.
DEFAULT_CATEGORY| Constructor and Description |
|---|
LookupDimension(LookupDimensionConfig lookupDimensionConfig)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Optional<ExtractionFunction> |
getExtractionFunction()
Build an extraction function model object.
|
List<String> |
getNamespaces() |
int |
hashCode() |
String |
toString() |
addAllDimensionRows, addDimensionRow, createEmptyDimensionRow, deleteAllDimensionRows, findDimensionRowByKeyValue, getApiName, getCardinality, getCategory, getDefaultDimensionFields, getDescription, getDimensionFields, getFieldByName, getKey, getLastUpdated, getLongName, getSearchProvider, getStorageStrategy, isAggregatable, parseDimensionRow, setLastUpdated, withStorageStrategyclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAllDimensionRows, addDimensionRow, createEmptyDimensionRow, findDimensionRowByKeyValue, getApiName, getCardinality, getCategory, getDefaultDimensionFields, getDescription, getDimensionFields, getFieldByName, getKey, getLastUpdated, getLongName, getSearchProvider, getStorageStrategy, isAggregatable, parseDimensionRow, setLastUpdatedpublic LookupDimension(@NotNull
LookupDimensionConfig lookupDimensionConfig)
lookupDimensionConfig - Configuration holder for this dimensionpublic boolean equals(Object o)
equals in class KeyValueStoreDimensionpublic Optional<ExtractionFunction> getExtractionFunction()
getExtractionFunction in interface ExtractionFunctionDimensionpublic int hashCode()
hashCode in class KeyValueStoreDimensionpublic String toString()
toString in class KeyValueStoreDimensionCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.