You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Instantiate and convert it to a ``SqlOperator`` in ``PPLBuiltinOperators``
293
+
* For optimal UDF performance, implement any data-independent logic during the compilation phase instead of at runtime. Specifically, use ling4j expressions for these operations rather than internal static method calls, as expressions are evaluated during compilation.
293
294
294
295
|✅ Type Checking for UDFs
295
296
- Each ``SqlOperator`` provides an operand type checker via the ``getOperandTypeChecker`` method
0 commit comments