Execute CQL
Synopsis
This operator is used to execute a CQL statement on a Cassandra or Astra database.
Description
The Execute CQL operator is used to execute CQL statements on a Cassandra cluster. It cannot return data though and therefore 'SELECT' will not yield any results.
Input
file
The CQL file which specifies the CQL statement to be executed. If the 'define query' parameter is set to the 'query file' option, the input port 'file' is used for the CQL file. Note: If the input port is connected to another operator with output port file and the input port is connected to it, the 'query file' option of the 'define query file' parameter is ignored.
connection
This input port expects a Connection object if any. See the parameter connection entry for more information.
through
An arbitrary Input/Output (IO) object that is passed through the operator.