Allow virtual columns in index expressions or predicate

2025-10-18 Thread Richard Guo
I'm looking for a solution to support virtual generated columns in index expressions or predicate. The comment in DefineIndex() seems to suggest that virtual generated columns there can be expanded in RelationGetIndexExpressions() and RelationGetIndexPredicate(). /* * XXX Virtual generated

Re: Allow virtual columns in index expressions or predicate

2025-10-03 Thread Chengpeng Yan
On Sep 30, 2025, at 17:13, Richard Guo wrote: I'm looking for a solution to support virtual generated columns in index expressions or predicate. The comment in DefineIndex() seems to suggest that virtual generated columns there can be expanded in RelationGetIndexExpressions() and RelationGetInd