Uses of Class
org.apache.datafusion.ScalarUdf
Packages that use ScalarUdf
-
Uses of ScalarUdf in org.apache.datafusion
Methods in org.apache.datafusion that return ScalarUdfModifier and TypeMethodDescriptionstatic ScalarUdfScalarUdf.fromImpl(ScalarFunction impl) Equivalent tonew ScalarUdf(impl); mirrors Rust'sScalarUDF::new_from_impl.Methods in org.apache.datafusion with parameters of type ScalarUdfModifier and TypeMethodDescriptionvoidSessionContext.registerUdf(ScalarUdf udf) Register a Java-implemented scalar UDF.