}
VirtualDataWindowLookup index = dataExternal.getLookup(new VirtualDataWindowLookupContext(null, null, annotations, true, namedWindowName, noopTable.getHashAccess(), noopTable.getBtreeAccess()));
checkIndex(index);
if (index == null) {
throw new EPException("Exception obtaining index from virtual data window '" + namedWindowName + "'");
}
Set<EventBean> events = null;
try {
events = index.lookup(keys, null);