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(ResolveNeighbors(Vid(1), "Prime", Eid(1))), ), 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(Prime(PrimeNumber(2)))), ), Opid(5): TraceOp( opid: Opid(5), parent_opid: Some(Opid(2)), content: YieldInto(SerializableContext( active_vertex: Some(Prime(PrimeNumber(2))), vertices: { Vid(1): Some(Prime(PrimeNumber(2))), }, )), ), Opid(6): TraceOp( opid: Opid(6), parent_opid: Some(Opid(2)), content: YieldFrom(ResolveNeighborsOuter(SerializableContext( active_vertex: Some(Prime(PrimeNumber(2))), vertices: { Vid(1): Some(Prime(PrimeNumber(2))), }, ))), ), Opid(7): TraceOp( opid: Opid(7), parent_opid: Some(Opid(6)), content: YieldFrom(ResolveNeighborsInner(0, Composite(CompositeNumber(4, [ 2, ])))), ), Opid(8): TraceOp( opid: Opid(8), parent_opid: Some(Opid(6)), content: YieldFrom(ResolveNeighborsInner(1, Composite(CompositeNumber(6, [ 2, 3, ])))), ), Opid(9): TraceOp( opid: Opid(9), parent_opid: Some(Opid(6)), content: OutputIteratorExhausted, ), Opid(10): TraceOp( opid: Opid(10), parent_opid: None, content: Call(ResolveProperty(Vid(2), "Composite", "value")), ), Opid(11): TraceOp( opid: Opid(11), parent_opid: Some(Opid(10)), content: AdvanceInputIterator, ), Opid(12): TraceOp( opid: Opid(12), parent_opid: Some(Opid(10)), content: YieldInto(SerializableContext( active_vertex: Some(Composite(CompositeNumber(4, [ 2, ]))), vertices: { Vid(2): Some(Composite(CompositeNumber(4, [ 2, ]))), }, )), ), Opid(13): TraceOp( opid: Opid(13), parent_opid: Some(Opid(10)), content: YieldFrom(ResolveProperty(SerializableContext( active_vertex: Some(Composite(CompositeNumber(4, [ 2, ]))), vertices: { Vid(2): Some(Composite(CompositeNumber(4, [ 2, ]))), }, ), Int64(4))), ), Opid(14): TraceOp( opid: Opid(14), parent_opid: Some(Opid(10)), content: AdvanceInputIterator, ), Opid(15): TraceOp( opid: Opid(15), parent_opid: Some(Opid(10)), content: YieldInto(SerializableContext( active_vertex: Some(Composite(CompositeNumber(6, [ 2, 3, ]))), vertices: { Vid(2): Some(Composite(CompositeNumber(6, [ 2, 3, ]))), }, )), ), Opid(16): TraceOp( opid: Opid(16), parent_opid: Some(Opid(10)), content: YieldFrom(ResolveProperty(SerializableContext( active_vertex: Some(Composite(CompositeNumber(6, [ 2, 3, ]))), vertices: { Vid(2): Some(Composite(CompositeNumber(6, [ 2, 3, ]))), }, ), Int64(6))), ), Opid(17): TraceOp( opid: Opid(17), parent_opid: Some(Opid(10)), content: AdvanceInputIterator, ), Opid(18): TraceOp( opid: Opid(18), parent_opid: Some(Opid(10)), content: InputIteratorExhausted, ), Opid(19): TraceOp( opid: Opid(19), parent_opid: Some(Opid(10)), content: OutputIteratorExhausted, ), Opid(20): TraceOp( opid: Opid(20), parent_opid: None, content: ProduceQueryResult({ "value": List([ Int64(4), Int64(6), ]), }), ), Opid(21): TraceOp( opid: Opid(21), parent_opid: Some(Opid(2)), content: AdvanceInputIterator, ), Opid(22): TraceOp( opid: Opid(22), parent_opid: Some(Opid(1)), content: OutputIteratorExhausted, ), Opid(23): TraceOp( opid: Opid(23), parent_opid: Some(Opid(2)), content: InputIteratorExhausted, ), Opid(24): TraceOp( opid: Opid(24), parent_opid: Some(Opid(2)), content: OutputIteratorExhausted, ), }, ir_query: IRQuery( root_name: "Two", root_component: IRQueryComponent( root: Vid(1), vertices: { Vid(1): IRVertex( vid: Vid(1), type_name: "Prime", ), }, folds: { Eid(1): IRFold( eid: Eid(1), from_vid: Vid(1), to_vid: Vid(2), edge_name: "multiple", parameters: EdgeParameters( contents: { "max": Int64(3), }, ), component: IRQueryComponent( root: Vid(2), vertices: { Vid(2): IRVertex( vid: Vid(2), type_name: "Composite", ), }, outputs: { "value": ContextField( vertex_id: Vid(2), field_name: "value", field_type: "Int", ), }, ), ), }, ), ), ), )