pub unsafe extern "C" fn cass_future_coordinator(
    future: *mut CassFuture
) -> *const CassNode
Expand description

Gets the node that acted as coordinator for this query. If the future is not ready this method will wait for the future to be set.

@public @memberof CassFuture

@param future @return The coordinator node that handled the query. The lifetime of this object is the same as the result object it came from. NULL can be returned if the future is not a response future or if an error occurs before a coordinator responds.

@see cass_statement_set_node()