Skip to main content

encode_number_text

Function encode_number_text 

Source
pub fn encode_number_text(value: &str) -> Result<Vec<u8>>
Expand description

Encode a canonical decimal value into the Oracle NUMBER wire form (the inverse of decode_number_value). Public so benches / parity harnesses can synthesize fetch payloads. Reference impl/base/encoders.pyx.