Class EnumerableLimitRule


@Enclosing public class EnumerableLimitRule extends RelRule<EnumerableLimitRule.Config>
Rule to convert an Sort that has offset or fetch set to an EnumerableLimit on top of a "pure" Sort that has no offset or fetch.
See Also: