pub unsafe extern "C" fn cass_statement_set_node(
    statement: *mut CassStatement,
    node: *const CassNode
) -> CassError
Expand description

Same as cass_statement_set_host(), but using the CassNode type. This can be used to re-query the same coordinator when used with the result of cass_future_coordinator()

@public @memberof CassStatement

@param statement @param address @return CASS_OK if successful, otherwise an error occurred.

@see cass_future_coordinator()