pub unsafe extern "C" fn cass_data_type_keyspace(
    data_type: *const CassDataType,
    keyspace: *mut *const c_char,
    keyspace_length: *mut usize
) -> CassError
Expand description

Gets the type name of a UDT data type.

Note: Only valid for UDT data types.

@cassandra{2.1+}

@param[in] data_type @param[out] keyspace @param[out] keyspace_length @return CASS_OK if successful, otherwise an error occurred.