public class OuterJoinAnalyzer extends Object
Constructor and Description |
---|
OuterJoinAnalyzer() |
Modifier and Type | Method and Description |
---|---|
static QueryGraphForge |
analyze(OuterJoinDesc[] outerJoinDescList,
QueryGraphForge queryGraph)
Analyzes the outer join descriptor list to build a query graph model.
|
static boolean |
optionalStreamsIfAny(List<OuterJoinDesc> outerJoinDescList) |
public static QueryGraphForge analyze(OuterJoinDesc[] outerJoinDescList, QueryGraphForge queryGraph)
outerJoinDescList
- - list of outer join descriptorsqueryGraph
- - model containing relationships between streams that is written intopublic static boolean optionalStreamsIfAny(List<OuterJoinDesc> outerJoinDescList)
Copyright © 2005–2018. All rights reserved.