K
- Type of a key in upstream
data.V
- Type of a value in upstream
data.public abstract class EncoderPreprocessor<K,V> extends Object implements IgniteBiFunction<K,V,Vector>
Modifier and Type | Field and Description |
---|---|
protected IgniteBiFunction<K,V,Object[]> |
basePreprocessor
Base preprocessor.
|
protected Map<String,Integer>[] |
encodingValues
Filling values.
|
protected Set<Integer> |
handledIndices
Feature indices to apply encoder.
|
protected static String |
KEY_FOR_NULL_VALUES |
Constructor and Description |
---|
EncoderPreprocessor(Map<String,Integer>[] encodingValues,
IgniteBiFunction<K,V,Object[]> basePreprocessor,
Set<Integer> handledIndices)
Constructs a new instance of String Encoder preprocessor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
andThen, apply
protected static final String KEY_FOR_NULL_VALUES
protected final IgniteBiFunction<K,V,Object[]> basePreprocessor
public EncoderPreprocessor(Map<String,Integer>[] encodingValues, IgniteBiFunction<K,V,Object[]> basePreprocessor, Set<Integer> handledIndices)
basePreprocessor
- Base preprocessor.handledIndices
- Handled indices.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019