Uses of Interface
org.apache.druid.query.operator.window.Processor
Packages that use Processor
Package
Description
-
Uses of Processor in org.apache.druid.query.operator
Constructors in org.apache.druid.query.operator with parameters of type Processor -
Uses of Processor in org.apache.druid.query.operator.window
Classes in org.apache.druid.query.operator.window that implement ProcessorMethods in org.apache.druid.query.operator.window that return ProcessorModifier and TypeMethodDescriptionWindowOperatorFactory.getProcessor()ComposingProcessor.getProcessors()Methods in org.apache.druid.query.operator.window with parameters of type ProcessorModifier and TypeMethodDescriptionbooleanComposingProcessor.validateEquivalent(Processor otherProcessor) booleanProcessor.validateEquivalent(Processor otherProcessor) Validates the equivalence of the Processors.booleanWindowFramedAggregateProcessor.validateEquivalent(Processor otherProcessor) Constructors in org.apache.druid.query.operator.window with parameters of type ProcessorModifierConstructorDescriptionComposingProcessor(Processor... processors) WindowOperatorFactory(Processor processor) -
Uses of Processor in org.apache.druid.query.operator.window.ranking
Classes in org.apache.druid.query.operator.window.ranking that implement ProcessorModifier and TypeClassDescriptionclassThis Processor assumes that data has already been sorted for it.classThis Processor assumes that data has already been sorted for it.classclassThis Processor assumes that data has already been sorted for it.classThis Processor assumes that data has already been sorted for it.classMethods in org.apache.druid.query.operator.window.ranking with parameters of type ProcessorModifier and TypeMethodDescriptionbooleanWindowPercentileProcessor.validateEquivalent(Processor otherProcessor) booleanWindowRankingProcessorBase.validateEquivalent(Processor otherProcessor) booleanWindowRankProcessor.validateEquivalent(Processor otherProcessor) booleanWindowRowNumberProcessor.validateEquivalent(Processor otherProcessor) -
Uses of Processor in org.apache.druid.query.operator.window.value
Classes in org.apache.druid.query.operator.window.value that implement ProcessorModifier and TypeClassDescriptionclassclassclassclassMethods in org.apache.druid.query.operator.window.value with parameters of type ProcessorModifier and TypeMethodDescriptionbooleanWindowOffsetProcessor.validateEquivalent(Processor otherProcessor) booleanWindowValueProcessorBase.validateEquivalent(Processor otherProcessor)