public class UnindexedEventTableFactory extends Object implements EventTableFactory
Modifier and Type | Field and Description |
---|---|
protected int |
streamNum |
Constructor and Description |
---|
UnindexedEventTableFactory(int streamNum) |
Modifier and Type | Method and Description |
---|---|
Class |
getEventTableClass() |
EventTable[] |
makeEventTables(EventTableFactoryTableIdent tableIdent,
ExprEvaluatorContext exprEvaluatorContext) |
String |
toQueryPlan() |
public EventTable[] makeEventTables(EventTableFactoryTableIdent tableIdent, ExprEvaluatorContext exprEvaluatorContext)
makeEventTables
in interface EventTableFactory
public Class getEventTableClass()
getEventTableClass
in interface EventTableFactory
public String toQueryPlan()
toQueryPlan
in interface EventTableFactory