note description: "[ we also have psuedo-indexes for the various streams these are like regular indexes except streams are unambiguous so we don't need to shift and add a tag ]" date: "$Date$" revision: "$Revision$" class PE_BLOB inherit PE_INDEX_BASE redefine has_index_overflow end create make_with_index feature -- Operations has_index_overflow (a_sizes: ARRAY [NATURAL_32]): BOOLEAN do Result := large (a_sizes[{PE_TABLE_CONSTANTS}.t_blob + 1]) end end