Skip to main content

extract_value

Function extract_value 

Source
pub fn extract_value(
    doc: &[u8],
    field: &str,
    expr: Option<&SqlExpr>,
) -> Option<Value>
Expand description

Extract a field as Value. Uses direct msgpack→Value for scalars; falls back to full document decode only for complex types.