pub unsafe extern "C" fn cass_value_get_int8(
    value: *const CassValue,
    output: *mut cass_int8_t
) -> CassError
Expand description

Gets an int8 for the specified value.

@cassandra{2.2+}

@public @memberof CassValue

@param[in] value @param[out] output @return CASS_OK if successful, otherwise error occurred