I only see handful of them. SqlBasicVisitor, SqlScopedShuttle, SqlShuttle, SqlToRelConverter.AggConverter, SqlToRelConverter.Blackboard, SqlValidatorUtil.DeepCopier, Util.OverFinder
SqlBasicVisitor should work for what I was looking. Thanks On Thu, Jan 18, 2018 at 4:05 PM, Julian Hyde <[email protected]> wrote: > In your IDE, search for classes that implement SqlVisitor. One of the 25 > is what you want. > > > On Jan 18, 2018, at 3:51 PM, Nirav Patel <[email protected]> wrote: > > > > Is it possible to add default impl for all visit methods of SqlVisitor? > > It's not convenient to override them all when I only want to override > > SqlCall > > Thanks > > > > -- > > > > > > [image: What's New with Xactly] <http://www.xactlycorp.com/email-click/> > > > > <https://www.instagram.com/xactlycorp/> > > <https://www.linkedin.com/company/xactly-corporation> > > <https://twitter.com/Xactly> <https://www.facebook.com/XactlyCorp> > > <http://www.youtube.com/xactlycorporation> > > -- [image: What's New with Xactly] <http://www.xactlycorp.com/email-click/> <https://www.instagram.com/xactlycorp/> <https://www.linkedin.com/company/xactly-corporation> <https://twitter.com/Xactly> <https://www.facebook.com/XactlyCorp> <http://www.youtube.com/xactlycorporation>
