Interface IStringReducer
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
StringReducer
public interface IStringReducer extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getInputColumns()SchemagetInputSchema()List<Writable>reduce(List<List<Writable>> examplesList)voidsetInputSchema(Schema schema)Schematransform(Schema schema)
-