Uses of Class
org.apache.druid.sql.calcite.planner.OffsetLimit
Packages that use OffsetLimit
Package
Description
-
Uses of OffsetLimit in org.apache.druid.sql.calcite.planner
Methods in org.apache.druid.sql.calcite.planner that return OffsetLimitModifier and TypeMethodDescriptionOffsetLimit.andThen(OffsetLimit next) Return a new instance that represents applying this one first, then the one.static OffsetLimitOffsetLimit.fromSort(org.apache.calcite.rel.core.Sort sort) static OffsetLimitOffsetLimit.none()Methods in org.apache.druid.sql.calcite.planner with parameters of type OffsetLimitModifier and TypeMethodDescriptionOffsetLimit.andThen(OffsetLimit next) Return a new instance that represents applying this one first, then the one. -
Uses of OffsetLimit in org.apache.druid.sql.calcite.rel
Methods in org.apache.druid.sql.calcite.rel that return OffsetLimitMethods in org.apache.druid.sql.calcite.rel with parameters of type OffsetLimitModifier and TypeMethodDescriptionstatic SortingSorting.create(List<OrderByColumnSpec> orderBys, OffsetLimit offsetLimit, Projection projection) -
Uses of OffsetLimit in org.apache.druid.sql.calcite.rel.logical
Methods in org.apache.druid.sql.calcite.rel.logical that return OffsetLimit