Class MoveMarkerFiltersToIntervals
java.lang.Object
org.apache.druid.sql.calcite.filtration.MoveMarkerFiltersToIntervals
- All Implemented Interfaces:
com.google.common.base.Function<Filtration,,Filtration> Function<Filtration,Filtration>
public class MoveMarkerFiltersToIntervals
extends Object
implements com.google.common.base.Function<Filtration,Filtration>
-
Method Summary
Modifier and TypeMethodDescriptionapply(Filtration filtration) static MoveMarkerFiltersToIntervalsinstance()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals
-
Method Details
-
instance
-
apply
- Specified by:
applyin interfacecom.google.common.base.Function<Filtration,Filtration> - Specified by:
applyin interfaceFunction<Filtration,Filtration>
-