Re: Match Converter Rule based on Child Nodes

2019-08-22 Thread rahul patwari
onvention; > 2. Create a rule of RelOptRule to convert the parent node -- check the > Convention of child node when matching > > Is it applicable ? > > rahul patwari 于2019年8月22日周四 下午11:18写道: > > > Hi, > > > > The properties of the child nodes correspond to the ex

Re: Match Converter Rule based on Child Nodes

2019-08-22 Thread rahul patwari
want to control whether the rule gets applied, you can > > > override RelOptRule#matches which canreturns a boolean indicating > > > whether the rule should be applied. > > > -- > > > Michael Mior > > > mm...@apache.org > > > > > > Le ven. 9 a

Match Converter Rule based on Child Nodes

2019-08-09 Thread rahul patwari
Hi, We want to create a ConverterRule which converts the default calling Convention to external storage-specific calling convention depending on the Children nodes, like RelOptRule. For example, depending on the properties of the child nodes, we want to convert LogicalJoin to external system's sp