pub fn hex_decode_column<const PREFIXED: bool, I: OffsetSizeTrait>(
col: &GenericStringArray<I>,
) -> Result<GenericBinaryArray<I>>Expand description
Decodes a hex-encoded string column to binary.
When PREFIXED is true, expects and strips the 0x prefix from each value.