C# Class GraphView.CandidateJoinUnit

A 1-height tree is a node with one or more outgoing edges. A 1-height tree is translated to a table alias, plus one or more Transpose() functions. One Transpose() function populates instances of one edge.
Mostra file Open project: Microsoft/GraphView Class Usage Examples

Public Methods

Method Description
ToTableReference ( string nodeAlias, string dumbNode, GraphMetaData metaData ) : GraphView.WTableReference

Method Details

ToTableReference() public method

public ToTableReference ( string nodeAlias, string dumbNode, GraphMetaData metaData ) : GraphView.WTableReference
nodeAlias string
dumbNode string
metaData GraphMetaData
return GraphView.WTableReference