[
https://issues.apache.org/jira/browse/CASSANDRA-12110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15356562#comment-15356562
]
Raghavendra Pinninti commented on CASSANDRA-12110:
--------------------------------------------------
we can list existing functions with:
DESCRIBE FUNCTIONS;
and we can get the triggers from the schema table:
SELECT * from system_schema.triggers;
> Cassandra udf's calling in java code
> ------------------------------------
>
> Key: CASSANDRA-12110
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12110
> Project: Cassandra
> Issue Type: Test
> Components: CQL
> Environment: Linux and java
> Reporter: Raghavendra Pinninti
> Priority: Minor
> Labels: cassandra, cqlsh, java, triggers, udf
> Fix For: 3.0.8
>
>
> I created two udf's and one trigger in Cassandra(3.2) cqlsh.How to check
> existed udf's and triggers in cassandra? How can I call them through datastax
> java driver in java code?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)