Indexes like
Index("foo_idx", desc(column("x")))
reflect as no columns, since the columns that's reflected is a "system pseudocolumn" sync_nc that's ignored.
Fixing this does not seem too hard, since we now support expression index reflection and we can use ALL_IND_EXPRESSIONS to reflect these
Indexes like
reflect as no columns, since the columns that's reflected is a "system pseudocolumn"
sync_ncthat's ignored.Fixing this does not seem too hard, since we now support expression index reflection and we can use
ALL_IND_EXPRESSIONSto reflect these