| Package | Description |
|---|---|
| org.apache.druid.query.filter | |
| org.apache.druid.segment.filter |
| Modifier and Type | Field and Description |
|---|---|
static DruidFloatPredicate |
DruidFloatPredicate.ALWAYS_FALSE |
static DruidFloatPredicate |
DruidFloatPredicate.MATCH_NULL_ONLY |
| Modifier and Type | Method and Description |
|---|---|
DruidFloatPredicate |
JavaScriptDimFilter.JavaScriptPredicateFactory.makeFloatPredicate() |
DruidFloatPredicate |
SelectorPredicateFactory.makeFloatPredicate() |
DruidFloatPredicate |
DruidPredicateFactory.makeFloatPredicate() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Supplier<DruidFloatPredicate> |
BoundDimFilter.getFloatPredicateSupplier() |
| Constructor and Description |
|---|
InFilter(String dimension,
Set<String> values,
com.google.common.base.Supplier<DruidLongPredicate> longPredicateSupplier,
com.google.common.base.Supplier<DruidFloatPredicate> floatPredicateSupplier,
com.google.common.base.Supplier<DruidDoublePredicate> doublePredicateSupplier,
ExtractionFn extractionFn,
FilterTuning filterTuning) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.