Function datafusion::functions::string::to_hex::to_hex

source ·
pub fn to_hex<T>(
    args: &[Arc<dyn Array>]
) -> Result<Arc<dyn Array>, DataFusionError>
Expand description

Converts the number to its equivalent hexadecimal representation. to_hex(2147483647) = ‘7fffffff’