public function __construct(ThriftConnection $connection, CqlPreparedResult $rawStatement, $query, $compression)
 {
     $this->_connection = $connection;
     $this->_host = $connection->socket()->getHost();
     $this->_rawStatement = $rawStatement;
     $this->_query = $query;
 }