if (!isActiveCache)
{
return new UnindexedEventTableList(pollResult, streamNum);
}
PropertyIndexedEventTableCoerceAllFactory factory = new PropertyIndexedEventTableCoerceAllFactory(streamNum, eventType, propertyNames, coercionTypes);
EventTable table = factory.makeEventTable();
table.add(pollResult.toArray(new EventBean[pollResult.size()]));
return table;
}
public String toQueryPlan() {