Class LazyAggregateCombineFn<InputT,AccumT,OutputT>

java.lang.Object
org.apache.beam.sdk.transforms.Combine.CombineFn<InputT,AccumT,OutputT>
org.apache.beam.sdk.extensions.sql.impl.LazyAggregateCombineFn<InputT,AccumT,OutputT>
All Implemented Interfaces:
Serializable, CombineFnBase.GlobalCombineFn<InputT,AccumT,OutputT>, HasDisplayData

public class LazyAggregateCombineFn<InputT,AccumT,OutputT> extends Combine.CombineFn<InputT,AccumT,OutputT>
Combine.CombineFn that wraps an AggregateFn. The AggregateFn is lazily instantiated so it doesn't have to be serialized/deserialized.
See Also: