Maxim Muzafarov created CASSANDRA-21283:
-------------------------------------------

             Summary: ISO SQL CALL syntax for management commands
                 Key: CASSANDRA-21283
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-21283
             Project: Apache Cassandra
          Issue Type: Task
            Reporter: Maxim Muzafarov


Implement an alternative SQL-standard syntax for invoking management commands 
using the {{CALL}} statement with named parameters:
{code:java}
 CALL system_management.force_compact(keyspace => 'ks', table => 'tbl');{code}
This provides an ISO SQL-compliant invocation path alongside the existing 
{{INVOKE COMMAND}} syntax.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to