On Sep 9, 2013, at 12:29 PM, "Timothy Chen" <[email protected]> wrote:

> I realized I actually don't need DrillLimitRule as a LIMIT in optiq is 
> translated to a SortRel afterwards.

Yes, but it is the EnumeratorLimitRule that splits Sort-with-fetch-offset into 
Limit + Sort-without-fetch-and-offset, and I don't think you should rely on the 
Enumerator* family of rules.

Julian

Reply via email to