public interface IAssociativeReducer extends Serializable
Modifier and Type | Method and Description |
---|---|
IAggregableReduceOp<List<Writable>,List<Writable>> |
aggregableReducer()
An aggregation that has the property that
reduce(List(reduce(List(l1, l2)), l3)) = reduce(List(l1, reduce(List(l2, l3)))
|
Schema |
getInputSchema() |
List<String> |
getKeyColumns() |
void |
setInputSchema(Schema schema) |
Schema |
transform(Schema schema) |
void setInputSchema(Schema schema)
schema
- Schema getInputSchema()
IAggregableReduceOp<List<Writable>,List<Writable>> aggregableReducer()
Copyright © 2022. All rights reserved.