public class TwoStreamQueryPlanBuilder
extends java.lang.Object
Constructor and Description |
---|
TwoStreamQueryPlanBuilder() |
Modifier and Type | Method and Description |
---|---|
static QueryPlan |
build(EventType[] typesPerStream,
QueryGraph queryGraph,
OuterJoinType optionalOuterJoinType,
java.lang.String[][][] uniqueIndexProps,
TableMetadata[] tablesPerStream)
Build query plan.
|
public static QueryPlan build(EventType[] typesPerStream, QueryGraph queryGraph, OuterJoinType optionalOuterJoinType, java.lang.String[][][] uniqueIndexProps, TableMetadata[] tablesPerStream)
queryGraph
- - navigability infooptionalOuterJoinType
- - outer join type, null if not an outer jointypesPerStream
- - event types for each streamtablesPerStream
- - table infouniqueIndexProps
- props of unique indexes