public interface BatchRowTLink extends TBase
Modifier and Type | Method and Description |
---|---|
BatchRowTSet |
compute(ComputeCollectorFunc<Row,java.util.Iterator<Row>> computeFunction) |
BatchRowTSet |
flatmap(FlatMapFunc<Row,Row> mapFn) |
void |
forEach(ApplyFunc<Row> applyFunction) |
BatchRowTSet |
lazyForEach(ApplyFunc<Row> applyFunction) |
BatchRowTSet |
map(MapFunc<Row,Row> mapFn) |
TBase |
sink(SinkFunc<Row> sinkFunction) |
BatchRowTSet compute(ComputeCollectorFunc<Row,java.util.Iterator<Row>> computeFunction)
BatchRowTSet map(MapFunc<Row,Row> mapFn)
BatchRowTSet flatmap(FlatMapFunc<Row,Row> mapFn)
BatchRowTSet lazyForEach(ApplyFunc<Row> applyFunction)