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.