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