Uses of Interface
org.apache.datafusion.ScalarFunction
Packages that use ScalarFunction
-
Uses of ScalarFunction in org.apache.datafusion
Methods in org.apache.datafusion that return ScalarFunctionMethods in org.apache.datafusion with parameters of type ScalarFunctionModifier and TypeMethodDescriptionstatic ScalarUdfScalarUdf.fromImpl(ScalarFunction impl) Equivalent tonew ScalarUdf(impl); mirrors Rust'sScalarUDF::new_from_impl.Constructors in org.apache.datafusion with parameters of type ScalarFunctionModifierConstructorDescriptionScalarUdf(ScalarFunction impl) Wrap aScalarFunctionfor registration. -
Uses of ScalarFunction in org.apache.datafusion.internal
Methods in org.apache.datafusion.internal with parameters of type ScalarFunctionModifier and TypeMethodDescriptionstatic byteJniBridge.invokeScalarUdf(ScalarFunction impl, long arrayArgsArrayAddr, long arrayArgsSchemaAddr, long scalarArgsArrayAddr, long scalarArgsSchemaAddr, byte[] argKinds, long resultArrayAddr, long resultSchemaAddr, int rowCount) Invoke a scalar UDF for one batch.