[ https://issues.apache.org/jira/browse/CASSANDRA-7562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14132314#comment-14132314 ]
Sylvain Lebresne commented on CASSANDRA-7562: --------------------------------------------- I'm curious: it seems that what we do here is that we create bytecode for a static method representing the function, and then use reflection to call such method. Why don't we instead directly generate the bytecode for a proper Function object? This would avoid reflection on each call. Is there something that make this a lot harder to do? > Java source code for UDFs > ------------------------- > > Key: CASSANDRA-7562 > URL: https://issues.apache.org/jira/browse/CASSANDRA-7562 > Project: Cassandra > Issue Type: New Feature > Reporter: Robert Stupp > Assignee: Robert Stupp > Fix For: 3.0 > > Attachments: 7562v3.txt, 7562v4.txt > > > Purpose of this ticket to add support for Java source code for user defined > functions (CASSANDRA-7395) -- This message was sent by Atlassian JIRA (v6.3.4#6332)