Interface | Description |
---|---|
ExtractionFunctionType |
Allowed values for Extraction function in druid.
|
Class | Description |
---|---|
CascadeExtractionFunction |
Cascade ExtractionFunction that chains an array of ExtractionFunctions to be executed in array index order.
|
ExtractionFunction |
Extraction functions define the transformation applied to each dimension value.
|
Lookup |
Base class model for Lookup property of Lookup Extraction Function.
|
LookupExtractionFunction |
Lookup ExtractionFunction that maps dimension values to some corresponding pre-defined values.
|
MapLookup |
Lookup property of Lookup Extraction Function using provided map as key value mapping.
|
NamespaceLookup |
Lookup property of Lookup Extraction Function using namespace as key value mapping.
|
PartialExtractionFunction |
Regular Expression ExtractionFunction that returns the dimension value if it matches the regular expression.
|
RegisteredLookupExtractionFunction |
RegisteredLookup ExtractionFunction that maps dimension values to some corresponding pre-defined values in druid.
|
RegularExpressionExtractionFunction |
Regular Expression ExtractionFunction that returns the first matching group for the given regular expression.
|
TimeFormatExtractionFunction |
An extraction function that returns the dimension value formatted according to given format string, time zone, and
locale.
|
Enum | Description |
---|---|
ExtractionFunction.DefaultExtractionFunctionType |
Enumeration of possible extraction function types.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.