pub fn encode_value(
value: impl ToDatumRef,
order: OrderType,
) -> Result<MemcmpEncoded>
Expand description
Encode a datum into memcomparable format.
pub fn encode_value(
value: impl ToDatumRef,
order: OrderType,
) -> Result<MemcmpEncoded>
Encode a datum into memcomparable format.