Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Most math functions accept float32 and float64, `length` will accept Utf8 and lists soon, etc.
The goal of this story is to allow UDFs to accept more than one datatype.
Design: the accepted datatypes should be a vector ordered by "faster/smaller" to "slower/larger" (cpu/memory). When the plan reaches a UDF, we try to cast the input expression like before, from "faster/smaller" to "slower/larger".
Attachments
Issue Links
- links to