public abstract class JoinSetComposerPrototypeBase extends Object implements JoinSetComposerPrototype
Modifier and Type | Field and Description |
---|---|
protected boolean |
isOuterJoins |
protected ExprEvaluator |
postJoinFilterEvaluator |
protected EventType[] |
streamTypes |
Constructor and Description |
---|
JoinSetComposerPrototypeBase() |
Modifier and Type | Method and Description |
---|---|
void |
setOuterJoins(boolean outerJoins) |
void |
setPostJoinFilterEvaluator(ExprEvaluator postJoinFilterEvaluator) |
void |
setStreamTypes(EventType[] streamTypes) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
protected boolean isOuterJoins
protected EventType[] streamTypes
protected ExprEvaluator postJoinFilterEvaluator
public void setOuterJoins(boolean outerJoins)
public void setStreamTypes(EventType[] streamTypes)
public void setPostJoinFilterEvaluator(ExprEvaluator postJoinFilterEvaluator)
Copyright © 2005–2018. All rights reserved.