Uses of Interface
org.apache.druid.query.PostProcessingOperator
-
Packages that use PostProcessingOperator Package Description org.apache.druid.query -
-
Uses of PostProcessingOperator in org.apache.druid.query
Classes in org.apache.druid.query that implement PostProcessingOperator Modifier and Type Class Description classTimewarpOperator<T>TimewarpOperator 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 PostProcessingOperator Modifier and Type Method Description FluentQueryRunner<T>FluentQueryRunner. postProcess(PostProcessingOperator<T> postProcessing)
-