Cassandra\DefaultSession::execute PHP Method

execute() public method

{@inheritDoc}
public execute ( cassandra\Statement $statement, ExecutionOptions $options = null ) : Rows
$statement cassandra\Statement statement to be executed
$options ExecutionOptions execution options (optional)
return Rows execution result
    public function execute(Statement $statement, ExecutionOptions $options = null)
    {
    }