BoundStatement boundStatement = this.preparedStatement.bind(ids.remove(0), new Date(startTime),
new Date(endTime));
existingResultSet = session.execute(boundStatement);
}
} catch (NoHostAvailableException e) {
throw new CQLException(e);
}
return existingResultSet;
}