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, withStorageStrategy
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAllDimensionRows, addDimensionRow, createEmptyDimensionRow, findDimensionRowByKeyValue, getApiName, getCardinality, getCategory, getDefaultDimensionFields, getDescription, getDimensionFields, getFieldByName, getKey, getLastUpdated, getLongName, getSearchProvider, getStorageStrategy, isAggregatable, parseDimensionRow, setLastUpdated
public LookupDimension(@NotNull LookupDimensionConfig lookupDimensionConfig)
lookupDimensionConfig
- Configuration holder for this dimensionpublic boolean equals(Object o)
equals
in class KeyValueStoreDimension
public Optional<ExtractionFunction> getExtractionFunction()
getExtractionFunction
in interface ExtractionFunctionDimension
public int hashCode()
hashCode
in class KeyValueStoreDimension
public String toString()
toString
in class KeyValueStoreDimension
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.