Uses of Class
org.apache.druid.java.util.common.granularity.PeriodGranularity
Packages that use PeriodGranularity
-
Uses of PeriodGranularity in org.apache.druid.java.util.common.granularity
Methods in org.apache.druid.java.util.common.granularity with parameters of type PeriodGranularityModifier and TypeMethodDescriptionbooleanPeriodGranularity.canBeMappedTo(PeriodGranularity target) Returns true if this granularity can be mapped to the target granularity. -
Uses of PeriodGranularity in org.apache.druid.query.expression
Methods in org.apache.druid.query.expression that return PeriodGranularityModifier and TypeMethodDescriptionTimestampFloorExprMacro.TimestampFloorExpr.getGranularity()Exposed for Druid SQL: this is used by Expressions.toQueryGranularity.Methods in org.apache.druid.query.expression with parameters of type PeriodGranularityModifier and TypeMethodDescriptionstatic StringTimestampFloorExprMacro.forQueryGranularity(PeriodGranularity period)