Package org.apache.flink.table.runtime.collector
-
Interface Summary Interface Description ListenableCollector.CollectListener<T> An interface can listen on collecting original record. -
Class Summary Class Description ListenableCollector<T> A listenable collector for lookup join that can be called when an original record was collected.TableFunctionCollector<T> The basic implementation of collector forTableFunction
.TableFunctionResultFuture<T> The basic implementation of collector forResultFuture
in table joining.WrappingCollector<T> ACollector
that wraps another collector.