Uses of Class
org.apache.druid.segment.indexing.granularity.BaseGranularitySpec.LookupIntervalBuckets
-
Packages that use BaseGranularitySpec.LookupIntervalBuckets Package Description org.apache.druid.segment.indexing.granularity -
-
Uses of BaseGranularitySpec.LookupIntervalBuckets in org.apache.druid.segment.indexing.granularity
Fields in org.apache.druid.segment.indexing.granularity declared as BaseGranularitySpec.LookupIntervalBuckets Modifier and Type Field Description protected BaseGranularitySpec.LookupIntervalBucketsArbitraryGranularitySpec. lookupTableBucketByDateTimeprotected BaseGranularitySpec.LookupIntervalBucketsUniformGranularitySpec. lookupTableBucketByDateTimeMethods in org.apache.druid.segment.indexing.granularity that return BaseGranularitySpec.LookupIntervalBuckets Modifier and Type Method Description protected BaseGranularitySpec.LookupIntervalBucketsArbitraryGranularitySpec. getLookupTableBuckets()protected abstract BaseGranularitySpec.LookupIntervalBucketsBaseGranularitySpec. getLookupTableBuckets()protected BaseGranularitySpec.LookupIntervalBucketsUniformGranularitySpec. getLookupTableBuckets()
-