Skip to main content

filter_incremental

Function filter_incremental 

Source
pub fn filter_incremental(
    records: Vec<Value>,
    key: &str,
    start: &Value,
) -> Vec<Value>
Expand description

Filter records to only those where record[key] > start.

Records that are missing the key are excluded. String values are compared lexicographically (ISO-8601 dates compare correctly this way). Numeric values are compared as f64.