Uses of Interface
org.apache.druid.query.PostProcessingOperator
Packages that use PostProcessingOperator
-
Uses of PostProcessingOperator in org.apache.druid.query
Classes in org.apache.druid.query that implement PostProcessingOperatorModifier and TypeClassDescriptionclassTimewarpOperator is an example post-processing operator that maps current time to the latest period ending withing the specified data interval and truncates the query interval to discard data that would be mapped to the future.Methods in org.apache.druid.query with parameters of type PostProcessingOperatorModifier and TypeMethodDescriptionFluentQueryRunner.postProcess(PostProcessingOperator<T> postProcessing)