public interface IStringReducer extends Serializable
Modifier and Type | Method and Description |
---|---|
List<String> |
getInputColumns() |
Schema |
getInputSchema() |
List<Writable> |
reduce(List<List<Writable>> examplesList) |
void |
setInputSchema(Schema schema) |
Schema |
transform(Schema schema) |
Copyright © 2018. All rights reserved.