public interface DruidDoublePredicate
PublicApi or an
ExtensionPoint of Druid.| Modifier and Type | Field and Description |
|---|---|
static DruidDoublePredicate |
ALWAYS_FALSE |
static DruidDoublePredicate |
ALWAYS_TRUE |
static DruidDoublePredicate |
MATCH_NULL_ONLY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applyDouble(double input) |
default boolean |
applyNull() |
static final DruidDoublePredicate ALWAYS_FALSE
static final DruidDoublePredicate ALWAYS_TRUE
static final DruidDoublePredicate MATCH_NULL_ONLY
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.