public class OuterJoinAnalyzer
extends java.lang.Object
Constructor and Description |
---|
OuterJoinAnalyzer() |
Modifier and Type | Method and Description |
---|---|
static QueryGraph |
analyze(OuterJoinDesc[] outerJoinDescList,
QueryGraph queryGraph)
Analyzes the outer join descriptor list to build a query graph model.
|
static boolean |
optionalStreamsIfAny(OuterJoinDesc[] outerJoinDescList) |
public static QueryGraph analyze(OuterJoinDesc[] outerJoinDescList, QueryGraph queryGraph)
outerJoinDescList
- - list of outer join descriptorsqueryGraph
- - model containing relationships between streams that is written intopublic static boolean optionalStreamsIfAny(OuterJoinDesc[] outerJoinDescList)