PlanEdge
objects represent the edges in your execution graph. All edges are either incomingEdges or outgoingEdges of a given PlanNode
.
Note that one node's incomingEdge
can be another node's outgoingEdge
. Consider the following execution graph:
For the VALUE
node, the outgoingEdge
is the geo.LocalityName
of "Mountain View". This same edge is an incomingEdge
, as an input for the search function geo.FindLocality
. Be aware that the node you call an edge for will affect the output information.
Copyright 2023 Samsung All rights reserved