pub fn assert_interpreted_results<'query, 'trace, Vertex>(
    trace: &Trace<Vertex>,
    expected_results: &[BTreeMap<Arc<str>, FieldValue>],
    complete: bool
)where
    Vertex: Clone + Debug + PartialEq + Eq + Serialize + DeserializeOwned + 'query,
    'trace: 'query,