Package org.apache.druid.query.operator
Class NaivePartitioningOperatorFactory
java.lang.Object
org.apache.druid.query.operator.AbstractPartitioningOperatorFactory
org.apache.druid.query.operator.NaivePartitioningOperatorFactory
- All Implemented Interfaces:
OperatorFactory
-
Field Summary
Fields inherited from class org.apache.druid.query.operator.AbstractPartitioningOperatorFactory
partitionColumns -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.druid.query.operator.AbstractPartitioningOperatorFactory
equals, getPartitionColumns, hashCode, toString, validateEquivalent
-
Constructor Details
-
NaivePartitioningOperatorFactory
-
-
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 classAbstractPartitioningOperatorFactory- Parameters:
op- the Operator to wrap- Returns:
- the wrapped Operator
-