public abstract class EventTableFactoryFactoryForgeBase extends Object implements EventTableFactoryFactoryForge
Modifier and Type | Field and Description |
---|---|
protected int |
indexedStreamNum |
protected boolean |
isFireAndForget |
protected Integer |
subqueryNum |
Constructor and Description |
---|
EventTableFactoryFactoryForgeBase(int indexedStreamNum,
Integer subqueryNum,
boolean isFireAndForget) |
Modifier and Type | Method and Description |
---|---|
protected abstract List<CodegenExpression> |
additionalParams(CodegenMethod method,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
CodegenExpression |
make(CodegenMethodScope parent,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
protected abstract Class |
typeOf() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEventTableClass, toQueryPlan
protected final int indexedStreamNum
protected final Integer subqueryNum
protected final boolean isFireAndForget
public EventTableFactoryFactoryForgeBase(int indexedStreamNum, Integer subqueryNum, boolean isFireAndForget)
protected abstract Class typeOf()
protected abstract List<CodegenExpression> additionalParams(CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
public CodegenExpression make(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
make
in interface EventTableFactoryFactoryForge
Copyright © 2005–2018. All rights reserved.