Robert Stupp created CASSANDRA-7674:
---------------------------------------
Summary: Add implicit casting of UDF arguments
Key: CASSANDRA-7674
URL: https://issues.apache.org/jira/browse/CASSANDRA-7674
Project: Cassandra
Issue Type: Improvement
Reporter: Robert Stupp
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).
--
This message was sent by Atlassian JIRA
(v6.2#6252)