We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4991a02 commit 506da83Copy full SHA for 506da83
ppl-spark-integration/src/main/java/org/opensearch/sql/ppl/utils/BuiltinFunctionTransformer.java
@@ -88,7 +88,7 @@
88
* 1. Transform to spark built-int function directly without name mapping
89
* 2. Transform to spark built-int function with direct name mapping in `SPARK_BUILTIN_FUNCTION_NAME_MAPPING`
90
* 3. Transform to spark built-int function with alternative implementation mapping in `PPL_TO_SPARK_FUNC_MAPPING`
91
- * 4. Transform to spark scala function implemented in {@link SerializableUdf}
+ * 4. Transform to spark scala function implemented in {@link SerializableUdf} by mapping in `PPL_TO_SPARK_UDF_MAPPING`
92
*/
93
public interface BuiltinFunctionTransformer {
94
0 commit comments