Package org.apache.druid.query.operator
Class PartitionSortOperatorFactory
java.lang.Object
org.apache.druid.query.operator.AbstractSortOperatorFactory
org.apache.druid.query.operator.PartitionSortOperatorFactory
- All Implemented Interfaces:
OperatorFactory
-
Field Summary
Fields inherited from class org.apache.druid.query.operator.AbstractSortOperatorFactory
sortColumns -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.druid.query.operator.AbstractSortOperatorFactory
equals, getSortColumns, hashCode, toString, validateEquivalent
-
Constructor Details
-
PartitionSortOperatorFactory
-
-
Method Details
-
wrap
Description copied from interface:OperatorFactoryBuilds an operator according to the definition of the OperatorFactory and wraps it around the operator passed in to this function.- Specified by:
wrapin interfaceOperatorFactory- Specified by:
wrapin classAbstractSortOperatorFactory- Parameters:
op- the Operator to wrap- Returns:
- the wrapped Operator
-