Interface UDFPlan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconstructUdfExecutors(java.util.List<ResultColumn> resultColumns)Build the execution plan of the executors.voidfinalizeUDFExecutors(long queryId)Call UDF finalization methods and release computing resources.
-
-
-
Method Detail
-
constructUdfExecutors
void constructUdfExecutors(java.util.List<ResultColumn> resultColumns)
Build the execution plan of the executors. This method will not create any UDF instances, nor will it execute user-defined logic.
-
finalizeUDFExecutors
void finalizeUDFExecutors(long queryId)
Call UDF finalization methods and release computing resources.
-
-