Operating on Edges - Aster Execution Engine

Teradata Aster® Developer Guide

Product
Aster Execution Engine
Release Number
7.00.02
Published
July 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
xnl1494366523182.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
ffu1489104705746
lifecycle
previous
Product Category
Software

An incident edge is an edge that starts at the current vertex. The reason that you need to act on these is that the server does not automatically create edge info for a vertex; you need to pull the edge information out of the cogroup (out of the edgeTableIterator) and call vertexState.addEdge() with an Edge object that you have created based on that info from the edgeTableIterator.

You can get multiple values (rows) out of the vertex iterator.