Node name: IXSCAN
Represents: The scanning of an index to produce a reduced stream of row IDs. The scanning can use optional start and stop conditions, or might apply to indexable predicates that reference columns of the index.
This operation is performed to narrow down the set of qualifying row IDs before accessing the base table (based on predicates).