SqlScopedShuttle basic usage

2022-08-24 Thread Shawn Yarbrough
Hi, Why does SqlScopedShuttle only have a constructor taking a SqlValidatorScope when the SqlValidator used by PlannerImpl.validate() that could conceivably provide such a scope, is private? When I search for SqlScopedShuttle examples (or DeepCopier examples), there's not much out there, so maybe

Re: SqlScopedShuttle basic usage

2022-08-25 Thread Julian Hyde
Short answer is that it was developed for use by Calciteā€™s validator, not intended for third-party use. > On Aug 24, 2022, at 10:56 AM, Shawn Yarbrough > wrote: > > Hi, > > Why does SqlScopedShuttle only have a constructor taking a > SqlValidatorScope when the SqlValidator used by PlannerImpl