public class Gener extends Reduce
| Constructor and Description | 
|---|
| Gener()Constructor for the Gener object. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | eat(Row in,
   int[] remap)Test whether the given Row of Cells in a Trie should be included in an
 optimized Trie. | 
| Trie | optimize(Trie orig)Return a Trie with infrequent values occurring in the given Trie removed. | 
public Trie optimize(Trie orig)
public boolean eat(Row in, int[] remap)
in - the Row to testremap - Description of the ParameterCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.