Function cassandra_cpp_sys::cass_tuple_data_type [] [src]

pub unsafe extern "C" fn cass_tuple_data_type(
    tuple: *const CassTuple
) -> *const CassDataType

Gets the data type of a tuple.

@cassandra{2.1+}

@param[in] tuple @return Returns a reference to the data type of the tuple. Do not free this reference as it is bound to the lifetime of the tuple.