pub fn encode_row(
row: impl Row,
order_types: &[OrderType],
) -> Result<MemcmpEncoded>
Expand description
Encode a row into memcomparable format.
pub fn encode_row(
row: impl Row,
order_types: &[OrderType],
) -> Result<MemcmpEncoded>
Encode a row into memcomparable format.