Uses of Interface
org.apache.druid.query.operator.OperatorFactory
Packages that use OperatorFactory
-
Uses of OperatorFactory in org.apache.druid.query.operator
Classes in org.apache.druid.query.operator that implement OperatorFactoryModifier and TypeClassDescriptionclassclassclassclassclassclassclassMethods in org.apache.druid.query.operator that return types with arguments of type OperatorFactoryModifier and TypeMethodDescriptionWindowOperatorQuery.getLeafOperators()WindowOperatorQuery.getOperators()Methods in org.apache.druid.query.operator with parameters of type OperatorFactoryModifier and TypeMethodDescriptionbooleanAbstractPartitioningOperatorFactory.validateEquivalent(OperatorFactory other) booleanAbstractSortOperatorFactory.validateEquivalent(OperatorFactory other) booleanGlueingPartitioningOperatorFactory.validateEquivalent(OperatorFactory other) booleanOperatorFactory.validateEquivalent(OperatorFactory other) Validates the equivalence of Operators.booleanScanOperatorFactory.validateEquivalent(OperatorFactory other) Method parameters in org.apache.druid.query.operator with type arguments of type OperatorFactoryModifier and TypeMethodDescriptionWindowOperatorQuery.withOperators(List<OperatorFactory> operators) Constructor parameters in org.apache.druid.query.operator with type arguments of type OperatorFactoryModifierConstructorDescriptionWindowOperatorQuery(DataSource dataSource, QuerySegmentSpec intervals, Map<String, Object> context, RowSignature rowSignature, List<OperatorFactory> operators, List<OperatorFactory> leafOperators) -
Uses of OperatorFactory in org.apache.druid.query.operator.window
Classes in org.apache.druid.query.operator.window that implement OperatorFactoryMethods in org.apache.druid.query.operator.window with parameters of type OperatorFactoryModifier and TypeMethodDescriptionbooleanWindowOperatorFactory.validateEquivalent(OperatorFactory other)