TestInterpreterOutputTrace( schema_name: "numbers", trace: Trace( ops: { Opid(1): TraceOp( opid: Opid(1), parent_opid: None, content: Call(ResolveStartingVertices(Vid(1))), ), Opid(2): TraceOp( opid: Opid(2), parent_opid: None, content: Call(ResolveProperty(Vid(1), "Number", "name")), ), Opid(3): TraceOp( opid: Opid(3), parent_opid: Some(Opid(2)), content: AdvanceInputIterator, ), Opid(4): TraceOp( opid: Opid(4), parent_opid: Some(Opid(1)), content: YieldFrom(ResolveStartingVertices(Neither(NeitherNumber(0)))), ), Opid(5): TraceOp( opid: Opid(5), parent_opid: Some(Opid(2)), content: YieldInto(SerializableContext( active_vertex: Some(Neither(NeitherNumber(0))), vertices: { Vid(1): Some(Neither(NeitherNumber(0))), }, )), ), Opid(6): TraceOp( opid: Opid(6), parent_opid: Some(Opid(2)), content: YieldFrom(ResolveProperty(SerializableContext( active_vertex: Some(Neither(NeitherNumber(0))), vertices: { Vid(1): Some(Neither(NeitherNumber(0))), }, ), String("zero"))), ), Opid(7): TraceOp( opid: Opid(7), parent_opid: None, content: ProduceQueryResult({ "number_name": String("zero"), }), ), Opid(8): TraceOp( opid: Opid(8), parent_opid: Some(Opid(2)), content: AdvanceInputIterator, ), Opid(9): TraceOp( opid: Opid(9), parent_opid: Some(Opid(1)), content: YieldFrom(ResolveStartingVertices(Neither(NeitherNumber(1)))), ), Opid(10): TraceOp( opid: Opid(10), parent_opid: Some(Opid(2)), content: YieldInto(SerializableContext( active_vertex: Some(Neither(NeitherNumber(1))), vertices: { Vid(1): Some(Neither(NeitherNumber(1))), }, )), ), Opid(11): TraceOp( opid: Opid(11), parent_opid: Some(Opid(2)), content: YieldFrom(ResolveProperty(SerializableContext( active_vertex: Some(Neither(NeitherNumber(1))), vertices: { Vid(1): Some(Neither(NeitherNumber(1))), }, ), String("one"))), ), Opid(12): TraceOp( opid: Opid(12), parent_opid: None, content: ProduceQueryResult({ "number_name": String("one"), }), ), Opid(13): TraceOp( opid: Opid(13), parent_opid: Some(Opid(2)), content: AdvanceInputIterator, ), Opid(14): TraceOp( opid: Opid(14), parent_opid: Some(Opid(1)), content: YieldFrom(ResolveStartingVertices(Prime(PrimeNumber(2)))), ), Opid(15): TraceOp( opid: Opid(15), parent_opid: Some(Opid(2)), content: YieldInto(SerializableContext( active_vertex: Some(Prime(PrimeNumber(2))), vertices: { Vid(1): Some(Prime(PrimeNumber(2))), }, )), ), Opid(16): TraceOp( opid: Opid(16), parent_opid: Some(Opid(2)), content: YieldFrom(ResolveProperty(SerializableContext( active_vertex: Some(Prime(PrimeNumber(2))), vertices: { Vid(1): Some(Prime(PrimeNumber(2))), }, ), String("two"))), ), Opid(17): TraceOp( opid: Opid(17), parent_opid: None, content: ProduceQueryResult({ "number_name": String("two"), }), ), Opid(18): TraceOp( opid: Opid(18), parent_opid: Some(Opid(2)), content: AdvanceInputIterator, ), Opid(19): TraceOp( opid: Opid(19), parent_opid: Some(Opid(1)), content: YieldFrom(ResolveStartingVertices(Prime(PrimeNumber(3)))), ), Opid(20): TraceOp( opid: Opid(20), parent_opid: Some(Opid(2)), content: YieldInto(SerializableContext( active_vertex: Some(Prime(PrimeNumber(3))), vertices: { Vid(1): Some(Prime(PrimeNumber(3))), }, )), ), Opid(21): TraceOp( opid: Opid(21), parent_opid: Some(Opid(2)), content: YieldFrom(ResolveProperty(SerializableContext( active_vertex: Some(Prime(PrimeNumber(3))), vertices: { Vid(1): Some(Prime(PrimeNumber(3))), }, ), String("three"))), ), Opid(22): TraceOp( opid: Opid(22), parent_opid: None, content: ProduceQueryResult({ "number_name": String("three"), }), ), Opid(23): TraceOp( opid: Opid(23), parent_opid: Some(Opid(2)), content: AdvanceInputIterator, ), Opid(24): TraceOp( opid: Opid(24), parent_opid: Some(Opid(1)), content: OutputIteratorExhausted, ), Opid(25): TraceOp( opid: Opid(25), parent_opid: Some(Opid(2)), content: InputIteratorExhausted, ), Opid(26): TraceOp( opid: Opid(26), parent_opid: Some(Opid(2)), content: OutputIteratorExhausted, ), }, ir_query: IRQuery( root_name: "Number", root_parameters: EdgeParameters( contents: { "max": Int64(3), "min": Int64(0), }, ), root_component: IRQueryComponent( root: Vid(1), vertices: { Vid(1): IRVertex( vid: Vid(1), type_name: "Number", ), }, outputs: { "number_name": ContextField( vertex_id: Vid(1), field_name: "name", field_type: "String", ), }, ), ), ), )