-
Type:
Improvement
-
Status: Resolved
-
Priority:
Normal
-
Resolution: Not A Problem
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Writing implementations for each possible combination of even most "primitive" CQL types is waste of time and results in unclear code.
E.g. a divide function should accept int, bigint, float, double for the first and second paramter.
Better if UDF implementation can automagically do some up-casting (int to bigint, float to double etc).
- relates to
-
CASSANDRA-7395 Support for pure user-defined functions (UDF)
-
- Resolved
-