Package io.trino.operator
Class TransformWork<I,O>
- java.lang.Object
-
- io.trino.operator.TransformWork<I,O>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OgetResult()Get the result once the work is done.booleanprocess()Call the method to do the work.
-
-
-
Method Detail
-
process
public boolean process()
Description copied from interface:WorkCall the method to do the work. The caller can keep calling this method until it returns true (i.e., the work is done).
-
-