Package org.apache.flink.api.common.functions.util
-
Class Summary Class Description AbstractRuntimeUDFContext A standalone implementation of theRuntimeContext, created by runtime UDF operators.CopyingIterator<E> Wraps an iterator to return deep copies of the original iterator's elements.CopyingListCollector<T> ACollectorthat collects deep copies of its elements in a list.FunctionUtils Utility class that contains helper methods to work with FlinkFunctionclass.ListCollector<T> ACollectorthat puts the collected elements into a given list.NoOpFunction AnAbstractRichFunctionthat does nothing.PrintSinkOutputWriter<IN> Print sink output writer for DataStream and DataSet print API.RuntimeUDFContext A standalone implementation of theRuntimeContext, created by runtime UDF operators.