Re: Adding RelOptMaterializations to a planner

2019-10-06 Thread Stamatis Zampetakis
Hi Shubham, Regarding point 1) you can easily get around it by defining a few of your own classes in a package with the same name as Prepare although I doubt is the right approach. Perhaps MaterializationTest [1] can help you get a few more ideas on how to use the respective service. Other than

Re: how to return dates in java/enumerable convention?

2019-10-06 Thread Stamatis Zampetakis
Hi Jess, In most cases the internal representation of date objects in the Enumerable convention are longs [1]. Keep in mind that there are also other cases (e.g., [2]) where there are conversion of dates to other types. Best, Stamatis [1]