Class FunctionRegistrationHelper
- java.lang.Object
-
- com.codedstreams.otterstreams.sql.udf.FunctionRegistrationHelper
-
public class FunctionRegistrationHelper extends Object
Helper class for registering SQL functions programmatically.- Since:
- 1.0.0
- Author:
- Nestor Martourez Abiangang A.
-
-
Constructor Summary
Constructors Constructor Description FunctionRegistrationHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregisterAllFunctions(org.apache.flink.table.api.TableEnvironment tableEnv)Registers all Otter Stream SQL functions.static voidunregisterAllFunctions(org.apache.flink.table.api.TableEnvironment tableEnv)Unregisters all Otter Stream SQL functions.
-
-
-
Method Detail
-
registerAllFunctions
public static void registerAllFunctions(org.apache.flink.table.api.TableEnvironment tableEnv)
Registers all Otter Stream SQL functions.
-
unregisterAllFunctions
public static void unregisterAllFunctions(org.apache.flink.table.api.TableEnvironment tableEnv)
Unregisters all Otter Stream SQL functions.
-
-